Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
/ Crawlic Public archive

Web recon tool (find temporary files, parse robots.txt, search some folders, google dorks and search domains hosted on same server)

License

Notifications You must be signed in to change notification settings

Ganapati/Crawlic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawlic

Web recon tool (find temporary files, parse robots.txt, search folders, google dorks and search domains hosted on same server)

Automatic GIT/SVN clone (using dvcs-ripper) if .git or .svn folder if found.

Usage :

start scan :

./crawlic.py -u http://site.tld/ -t rtf

-t : techniques to use for scanning (default rtfgd):

  • r : robots.txt
  • t : temporary files (~, .bak, etc)
  • f : folders
  • g : google dorks
  • d : reverse dns search (via bing)

Output :

[*] Starting robots.txt search on http://site.tld
   [!]  /hidden_file.php
[*] Starting folder search on http://site.tld
   [!] http://site.tld/admin/
   [!] http://site.tld/private/
[*] Starting temp file search on http://site.tld
   [!] http://site.tld/index.php~
[*] Crawling finished

Configuration :

Change user-agent :

Edit user_agent.lst, one user agent per line

Change folders to find :

Edit folders.lst, one directory per line

Change files to scan :

Edit extensions.lst, one file extension per line

Change dorks list :

Edit dorks.lst, one dork per line

Change google dorks list :

Edit google_dorks, one dork per line, use %s as target url

Requirements :

License

"THE BEER-WARE LICENSE" (Revision 42): Ganapati wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.

About

Web recon tool (find temporary files, parse robots.txt, search some folders, google dorks and search domains hosted on same server)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages