Giter Club home page Giter Club logo

asset-enumeration's Introduction

Asset Enumeration And Reconnaissance

This tool aims to determine all attack surfaces of the given target in URL format

Authors

Run on Docker

1 - Clone the repository.

2 - Build the Docker image.

    sudo docker build -t kali .

3 - Run the container.

    sudo docker run -i -t --name assetenumeration -p 5000:5000 -v $(pwd):/root:rw kali

4 - Install the requirements

    pip3 install -r requirements.txt

5 - Run flask

    python3 flask_app.py

6 - Open your browser and go to http://127.0.0.1:5000

Run Locally

Get help

  python3 main.py -h

Run on Terminal

  python3 main.py -u $TARGET_URL

Logo

API Reference

Shodan API

If you want to use Shodan API, you shoould enter your API key in config.py file as string format.

	GET /shodan/host/search
Parameter Type Description
api_key string Optional. Your Shodan API key

Features

  • Web Interface
  • Terminal Execution
  • Command Line Arguement

Related

Here are some tools requiered for project. If the tools below do not work from each directory, execute the command below.

cp $tool /usr/bin/

Optimizations

  1. Timestamp is the exact time of beginning of the scan process.
  2. During port scanning, each IP address is scanned once. Therefore, changes during the scan may not affact the result.

Feedback

If you have any feedback, please reach out to us.

asset-enumeration's People

Contributors

msoneri avatar yasincelik01 avatar doganalkim 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.