WebHackUrls icon indicating copy to clipboard operation
WebHackUrls copied to clipboard

Simple python OSINT tool for urls recon thanks to the waybackmachine.

WebHackUrls

Python OSINT tool for urls recon thanks to the waybackmachine.

Prerequisites:

  • requests
  • selenium
  • re

Install:

$ git clone https://github.com/mathis2001/WebHackUrls

$ cd WebHackUrls

$ python3 webhackurls.py

Usage:

./webhackurls.py [-h] -d target.xyz [-k keyword] [-l limit] [-s] [-r rate-limit] [-p proxy] [-o output] [-oD domain names output]

Can be use with other tools for more efficient results

tes

Options:

  -h, --help  show this help message and exit
  
  -d          target domain (exp: target.com)
  
  -k          search for a specific extension or keyword (js, xml, json, pdf... or admin, login, dashboard...)
  
  -l          limit (number of links you want)
  
  -s          take screenshot of each url found
  
  -r          delay between two screenshots

  -p          send request for each url to the given proxy (exp: 127.0.0.1:8080)
  
  -o          Output file name
  
  -oD         Output file name for domain names

Screenshots:

image

test

test

tempsnip

image

image