Git Product home page Git Product logo

inside403's Introduction


INSIDE403

Scanner for directory/path which has status code 403 and test for possible 403 Bypass

InstllationUsageHow to run effectively


INSIDE403 is a simple shell script to find web directories or file which has 403 status code and try to bypass it. This tools has 2 modes

  1. URL Bypass
  2. URL List

In URL List mode, first of all, this tool finds paths/files which has 403 status code and after that, it tries to bypass it with different payloads.

Install INSIDE403

INSIDE403 requires FFUF.
Also this tool will consider following wordlist as default wordlist.

Default Worslist at :- /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt


For complete installation, run following command

  git clone https://github.com/thecyberneh/inside403.git
  cd inside403
  bash installer.sh


USAGE

inside403 -h

This will display help for the tool. Here are all the switches it supports.

[ABOUT]
   INSIDE403 is a Scanner for directory/path which has status code 403 and test for possible 403 Bypass
   and try to bypass it.


[Usage:]
   inside403 [flags]


[FLAGS:]
    [TARGET:]
       -l, --list       target URLs/hosts to scan
       -u, --url        Target URL+Directory to Scan, Single URL


    [WORDLIST:]
       -w, --wordlist    path of your wordlist


[Examples:]
   Try to bypass 403 on directory:- 403here
       inside403 -u https://sub.domain.tld/403here 


   Try to find directories with 403 from URL list
   with wordlist located at:- /path/to/wordlist.txt
       inside403 -l httpxResults.txt -w /path/to/wordlist.txt 
   You can use results from HTTPX tool as URL list


   Run tool with default wordlist
       Default wordlist at:- /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
       inside403 -l httpxResults.txt 
    [HELP:]
       -h, --help    to get help menu 


Running inside403

Scan single URL+403direcotry with inside403 (here path "403here" has status code 403)

 inside403 -u https://sub.domain.tld/403here/
 inside403 -u https://my.domain.com/admin.php

You can use this tool on output of HTTPX tool for automation :)

inside403 -l httpxResults.txt

You can also provide your own wordlist of 403 possible paths with -w or --wordlist flag

inside403 -l httpxResults.txt -w /path/to/mywordlist.txt

inside403's People

Contributors

thecyberneh 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.