Code Monkey home page Code Monkey logo

robofinder's Introduction

RoboFinder

RoboFinder is a more advanced tool inspired by this version of robofinder that allows you to search for old 'robots.txt' files of a given URL on archive.org. By leveraging the vast archives of the internet, RoboFinder retrieves historical versions of the 'robots.txt' file and presents all the old paths and parameters associated with it.

Credits

All credits for the original concept and development of RoboFinder go to St74nger. You can find the original repository here.

Features

  • Archive.org Integration: RoboFinder seamlessly integrates with the archive.org platform, providing access to an extensive collection of historical 'robots.txt' files.
  • URL Searching: Simply input the URL you wish to search, and RoboFinder will retrieve all available historical versions of the 'robots.txt' file associated with that URL.
  • Path and Parameter Extraction: RoboFinder not only retrieves the old 'robots.txt' files, but it also extracts and displays all the paths and parameters found within them.

Installation

To use RoboFinder, follow these steps:

git clone https://github.com/maverick0o0/RoboFinder.git
cd RoboFinder
pip install -r requirements.txt

Usage

- `--debug`: Enable debugging mode.
- `--url` or `-u`: Specify the URL for which you want to perform the search. This argument is required.
- `--output` or `-o`: Specify the output file path. This argument is optional.
- `--threads` or `-t`: Specify the number of threads to use. The default value is 10.
- `-extract-path`: Enable path extraction and save it separately to `$domain-path.txt`.
- `-extract-params`: Enable parameter extraction and save it separately to `$domain-params.txt`.
- `-parse-url`: When number of robots.txt are more than 2000 it\'s better to process less URL`.
- `-silent`: There isn\'t stdout`.

Example usage:

python3 RoboFinder.py -u https://target.com -o path.txt

output will be :
https://target.com/PATH
python3 RoboFinder.py -u https://target.com -extract-path -extract-params

output will be :
target.com-path.txt :
/PATH1
/PATH2
/PATH3
----------
target.com-params.txt :
All the finable parameters that exists in robots.txt

Contributing

Contributions to RoboFinder are welcome! If you have any ideas, bug reports, or feature requests, please open an issue on the original repository here. Feel free to submit pull requests as well.

Please ensure that your contributions align with the project's coding style and guidelines.

License

RoboFinder is released under the MIT License. See the LICENSE file for more details.

Acknowledgments

The author would like to thank St74nger for creating and sharing the original version of RoboFinder. Without their hard work and dedication, this tool wouldn't exist.

robofinder's People

Contributors

maverick0o0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

robofinder's Issues

Archive Error

Hi

After first scan, second scan gives error, why?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.