Skip to content

Commit 0de3b24

Browse files
authored
Merge pull request vavkamil#34 from zerbaliy3v/main
Added new vehicles
2 parents d627532 + aef1985 commit 0de3b24

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
- [JSON Web Token](#JSON-Web-Token)
4343
- [postMessage](#postMessage)
4444
- [Subdomain Takeover](#Subdomain-Takeover)
45+
- [Useful](#Useful)
4546
- [Uncategorized](#Uncategorized)
4647

4748
---
@@ -59,6 +60,7 @@
5960
- [domained](https://github.com/TypeError/domained) - Multi Tool Subdomain Enumeration
6061
- [bugcrowd-levelup-subdomain-enumeration](https://github.com/appsecco/bugcrowd-levelup-subdomain-enumeration) - This repository contains all the material from the talk "Esoteric sub-domain enumeration techniques" given at Bugcrowd LevelUp 2017 virtual conference
6162
- [shuffledns](https://github.com/projectdiscovery/shuffledns) - shuffleDNS is a wrapper around massdns written in go that allows you to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard handling and easy input-output…
63+
- [puredns](https://github.com/d3mondev/puredns) - Fast domain resolver and subdomain bruteforcing with accurate wildcard filtering with wilcard(*)
6264
- [censys-subdomain-finder](https://github.com/christophetd/censys-subdomain-finder) - Perform subdomain enumeration using the certificate transparency logs from Censys.
6365
- [Turbolist3r](https://github.com/fleetcaptain/Turbolist3r) - Subdomain enumeration tool with analysis features for discovered domains
6466
- [censys-enumeration](https://github.com/0xbharath/censys-enumeration) - A script to extract subdomains/emails for a given domain using SSL/TLS certificate dataset on Censys
@@ -139,6 +141,8 @@
139141
- [gau](https://github.com/lc/gau) - Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.
140142
- [getJS](https://github.com/003random/getJS) - A tool to fastly get all javascript sources/files
141143
- [linx](https://github.com/riza/linx) - Reveals invisible links within JavaScript files
144+
- [waymore](https://github.com/xnl-h4ck3r/waymore) - Find way more from the Wayback Machine!
145+
- [xnLinkFinder](https://github.com/xnl-h4ck3r/xnLinkFinder) - A python tool used to discover endpoints, potential parameters, and a target specific wordlist for a given target
142146

143147
### Parameters
144148

@@ -470,7 +474,15 @@ Lorem ipsum dolor sit amet
470474
- [cariddi](https://github.com/edoardottt/cariddi) - Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more...
471475
- [OWASP ZAP](https://github.com/zaproxy/zaproxy) - World’s most popular free web security tools and is actively maintained by a dedicated international team of volunteers
472476
- [SSTImap](https://github.com/vladko312/SSTImap) - SSTImap is a penetration testing software that can check websites for Code Injection and Server-Side Template Injection vulnerabilities and exploit them, giving access to the operating system itself.
473-
-
477+
478+
### Useful
479+
480+
- [anew](https://github.com/tomnomnom/anew) - A tool for adding new lines to files, skipping duplicates
481+
- [gf](https://github.com/tomnomnom/gf) - A wrapper around grep, to help you grep for things
482+
- [uro](https://github.com/s0md3v/uro) - declutters url lists for crawling/pentesting
483+
- [unfurl](https://github.com/tomnomnom/unfurl) - Pull out bits of URLs provided on stdin
484+
- [qsreplace](https://github.com/tomnomnom/qsreplace) - Accept URLs on stdin, replace all query string values with a user-supplied value
485+
474486
### Uncategorized
475487

476488
- [JSONBee](https://github.com/zigoo0/JSONBee) - A ready to use JSONP endpoints/payloads to help bypass content security policy (CSP) of different websites.

0 commit comments

Comments
 (0)