Giter Site home page Giter Site logo

sankarganeshkumar / webheckscanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grahamzemel/webheckscanner

0.0 0.0 0.0 24.27 MB

A hacking tool for bug bounties. Sharing and modifying is encouraged!

Home Page: https://grahamzemel.com/projects/web-heck-scanner

License: GNU General Public License v3.0

Shell 1.10% C++ 0.07% Python 84.10% Perl 8.92% C 0.57% HTML 4.76% PLpgSQL 0.02% Dockerfile 0.04% Roff 0.40% TSQL 0.02%

webheckscanner's Introduction

WebHeckScanner (v2.0)

Written by Graham Zemel, using Nikto, Nuclei, Sqlmap, Anew, Gau, and more!

This is a Bash script designed to scan web apps for vulnerabilities using advanced tools while maintaining efficiency

Installation

You must install and configure your directory as I have done or change the code if you have tools in your path already

git clone https://github.com/grahamzemel/WebHeckScanner

cd WebHeckScanner

Make sure all tools are installed before continuing

chmod +x webHeck.sh

sudo ./webHeck.sh -n 'folder name to store results in' -u 'any url(keep the apostrophes)'

Note: Upon running this command with the same -n value, or name, it will delete the previous test.

If there are any permission errors running the tool files, run chmod +x ${toolfile} or sudo chmod +x ${toolfile}.
If there are any errors with the file system or installing, make sure the directory tree matches the one below.

Tools Utilized:

Larger tools stored in their own folders:

Sqlmap, a tool for testing SQL injection vulnerabilities which are some of the most dangerous.
Nikto, a tool for scanning websites written in perl, easy to use, one of my favorites.
Nuclei is likely the most customizable tool out there for web pentesting, there's about a million different templates to scan with on Github.

Solo files, small tools that are contained in 'req_solos/':

Anew: File I/O modification through terminal.
Gauplus: 'Get All Urls Plus', outdated but still has useful properties.
Gau: 'Get All Urls', similar to Subdomainer but I like this tool better.
Httpx: Runs a bunch of probes for vulnerabilities, commonly used in combination with most of these tools.
PV: 'Pipe Viewer', used by some of these tools to print the status of a current scan/process.
WayBackUrls: Neat tool that integrates the waybackmachine as a means of fetching old and possibly useful files that may contain credentials or source code.

Directory Tree Graph

WebHeckScanner
-README.md
-webHeck.sh
-nikto/
-nuclei/
--nuclei
-sqlmap/
-req_solos/
--anew
--gau
--gauplus
--httpx
--pv
--waybackurls

webheckscanner's People

Contributors

grahamzemel avatar shscoding avatar 0xflotus avatar 0xhunster avatar deepsourcebot 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.