All Projects → RistBS → 4xxBypasser

RistBS / 4xxBypasser

Licence: MIT license
a tool to bypass negative HTTP status codes on the client side (4xx)

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to 4xxBypasser

Gld
Go shellcode LoaDer
Stars: ✭ 91 (+313.64%)
Mutual labels:  bypass
Psbypassclm
Bypass for PowerShell Constrained Language Mode
Stars: ✭ 138 (+527.27%)
Mutual labels:  bypass
Nmap bypass ids
Nmap&Zmap特征识别,绕过IDS探测
Stars: ✭ 207 (+840.91%)
Mutual labels:  bypass
Facebook ssl pinning
Bypassing SSL Pinning in Facebook Android App
Stars: ✭ 95 (+331.82%)
Mutual labels:  bypass
Silentbridge
Silentbridge is a toolkit for bypassing 802.1x-2010 and 802.1x-2004.
Stars: ✭ 136 (+518.18%)
Mutual labels:  bypass
Aboutsecurity
A list of payload and bypass lists for penetration testing and red team infrastructure build.
Stars: ✭ 166 (+654.55%)
Mutual labels:  bypass
Nac bypass
Script collection to bypass Network Access Control (NAC, 802.1x)
Stars: ✭ 79 (+259.09%)
Mutual labels:  bypass
Meduza
A more or less universal SSL unpinning tool for iOS
Stars: ✭ 240 (+990.91%)
Mutual labels:  bypass
Whatwaf
Detect and bypass web application firewalls and protection systems
Stars: ✭ 1,881 (+8450%)
Mutual labels:  bypass
Abuse Ssl Bypass Waf
Bypassing WAF by abusing SSL/TLS Ciphers
Stars: ✭ 201 (+813.64%)
Mutual labels:  bypass
Disable Windows Defender
Changing values to bypass windows defender C#
Stars: ✭ 107 (+386.36%)
Mutual labels:  bypass
Instagram ssl pinning
Bypassing SSL Pinning in Instagram Android App
Stars: ✭ 135 (+513.64%)
Mutual labels:  bypass
Stracciatella
OpSec-safe Powershell runspace from within C# (aka SharpPick) with AMSI, Constrained Language Mode and Script Block Logging disabled at startup
Stars: ✭ 171 (+677.27%)
Mutual labels:  bypass
Pentest Guide
Penetration tests guide based on OWASP including test cases, resources and examples.
Stars: ✭ 1,316 (+5881.82%)
Mutual labels:  bypass
Cloudmare
Cloudflare, Sucuri, Incapsula real IP tracker.
Stars: ✭ 213 (+868.18%)
Mutual labels:  bypass
Humanoid
Node.js package to bypass CloudFlare's anti-bot JavaScript challenges
Stars: ✭ 88 (+300%)
Mutual labels:  bypass
Antimalware Research
Research on Anti-malware and other related security solutions
Stars: ✭ 163 (+640.91%)
Mutual labels:  bypass
DDos-Attack-OVH-
Powerful DDoS Attack
Stars: ✭ 155 (+604.55%)
Mutual labels:  bypass
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+94790.91%)
Mutual labels:  bypass
Mysql Unsha1
Authenticate against a MySQL server without knowing the cleartext password
Stars: ✭ 191 (+768.18%)
Mutual labels:  bypass

4xxBypasser

a tool to bypass negative HTTP status codes on the client side (4xx)

Liscence : MIT license

Creator

Devs

Installation :

git clone https://github.com/RistBS/4xxBypasser
cd 4xxBypasser && sudo pip3 install -r requirements.txt
sudo python3 4xxbypasser.py

Arguments / options available:

  • Proxy: put http proxies (can avoid connection refusals)
  • Params: add parameters if ever the status code indicates it (401 for example)
  • Path: the path that returns the 4xx code

Format for the args Proxy et Params :

Params > {'p1':'hello', 'p2':'world'}

Proxy > {"http": "proxy"}

Nginx Alias Traversal Attack :

Vulnerable code :

location /admin {
    alias /var/www/site/data;
}

URL with a Payload : http://site.com/admin../<path/file>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].