Skip to content
/ urlify Public

A very very simple tool that checks if there is an http server running on the given domains.

Notifications You must be signed in to change notification settings

morph3/urlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

urlify

A very very simple tool that checks if there is an http server running on the given domains.

Why

Yes, there are tons of tools doing literally the same thing.

But, almost all of those shitty bugbounty tools focuses on the speed rather than the reliability. As long as you miss stuff, I don't care about how fast it sends a request. The tool should, never, miss.

I know that it's not the best looking code and looks pretty clunky but hey I don't care, it works and it's written in a very short amount of time.

Examples

./urlify.py -l subs.txt -location -status -https -title -string API
cat subs.txt| ./urlify.py -status -title -location -https

About

A very very simple tool that checks if there is an http server running on the given domains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages