computers:securitynotes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computers:securitynotes [2007/03/12 14:08] – david | computers:securitynotes [2007/04/25 12:00] (current) – david | ||
---|---|---|---|
Line 72: | Line 72: | ||
As you can see, these tools can reveal a great about the status of the services running on a machine. These tools are flexible and can provide a wealth of information about network services and configuration. Consulting the man pages for //lsof//, // | As you can see, these tools can reveal a great about the status of the services running on a machine. These tools are flexible and can provide a wealth of information about network services and configuration. Consulting the man pages for //lsof//, // | ||
+ | |||
+ | ====== Dropping Unwanted Packets ====== | ||
+ | |||
+ | Some dude/ | ||
+ | |||
+ | < | ||
+ | # drop all incoming packets from 88.241.152.169 | ||
+ | iptables -I INPUT -s 88.241.152.169 -j DROP | ||
+ | # list your iptables rules | ||
+ | iptables -L -n | ||
+ | </ | ||
+ | |||
+ |
computers/securitynotes.1173708500.txt.gz · Last modified: 2007/04/25 12:00 (external edit)