Giter Site home page Giter Site logo

speedrecon's Introduction

SpeedRecon

Automate scanning this script is aggrssive , only use if authroised or on local boxes

Domain Scan Script

This script performs various scanning and enumeration tasks on a domain. It automates the process of subdomain enumeration, checking for alive domains, fingerprinting, directory brute-forcing, scanning with Nmap, taking screenshots using Eyewitness, and checking for common vulnerabilities using Nuclei.

Prerequisites

Before running the script, make sure you have the following prerequisites installed: to install go

  1. apt-update
  2. apt upgrade
  3. wget https://go.dev/dl/go1.20.2.linux-amd64.tar.gz
  4. tar -xvf go1.20.2.linux-amd64.tar.gz
  5. sudo mv go /usr/local
  6. export GOROOT=/usr//local/go
  7. export GOPATH=$HOME/go
  8. export PATH="$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH"
  9. go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
  10. go install github.com/tomnomnom/httprobe@latest | for httprobe

using the script ./requirments_install.sh

Usage

For safer and quicker results I removed nuclei in the V2 file, for faster recon, also it's recommended to run nuclei on the interesting findings only, any ways both are tested.

Happy hacking

Provide a domain name as an argument when executing the script:

./SpeedReconV2.sh site-without-https://.com

speedrecon's People

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.