IPTABLES basic commands List current rules: # iptables -L -v Remove all previous rules: # iptables -F Don’t disconnect ESTABLISHED connections: # iptables -A INPUT -m state –state ESTABLISHED,RELATED -j ACCEPT Drop any Broadcast and Multicast # iptables -A INPUT […]
Script to automatically get emails from pop3
Script to automaticly get emails from pop3 servers using getmail allows multiple downloads, auto search. Requirements: Perl, Perl Regexp::Trie and Net::POP3. Both can be easly installed via cpan interface or Download from here Create a special user account called downmx […]
GetMail from command line
. . Getting email from the command line was always something I wanted, also to be able to filter what I get. This great tool is something like fetchmail but better, thanks to Charles Cazabon who wrote this amazing tool […]
Secure SSH with Fail2Ban
Remote managing a server is important but I believe securing it is just as important. Would you like to type “last” and just relize someone has just login into your server from a far country? Well the solution is here! […]
Install BackTrack USB
BackTrack is one of the best Live Linux out there, it is complete with many network secuirty tools. Yes you can also just burn the CD version, but the USB is more complete its RW and smaller to carry around. […]
Network Scanner
I wrote my first perl code today. I know its not something to be proud but hey it works! It runs perfectly in Linux, about windows I am not sure (let me know any feedbacks) I had written something similar […]
Crack Wep
I have cracked WEP from my own AP, I found amazing how easy it can be done. So DO NOT TRUST in just WEP.Using kismet and aircrack-ng I was able to crack in less then 20min. p.s. For those lammers […]