You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Langs |[`Shell`](/categorize/langs/Shell.md)[`Ruby`](/categorize/langs/Ruby.md)[`Go`](/categorize/langs/Go.md)[`Java`](/categorize/langs/Java.md)[`Rust`](/categorize/langs/Rust.md)[`Python`](/categorize/langs/Python.md)[`C`](/categorize/langs/C.md)[`Crystal`](/categorize/langs/Crystal.md)[`Kotlin`](/categorize/langs/Kotlin.md)[`JavaScript`](/categorize/langs/JavaScript.md)[`Perl`](/categorize/langs/Perl.md)[`TypeScript`](/categorize/langs/TypeScript.md)[`C#`](/categorize/langs/C%23.md)[`Txt`](/categorize/langs/Txt.md)[`BlitzBasic`](/categorize/langs/BlitzBasic.md)[`CSS`](/categorize/langs/CSS.md)[`PHP`](/categorize/langs/PHP.md)[`C++`](/categorize/langs/C++.md)[`HTML`](/categorize/langs/HTML.md)|
| Langs |[`Shell`](/categorize/langs/Shell.md)[`Ruby`](/categorize/langs/Ruby.md)[`Go`](/categorize/langs/Go.md)[`Java`](/categorize/langs/Java.md)[`Rust`](/categorize/langs/Rust.md)[`Python`](/categorize/langs/Python.md)[`C`](/categorize/langs/C.md)[`Crystal`](/categorize/langs/Crystal.md)[`Kotlin`](/categorize/langs/Kotlin.md)[`JavaScript`](/categorize/langs/JavaScript.md)[`Perl`](/categorize/langs/Perl.md)[`C#`](/categorize/langs/C%23.md)[`TypeScript`](/categorize/langs/TypeScript.md)[`Txt`](/categorize/langs/Txt.md)[`BlitzBasic`](/categorize/langs/BlitzBasic.md)[`CSS`](/categorize/langs/CSS.md)[`PHP`](/categorize/langs/PHP.md)[`C++`](/categorize/langs/C++.md)[`HTML`](/categorize/langs/HTML.md)|
33
33
34
34
### Tools
35
35
| Type | Name | Description | Star | Tags | Badges |
@@ -193,6 +193,7 @@ A collection of awesome tools used by Web hackers. Happy hacking , Happy bug-hun
193
193
|Scanner|[NoSQLMap](https://github.com/codingo/NoSQLMap)|Automated NoSQL database enumeration and web application exploitation tool. ||[`nosqli`](/categorize/tags/nosqli.md)|[](/categorize/langs/Python.md)|
194
194
|Scanner|[zap-cli](https://github.com/Grunny/zap-cli)|A simple tool for interacting with OWASP ZAP from the commandline. |||[](/categorize/langs/Python.md)|
195
195
|Scanner|[HRS](https://github.com/SafeBreach-Labs/HRS)|HTTP Request Smuggling demonstration Perl script, for variants 1, 2 and 5 in my BlackHat US 2020 paper HTTP Request Smuggling in 2020.|||[](/categorize/langs/Perl.md)|
196
+
|Scanner|[ConfusedDotnet](https://github.com/visma-prodsec/ConfusedDotnet)|Tool to check for dependency confusion vulnerabilities in NuGet package management systems||[`dependency-confusion`](/categorize/tags/dependency-confusion.md)|[](/categorize/langs/C%23.md)|
196
197
|Scanner|[deadlinks](https://github.com/butuzov/deadlinks)|Health checks for your documentation links.||[`broken-link`](/categorize/tags/broken-link.md)|[](/categorize/langs/Python.md)|
197
198
|Scanner|[LFISuite](https://github.com/D35m0nd142/LFISuite)|Totally Automatic LFI Exploiter (+ Reverse Shell) and Scanner |||[](/categorize/langs/Python.md)|
198
199
|Scanner|[AWSBucketDump](https://github.com/jordanpotti/AWSBucketDump)|Security Tool to Look For Interesting Files in S3 Buckets||[`s3`](/categorize/tags/s3.md)|[](/categorize/langs/Python.md)|
@@ -219,8 +220,10 @@ A collection of awesome tools used by Web hackers. Happy hacking , Happy bug-hun
219
220
|Scanner|[SQLiDetector](https://github.com/eslam3kl/SQLiDetector)|Simple python script supported with BurpBouty profile that helps you to detect SQL injection "Error based" by sending multiple requests with 14 payloads and checking for 152 regex patterns for different databases.||[`sqli`](/categorize/tags/sqli.md)|[](/categorize/langs/Python.md)|
220
221
|Scanner|[a2sv](https://github.com/hahwul/a2sv)|Auto Scanning to SSL Vulnerability ||[`ssl`](/categorize/tags/ssl.md)|[](/categorize/langs/Python.md)|
221
222
|Scanner|[DOMPurify](https://github.com/cure53/DOMPurify)|DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:||[`xss`](/categorize/tags/xss.md)|[](/categorize/langs/JavaScript.md)|
223
+
|Scanner|[depenfusion](https://github.com/benjamin-mauss/depenfusion)|A powerful pentesting tool for detecting and exploiting dependency confusion vulnerabilities in Node.js projects||[`dependency-confusion`](/categorize/tags/dependency-confusion.md)|[](/categorize/langs/Python.md)|
|Scanner|[dependency-confusion-scanner](https://github.com/Yaniv-git/dependency-confusion-scanner)|This small repo is meant to scan Github's repositories for potential Dependency confusion vulnerabilities.||[`dependency-confusion`](/categorize/tags/dependency-confusion.md)|[](/categorize/langs/Python.md)|
224
227
|Scanner|[gitleaks](https://github.com/zricethezav/gitleaks)|Scan git repos (or files) for secrets using regex and entropy 🔑|||[](/categorize/langs/Go.md)|
225
228
|Scanner|[pphack](https://github.com/edoardottt/pphack)|The Most Advanced Client-Side Prototype Pollution Scanner||[`prototypepollution`](/categorize/tags/prototypepollution.md)[`prototype-pollution`](/categorize/tags/prototype-pollution.md)|[](/categorize/langs/Go.md)|
226
229
|Scanner|[headi](https://github.com/mlcsec/headi)|Customisable and automated HTTP header injection||[`header`](/categorize/tags/header.md)|[](/categorize/langs/Go.md)|
Copy file name to clipboardExpand all lines: categorize/langs/C#.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
4
4
| Type | Name | Description | Star | Tags | Badges |
5
5
| --- | --- | --- | --- | --- | --- |
6
+
|Scanner|[ConfusedDotnet](https://github.com/visma-prodsec/ConfusedDotnet)|Tool to check for dependency confusion vulnerabilities in NuGet package management systems||[`dependency-confusion`](/categorize/tags/dependency-confusion.md)|[](/categorize/langs/C%23.md)|
6
7
|Utils|[ysoserial.net](https://github.com/pwntester/ysoserial.net)|Deserialization payload generator for a variety of .NET formatters ||[`deserialize`](/categorize/tags/deserialize.md)|[](/categorize/langs/C%23.md)|
Copy file name to clipboardExpand all lines: categorize/langs/Python.md
+2
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,9 @@
65
65
|Scanner|[smuggler](https://github.com/defparam/smuggler)|Smuggler - An HTTP Request Smuggling / Desync testing tool written in Python 3 ||[`smuggle`](/categorize/tags/smuggle.md)|[](/categorize/langs/Python.md)|
66
66
|Scanner|[SQLiDetector](https://github.com/eslam3kl/SQLiDetector)|Simple python script supported with BurpBouty profile that helps you to detect SQL injection "Error based" by sending multiple requests with 14 payloads and checking for 152 regex patterns for different databases.||[`sqli`](/categorize/tags/sqli.md)|[](/categorize/langs/Python.md)|
67
67
|Scanner|[a2sv](https://github.com/hahwul/a2sv)|Auto Scanning to SSL Vulnerability ||[`ssl`](/categorize/tags/ssl.md)|[](/categorize/langs/Python.md)|
68
+
|Scanner|[depenfusion](https://github.com/benjamin-mauss/depenfusion)|A powerful pentesting tool for detecting and exploiting dependency confusion vulnerabilities in Node.js projects||[`dependency-confusion`](/categorize/tags/dependency-confusion.md)|[](/categorize/langs/Python.md)|
|Scanner|[dependency-confusion-scanner](https://github.com/Yaniv-git/dependency-confusion-scanner)|This small repo is meant to scan Github's repositories for potential Dependency confusion vulnerabilities.||[`dependency-confusion`](/categorize/tags/dependency-confusion.md)|[](/categorize/langs/Python.md)|
69
71
|Scanner|[V3n0M-Scanner](https://github.com/v3n0m-Scanner/V3n0M-Scanner)|Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns||[`sqli`](/categorize/tags/sqli.md)[`xss`](/categorize/tags/xss.md)[`lfi`](/categorize/tags/lfi.md)[`rfi`](/categorize/tags/rfi.md)|[](/categorize/langs/Python.md)|
70
72
|Scanner|[xsscrapy](https://github.com/DanMcInerney/xsscrapy)|XSS/SQLi spider. Give it a URL and it'll test every link it finds for XSS and some SQLi. ||[`xss`](/categorize/tags/xss.md)|[](/categorize/langs/Python.md)|
71
73
|Scanner|[tplmap](https://github.com/epinna/tplmap)|Server-Side Template Injection and Code Injection Detection and Exploitation Tool|||[](/categorize/langs/Python.md)|
0 commit comments