/IPBrutforce

multi-threaded application that generates random IP addresses and sends a request to the IP and prints any 200(OK) responses from generated IP's

Primary LanguagePython

IPBrutforce

multi-threaded application that generates random IP addresses and sends a request to the IP and prints any 200(OK) responses from generated IP's.

Setup

  1. Clone the repo
  2. Enter the repo directory
  3. py -m pip install requests

Run

py ./main

Extras

uncomment certain lines to test on a known valid test to check the program or print all failed requests for debugging :)