Kali Linux

Upload_Bypass_Carnage : File Upload Restrictions Bypass, By Using Different Bug Bounty Techniques!

Upload_bypass,File upload restrictions bypass, by using different bug bounty techniques!

POC video:

Installation:

pip3 install -r requirements.txt

Usage: upload_bypass.py [options]

Options: -h, –help

  show this help message and exit

-u URL, –url=URL

  Supply the login page, for example: -u http://192.168.98.200/login.php'

-s , –success

 Success message when upload an image, example: -s 'Image uploaded successfully.'

-e , –extension

 Provide server backend extension, for example: --extension php (Supported extensions: php,asp,jsp,perl,coldfusion)

-a , –allowed

 Provide allowed extensions to be uploaded, for example: jpeg,png

-H , –header

 (Optional) - for example: '"X-Forwarded-For":"10.10.10.10"' - Use double quotes around the data and wrapp it all with single quotes. Use comma to separate multi headers.

-l , –location

 (Optional) - Supply a remote path where the webshell suppose to be. For exmaple: /uploads/

-S, –ssl

 (Optional) - No checks for TLS or SSL

-p, –proxy

 (Optional) - Channel the requests through proxy

-c, –continue

 (Optional) - If set, the brute force will continue even if one or more methods found!

-v, –verbose

 (Optional) - Printing the http response in terminal

-U , –username

 (Optional) - Username for authentication. For exmaple: --username admin

-P , –password

 (Optional) - - Password for authentication. For exmaple: --password 12345

R K

Recent Posts

Useful Bug Bounty And Security Related Write-ups : A Comprehensive Guide For Enthusiasts

This repo contains all variants of information security & Bug bounty & Penetration Testing write-up…

1 hour ago

Admin-Panel-Dorks : Mastering Google Dorks To Uncover Hidden Admin Panels

site:*/sign-in site:*/account/login site:*/forum/ucp.php?mode=login inurl:memberlist.php?mode=viewprofile intitle:"EdgeOS" intext:"Please login" inurl:user_login.php intitle:"Web Management Login" site:*/users/login_form site:*/access/unauthenticated site:account.*.*/login site:admin.*.com/signin/…

1 hour ago

Conduwuit : Pioneering A New Era In Matrix Homeservers

Matrix is an open network for secure and decentralized communication. Users from every Matrix homeserver…

1 hour ago

LSMS – Linux Security And Monitoring Scripts

Linux Security And Monitoring Scripts are a collection of security and monitoring scripts you can…

1 hour ago

Fiber – Using Fibers To Run In-Memory Code

A fiber is a unit of execution that must be manually scheduled by the application…

1 hour ago

XSS-Exploitation-Tool : A Penetration Testing Tool

XSS Exploitation Tool is a penetration testing tool that focuses on the exploit of Cross-Site…

1 hour ago