Skip to content

nothing0x00/roboscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

RoboScan

Automated Scanning of Sites for robots.txt Entries and Directory Brute Forcer

Roboscan is a simple python script to download a robots.txt file from a target site, scrape the file for possible directories, scan the site for these directories, and then run a fuzzing attack on the target site using a specified dictionary. It is useful in situations in which a robots.txt file contains a variety of entries that need to be checked for validity.

Installation and Use

To get roboscan running just do the following:

git clone

pip3 install requirements.txt

python3 roboscan.py [-h][-t target][-d dictionary]

Note: This is an older codebase that is in a process of rewrite with new functionality added...Coming soon

About

Script to enumerate directories and pages from robots.txt file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages