Wednesday, December 28, 2016

Gps Trackers



http://www.locationof.com/melhorum/map/
http://cellphonetrackers.org/gsm/gps-tracking.php

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...