Skip to content

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

Notifications You must be signed in to change notification settings

mathis2001/WebHackUrls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages