Recent content by _mpulse_

  1. _mpulse_

    Finding SOCKS proxies with nMap

    Well.. That's about the same thing as I get from my script, other than the random ports but one could always replace the iR flag with a specified IP range. I guess I'm just a sucker for the cli.
  2. _mpulse_

    Finding SOCKS proxies with nMap

    I don't know what you mean about time waster.. with 5000 random IPs I can pull between 75 - 100 valid proxies. Since the script updates at 6am and takes about 10minutes when running nmap through a 5 chain random proxy I don't even notice. It takes about 5 seconds to cut and paste the results...
  3. _mpulse_

    Finding SOCKS proxies with nMap

    What would be really nice is a little script that would flush the IPs already in proxychains.conf and then append the new list. I know if I run nmap | awk >> proxychains.conf The IPs will be added, but you end up with nearly 1000 IPs in your conf file in a week's time and that's just not...
  4. _mpulse_

    Finding SOCKS proxies with nMap

    I'm guessing you're using Windows? Anyway on my kali machine I run a proxy update script nightly that scans random IPs and dumps them in a file that I can append to my proxychains.conf after parsing thru awk. The Nmap string looks like this: nmap -n -T4 -sS -p 1080 --script socks-open-proxy...
Back
Top