Guest User

Untitled

a guest
Dec 8th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. iptables -I INPUT -j DROP -p udp --dport 5060 -m string --string "friendly-scanner" --algo bm
  2. iptables -I INPUT -j DROP -p udp --dport 5060 -m string --string "sipcli/" --algo bm
  3. iptables -I INPUT -j DROP -p tcp --dport 5060 -m string --string "friendly-scanner" --algo bm
  4. iptables -I INPUT -j DROP -p tcp --dport 5060 -m string --string "sipcli/" --algo bm
  5. iptables -I INPUT -j DROP -p udp --dport 5080 -m string --string "friendly-scanner" --algo bm
  6. iptables -I INPUT -j DROP -p udp --dport 5080 -m string --string "sipcli/" --algo bm
  7. iptables -I INPUT -j DROP -p tcp --dport 5080 -m string --string "friendly-scanner" --algo bm
  8. iptables -I INPUT -j DROP -p tcp --dport 5080 -m string --string "sipcli/" --algo bm
Add Comment
Please, Sign In to add comment