Skip to content

A Python scrit that takes in an argument of a TXT file containing a list of domains or subdomains. It will then run a curl on each domain listed and return the corresponding HTTP code.

Notifications You must be signed in to change notification settings

EspressoPlanet/web_enum_with_curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

web_enum_with_curl

~ A Python script that takes in an argument of a TXT file containing a list of domains or subdomains. It will then run a curl on each domain listed and return the corresponding HTTP code. It will output all responses into a TXT into a directory of your choice.

How to use

~ start the program with python3 ./web_enum_with_curl ~ To ensure the script runs properly, make sure the list of domains contains just one domain per line

Output format

~ All responses will be recorded in the format ~~~ ~ EX: 200 ~~~ Github.com

About

A Python scrit that takes in an argument of a TXT file containing a list of domains or subdomains. It will then run a curl on each domain listed and return the corresponding HTTP code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages