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 …
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
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 …
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 …
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 …
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 …
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 …