This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Location "/django"> #/django virtualname ex:webpy to django | |
AddHandler cgi-script .py | |
SetHandler mod_python | |
PythonHandler django.core.handlers.modpython | |
SetEnv DJANGO_SETTINGS_MODULE webpy.settings | |
PythonDebug Off | |
PythonPath "['/var/www/webpy'] + sys.path" | |
</Location> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Command Using : " | |
echo "# Database Create (c) or Database Delete (d)" | |
USER="root" # mysql user | |
PASS="root" # mysql user pw | |
read command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lang: | |
php: | |
- \\*\$_POST\[*.*\]. | |
- \$_GET\[*.*\]. | |
- .+\$_REQUEST\[*.*\]. | |
- .?\$_SESSION\[*.*\]. | |
- \\*\$_SERVER\[*.*\]. | |
- \\*\eval\(*.*\). | |
- \\*\include\(.*[$_POST|GET].*\). | |
asp: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Script by OliverK | |
#Downloads _every_ wordlist in the packet storm security site. | |
#April 18th, 2011 | |
# Updated Oct , 2th, 2012 | |
mkdir common | |
cd common | |
wget --limit-rate 50k http://dl.packetstormsecurity.net/Crackers/wordlists/common-4 | |
wget --limit-rate 50k http://dl.packetstormsecurity.net/Crackers/wordlists/common-3 | |
wget --limit-rate 50k http://dl.packetstormsecurity.net/Crackers/wordlists/common-2 |
NewerOlder