Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 653 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 653 Bytes

USAGE

full text search on ripe

php search_ripe.php -h
-f file with queries.
-q string query to search.
-o output excel file.

search queries from file:
php search_ripe.php -f dorks_file -o table.xlsx

search query from terminal:
php search_ripe.php -q company -o table.xlsx


search networks for ips

php ripe.php -h
-f input file with ips.
-o output excel file.

php ripe.php -f ips_file -o table.xlsx

same goes for other scripts. im to fking lazy to write readme for every shitty script my mind creates