check for robots.txt
Some times it is useful to check if a given HTTP server has a robots.txt file in it. If it exist it may disclose interesting information, useful for a pentest
Popularity: 3% [?]
ninja iptables for your server
Security is often about layers on top of layers on top of layers... And one of these layers is usually an iptables firewall installed in your server. Let's create a small script to provide our server with the kung-fu fighting techniques needed to defeat the black hats!!
Popularity: 3% [?]
runningserver: hello? anybody out there?
I have created a small ruby script to check if there are running servers on a given port number. The script is able to check a list of hosts and will output an informational message on the port status for each host.
Let's begin with the script. Then we can talk about the work it does.
Popularity: 3% [?]
icmp timestamps
The Timestamp is an ICMP (rfc792) message which is used for time synchronization. The Timestamp Reply message consists of the originating timestamp sent by the sender of the Timestamp as well as a receive timestamp and a transmit timestamp.
If your machine answers ICMP Timestamp messages an attacker can learn the date which is set on your machine. This may help him to defeat all your time based authentication protocols.
Popularity: 4% [?]