A SOCKS proxy written in Python that randomizes your source IP address. Round-robin your evil packets through SSH tunnels or give them billions of unique source addresses!
GNU General Public License v3.0
322
stars
44
forks
source link
removed -6 flag from curl command in README.md #12
Hello, it looks like when using curl with a proxy, the -6 flag specifies to connect to that proxy via IPv6. As in the example TrevorProxy runs on localhost (127.0.0.1), the connection can not be established if this flag is present.
Hello, it looks like when using curl with a proxy, the -6 flag specifies to connect to that proxy via IPv6. As in the example TrevorProxy runs on localhost (127.0.0.1), the connection can not be established if this flag is present.