Skip to content

Wordlist based HTTP and HTTPS crawler written in go

License

Notifications You must be signed in to change notification settings

dzonerzy/gocrawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

gocrawl

Wordlist based HTTP and HTTPS crawler written in go

Command Line

root@priv8box:~# gocrawl -h
Usage of gocrawl:
  -c value
    	A list of HTTP status considered as 'page found' ie: 200,302,304,401
  -concurrency int
    	Specify the concurrency connection at a time, a number between 10 and 900 (default 50)
  -cookie value
    	A list of Cookie used by application, format: name=value
  -depth int
    	Specify the maximum recursion depth (default 5)
  -proxy string
    	Specify HTTP proxy URL
  -scraper
    	Specify whenever to enable scraper engine
  -url string
    	Specify the url to crawl
  -wordlist string
    	Specify the wordlist used to crawl, if no specified the built-in one will be used

Screenshot

gocrawl

About

Wordlist based HTTP and HTTPS crawler written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages