8000 GitHub - maybewht-dev/NoMoreForbidden
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maybewht-dev/NoMoreForbidden

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoMoreForbidden

NoMoreForbidden is a tool that tries various techniques to bypass forbidden(403) pages on websites and presents their results to the user.

Installation

git clone https://github.com/akinerk/NoMoreForbidden

cd NoMoreForbidden

pip install -r requirements.txt

Usage

python3 nmf.py -u https://www.example.com/test

Flag Description Example Default
-u Specify URL python3 nmf.py -u https://www.example.com/test N/A
-ip Specify ip adress for ip-based headers python3 nmf.py -ip 1.1.1.1 127.0.0.1
-v Toggles showing all Valid/Invalid results python3 nmf.py -v on/off off

Features

  • Url based bypass ( url.com/path/../ etc.)
  • Ip-based header bypass ( X-Forwarded-For etc.)
  • Web cache based header bypass ( X-Original-URL etc.)
  • Path char change based bypass (admin to aDmIn)
  • Protocol change based bypass (http to https - https to http)
  • Wayback Machine history check
  • False-Positive result detection
  • Ip Adress based bypass -new v0.2
  • HTTP Protocol version based bypass -new v0.2
  • How to work False-Positive Detection

    https://google.com/test/../ etc. payloads or X-Original-URL etc. headers such as has a high false-positive rate. NoMoreForbidden is compares main page response length and bypass result response length. If them is equal, at high rate this result is false-positive. However, this system cannot always be trusted. On some websites (eg google.com) page lengths vary and this prevents the program from detecting false-positive.

    How to work CDN/WAF && Cloudflare - Cloudfront Detection

    IP address-based bypass only works with the origin IP. If the target uses services like Cloudflare or CloudFront, we cannot access the original IP. While testing IP address bypass, NMF checks the server, and if the website uses Cloudflare or CloudFront, NMF notifies the user of this. Additionally, SSL Handshake failed error may also indicate a cdn/waf. This is also notified to the user.

    DONT USE IT OR YOU WILL BE FIRED

    https://api.gold4cards.com/v1/admin/wallets/topup/66b161d2f528cbc99d946e9c

    About

    No description, website, or topics provided.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • Python 100.0%
    0