Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2022-1040 — Save the trouble to open the burpsuite... | Kitploit
Tools/GitHubGitHub/keith-amateur/cve-2022-1040
Vulnerability AnalysisWeb Proxies & InterceptionExploitationWeb Application ExploitationPenetration Testing
GitHubkeith-amateur/cve-2022-1040

cve-2022-1040

Save the trouble to open the burpsuite...

View Repository
33 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Environment

In Python Environment(3.10)

root@kitploit:~
# It's strongly recommended to use the virtual environment)

pip3 install baseproxy
# python3.10 will raise an AttributeError if the version of pyOpenSSL(downloaded with baseproxy) is too low. Reinstalling the latest version will fix it.
pip3 uninstall pyOpenSSL 
pip3 install pyOpenSSL

# run
python3 Sophos-poc.py 

In Docker

root@kitploit:~
docker pull keithdockerhub/cve-2022-1040:latest # or build yourself
docker run -it -p 8788:8788  keithdockerhub/cve-2022-1040:latest

How to use

  1. Make sure your browser use the http proxy: http://127.0.0.1:8788.
  2. Fill in username and password with literally any contents.(It doesn't matter)
  3. Click login.

The principle is the same as the burpsuite. It sets up a https mitm(man in the middle) and change the http body in a specific post request then we can get access to the web admin of Sophos Firewall without authentication.
Please do not use it for illegal purposes.

Reference

https://github.com/qiyeboy/BaseProxy
https://github.com/APTIRAN/CVE-2022-1040

Download Tool