Skip to content
forked from berkgoksel/Elayv

OSINT Web Page Finder - Community Edition

License

Notifications You must be signed in to change notification settings

cagriaslan/Elayv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elayv

Elayv finds web pages on a certain IP range or list. It accomplishes this by searching for the IP addresses that respond to port 80 in the specified subnet and checks if the IP addresses belong to the same company.

Usage

$ pip3 install -r requirements.txt
$ python3 elayv.py <scan_type> <range/input_file> <args>
    -l list of IP addresses passed one by one
    -m CIDR range in the form: 192.169.1.0/24
    -r IP range in the form: 192.168.1.35-60
    -w list of words separated by space. -w word1 word2
    -t limit for the number of threads. -t 50
    -i specify an input file to read from
    -W specify single WHOIS output as an input file in order to scan the range specified in inetnum.
    -o output file. -o results.txt

Example Usage

$ python3 elayv.py -m 192.168.1.0/24 -w microsoft google -t 50
$ python3 elayv.py -l 10.0.0.1 192.168.1.14 127.0.0.1 8.8.8.8 -w Computer Company-Name Tech
$ python3 elayv.py -r 192.168.1.5-35 -w rap rock pop jazz -o output.txt
$ python3 elayv.py -W whois-output.txt

About

OSINT Web Page Finder - Community Edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%