GitHub
github.com › topics › werkzeug-exploit
werkzeug-exploit · GitHub Topics · GitHub
WConsole Extractor is a python library which automatically exploits a Werkzeug development server in debug mode.
20:59
Reassembling Werkzeug's Pin - Getting RCE in HackTheBox Agile [Part ...
19:10
Reassembling Werkzeug's Pin - Hacking Flask Debug Mode [Part 1] ...
Werkzeug PIN exploit - TryHackMe's OWASP Top 10 2021
15:27
Workerbee Walkthrough (Werkzeug Debug Pin generation) - YouTube
01:26:38
HackTheBox - Ellingson - YouTube
GitHub
github.com › sharmas1ddharth › Iris-classification › issues › 30
CVE-2024-34069 (High) detected in Werkzeug-2.2.2-py3-none-any.whl - autoclosed · Issue #30 · sharmas1ddharth/Iris-classification
May 7, 2024 - Exploitability Metrics: Attack Vector: Network · Attack Complexity: High · Privileges Required: None · User Interaction: Required · Scope: Unchanged · Impact Metrics: Confidentiality Impact: High · Integrity Impact: High · Availability Impact: High · For more information on CVSS3 Scores, click here. Suggested Fix · Type: Upgrade version · Origin: GHSA-2g68-c3qc-8985 ·
Author sharmas1ddharth
GitHub
github.com › Fare9 › PyWerkzeug-Debug-Command-Execution
GitHub - Fare9/PyWerkzeug-Debug-Command-Execution: python exploit for werkzeug debug shell command execution · GitHub
python exploit for werkzeug debug shell command execution - Fare9/PyWerkzeug-Debug-Command-Execution
Starred by 10 users
Forked by 8 users
Languages Python
GitHub
github.com › MistSpark › Vigilant-Exploits › blob › master › Werkzeug_Exploit.py
Vigilant-Exploits/Werkzeug_Exploit.py at master · MistSpark/Vigilant-Exploits
basePort = sys.argv[2]
·
· #INITIAL CONNECTION WITH THE TARGET..
· print u"\n\u001b[32;1mConnecting To The Target...\u001b[0m\n"
· res = requests.get('http://%s:%s/console'% (baseUrl,basePort))
·
· #Checking for Werkzeug Console..
· if "Werkzeug powered traceback interpreter" not in res.text:
·
Author MistSpark
GitHub
github.com › opensearch-project › data-prepper › issues › 3552
CVE-2023-46136 (High) detected in Werkzeug-2.2.3-py3-none-any.whl · Issue #3552 · opensearch-project/data-prepper
October 26, 2023 - Library home page: https://files.pythonhosted.org/packages/f6/f8/9da63c1617ae2a1dec2fbf6412f3a0cfe9d4ce029eccbda6e1e4258ca45f/Werkzeug-2.2.3-py3-none-any.whl
Author opensearch-project
GitHub
github.com › KOSASIH › pi-nexus-autonomous-banking-network › issues › 22
Werkzeug-2.2.3-py3-none-any.whl: 2 vulnerabilities (highest severity is: 7.5) - autoclosed · Issue #22 · KOSASIH/pi-nexus-autonomous-banking-network
May 9, 2024 - Exploitability Metrics: Attack Vector: Network · Attack Complexity: High · Privileges Required: None · User Interaction: Required · Scope: Unchanged · Impact Metrics: Confidentiality Impact: High · Integrity Impact: High · Availability Impact: High · For more information on CVSS3 Scores, click here. Type: Upgrade version · Origin: GHSA-2g68-c3qc-8985 · Release Date: 2024-05-06 · Fix Resolution: Werkzeug - 3.0.3 ·
Author KOSASIH
HackTricks
book.hacktricks.xyz › home › network services pentesting › pentesting web › werkzeug
Werkzeug / Flask Debug - HackTricks
2 days ago - You just have to write a python function that leaks a file content and you have your shell :) \xc2\xb7 GitHub · https://www.daehee.com/werkzeug-console-pin-exploit/
GitHub
github.com › am0nsec › exploit › blob › master › python › werkzeug-debug-console › exploit.py
exploit/python/werkzeug-debug-console/exploit.py at master · am0nsec/exploit
Collection of different exploits. Contribute to am0nsec/exploit development by creating an account on GitHub.
Author am0nsec
GitHub
github.com › microsoft › cascadia-code › issues › 649
There is a vulnerability in Werkzeug 2.0.1,upgrade recommended · Issue #649 · microsoft/cascadia-code
August 31, 2022 - cascadia-code/requirements.txt Line 198 in 017bde5 werkzeug==2.0.1 CVE-2022-29361 Recommended upgrade version:2.1.1
Author microsoft
GitHub
github.com › magma2 › exploit › blob › master › werkzeug.py
exploit/werkzeug.py at master · magma2/exploit
# usage : python exploit.py 192.168.56.101 5000 192.168.56.102 4422
·
· if len(sys.argv) != 5:
· print "USAGE: python %s <ip> <port> <your ip> <netcat port>" % (sys.argv[0])
· sys.exit(-1)
·
·
· response = requests.get('http://%s:%s/console' % (sys.argv[1],sys.argv[2]))
·
· if "Werkzeug " not in response.text:
·
Author magma2
GitHub
github.com › Seagate › seagate-tools › issues › 602
CVE-2023-25577 (High) detected in Werkzeug-2.2.2-py3-none-any.whl, Werkzeug-2.0.3-py3-none-any.whl · Issue #602 · Seagate/seagate-tools
February 15, 2023 - CVE-2023-25577 (High) detected in Werkzeug-2.2.2-py3-none-any.whl, Werkzeug-2.0.3-py3-none-any.whl#602
Author Seagate
GitHub
github.com › grav3m1nd-byte › werkzeug-pin
GitHub - grav3m1nd-byte/werkzeug-pin: Yet another Werkzeug Console Pin Exploit Explanation · GitHub
As explained by Carlos Polop in Hacktricks.xyz, this exploit is to access /console from Werkzeug when it requires a pin.
Author grav3m1nd-byte
GitHub
github.com › wdahlenburg › werkzeug-debug-console-bypass
GitHub - wdahlenburg/werkzeug-debug-console-bypass: Werkzeug has a debug console that requires a pin. It's possible to bypass this with an LFI vulnerability or use it as a local privilege escalation vector. · GitHub
Werkzeug has a debug console that requires a pin. It's possible to bypass this with an LFI vulnerability or use it as a local privilege escalation vector. - wdahlenburg/werkzeug-debug-console-bypass
Starred by 66 users
Forked by 8 users
Languages Python 85.8% | Dockerfile 14.2%
GitHub
github.com › wazuh › wazuh › issues › 20602
Upgrade Werkzeug version to 3.0.1 or a version <=2.3.8 · Issue #20602 · wazuh/wazuh
December 2, 2023 - During the Weekly vulnerability scan, It was found that the Werkzeug version currently used in the Python embedded version (2.2.3) contains a vulnerability that is fixed in version 3.0.1, version 2.3.8 and higher
Author wazuh
Snyk
security.snyk.io › snyk vulnerability database › pip › werkzeug
Werkzeug 2.1.2 vulnerabilities | Snyk
Learn more about known Werkzeug 2.1.2 vulnerabilities and licenses detected.
Snyk
security.snyk.io › snyk vulnerability database › pip › werkzeug
werkzeug 2.2.2 | Snyk
Security vulnerabilities and package health score for pip package werkzeug 2.2.2