Created
February 2, 2016 22:51
-
-
Save anonymous/8c129ff69251ec88509b to your computer and use it in GitHub Desktop.
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
https://github.com/micheloosterhof/cowrie | |
http://www.secdev.org/projects/scapy/ | |
https://github.com/zapier/email-reply-parser | |
http://www.lockheedmartin.com.au/content/dam/lockheed/data/corporate/documents/LM-White-Paper-Intel-Driven-Defense.pdf | |
http://fortune.com/2016/01/30/nsa-hacker-enigma-conference/ | |
https://shodan.io | |
http://www.metasploit.com/ | |
http://sqlmap.org/ | |
IPTABLES -A INPUT -M STATISTIC --MODE RANDOM --PROBABILITY 0.04 -J DROP | |
# apt-get install unionfs-fuse inotify-tools | |
# mkdir /var/www-fake && mkdir /var/www-real | |
# unionfs-fuse /var/www-fake=rw:/var/www-real=ro /var/www | |
# inotifywait -m /var/www-fake -e create -e moved_to | | |
while read path action file; do | |
echo "The file '$file' appeared in directory '$path' via '$action'"|mailx -s "New file" alerts@yourhost | |
mv "$file" "/var/vault/$file-`md5sum $file|awk '{print $1}'`" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment