GithubHelp home page GithubHelp logo

spinsir45 / siterecon Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 124 KB

An information gathering tool to find forms, emails, and external urls on websites.

License: MIT License

Python 100.00%
information-gathering python python3

siterecon's Introduction

SiteRecon

This is an information gathering tool to scan websites for:

  • Form locations
  • External urls
  • emails
  • http only urls
  • Internal urls

Please use this tool for good purposes.

Dependence's

pip install rich
pip install requests
pip install beautifulsoup4

How to use this tool

  • Navigate to the src directory and use python3 siterecon.py -h

Scan with default settings:

  • python3 siterecon.py [target url]

Change the aggression

Choose how aggressive the scan is. The longer the wait time between requests the less likely you are to be blocked from further requests.

python3 siterecon.py -ag {A,M,P}

  • A: Aggressive - default is 0 wait time between requests.
  • M: Moderate - default is 30 to 45 second wait time between requests.
  • P: Passive - default is 45 to 90 second wait time between requests.

You can also use the -ca or --custom-aggression flag to pass a custom wait time between requests. python3 siterecon.py -ca 5 90 google.com.

Change the amount of pages scanned

python3 siterecon.py -c [int]

  • int: The number of pages you want to scan.

Change the file location of the output file

Currently only text files are supported for the scan report file.

python3 siterecon.py -fp example/file.txt

Change defaults

You also have the ability to change the default values to customize siterecon to your personal preferences. Use python3 siterecon.py --help to view all the flags you can use to update the default values.

Use the -ss or --show-settings flag to view all the default settings. You can all pass none in the url parameter to prevent siterecon from attempting to scan. python3 siterecon.py -ss none

License

MIT

siterecon's People

Watchers

spinsir avatar

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.