Skip to content

Commit 45ef83e

Browse files
authored
Merge pull request vavkamil#35 from 0xPugal/main
Update Tools
2 parents 0de3b24 + aa81aa3 commit 45ef83e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
- [scilla](https://github.com/edoardottt/scilla) - Information Gathering tool - DNS / Subdomains / Ports / Directories enumeration
8484
- [sub3suite](https://github.com/3nock/sub3suite) - A research-grade suite of tools for subdomain enumeration, intelligence gathering and attack surface mapping.
8585
- [cero](https://github.com/glebarez/cero) - Scrape domain names from SSL certificates of arbitrary hosts
86+
- [shosubgo](https://github.com/incogbyte/shosubgo) - Small tool to Grab subdomains using Shodan api
87+
- [haktrails](https://github.com/hakluke/haktrails) - Golang client for querying SecurityTrails API data
88+
- [bbot](https://github.com/blacklanternsecurity/bbot) - A recursive internet scanner for hackers
8689

8790
### Port Scanning
8891

@@ -128,6 +131,7 @@
128131
- [gospider](https://github.com/jaeles-project/gospider) - Gospider - Fast web spider written in Go
129132
- [hakrawler](https://github.com/hakluke/hakrawler) - Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
130133
- [crawley](https://github.com/s0rg/crawley) - fast, feature-rich unix-way web scraper/crawler written in Golang.
134+
- [katana](https://github.com/projectdiscovery/katana) - A next-generation crawling and spidering framework
131135

132136
### Links
133137

@@ -275,6 +279,7 @@ Lorem ipsum dolor sit amet
275279
- [rbndr](https://github.com/taviso/rbndr) - Simple DNS Rebinding Service
276280
- [httprebind](https://github.com/daeken/httprebind) - Automatic tool for DNS rebinding-based SSRF attacks
277281
- [dnsFookup](https://github.com/makuga01/dnsFookup) - DNS rebinding toolkit
282+
- [surf](https://github.com/assetnote/surf) - Escalate your SSRF vulnerabilities on Modern Cloud Environments. `surf` allows you to filter a list of hosts, returning a list of viable SSRF candidates.
278283

279284
### SQL Injection
280285

@@ -293,6 +298,7 @@ Lorem ipsum dolor sit amet
293298
- [Blinder](https://github.com/mhaskar/Blinder) - A python library to automate time-based blind SQL injection
294299
- [sqliv](https://github.com/the-robot/sqliv) - massive SQL injection vulnerability scanner
295300
- [nosqli](https://github.com/Charlie-belmer/nosqli) - NoSql Injection CLI tool, for finding vulnerable websites using MongoDB.
301+
- [ghauri](https://github.com/r0oth3x49/ghauri) - An advanced cross-platform tool that automates the process of detecting and exploiting SQL injection security flaws
296302

297303
### XSS Injection
298304

@@ -347,6 +353,10 @@ Lorem ipsum dolor sit amet
347353
- [oxml_xxe](https://github.com/BuffaloWill/oxml_xxe) - A tool for embedding XXE/XML exploits into different filetypes
348354
- [metahttp](https://github.com/vp777/metahttp) - A bash script that automates the scanning of a target network for HTTP resources through XXE
349355

356+
### SSTI Injection
357+
- [tplmap](https://github.com/epinna/tplmap) - Server-Side Template Injection and Code Injection Detection and Exploitation Tool
358+
- [SSTImap](https://github.com/vladko312/SSTImap) - Automatic SSTI detection tool with interactive interface
359+
350360
---
351361

352362
## Miscellaneous
@@ -424,6 +434,9 @@ Lorem ipsum dolor sit amet
424434
- [CMSmap](https://github.com/Dionach/CMSmap) - CMSmap is a python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs.
425435
- [joomscan](https://github.com/OWASP/joomscan) - OWASP Joomla Vulnerability Scanner Project
426436
- [pyfiscan](https://github.com/fgeek/pyfiscan) - Free web-application vulnerability and version scanner
437+
- [aemhacker](https://github.com/0ang3el/aem-hacker) - Tools to identify vulnerable Adobe Experience Manager (AEM) webapps.
438+
- [aemscan](https://github.com/Raz0r/aemscan) - Adobe Experience Manager Vulnerability Scanner
439+
427440

428441
### JSON Web Token
429442

0 commit comments

Comments
 (0)