diff --git a/Bookmarklets/README.md b/Bookmarklets/README.md index d2b1bea..16f9b11 100644 --- a/Bookmarklets/README.md +++ b/Bookmarklets/README.md @@ -1,12 +1,3 @@ -

-
- -
- Web Hacker's Weapons
- < Bookmarklets > -
- -

A collection of cool tools used by Web hackers. Happy hacking , Happy bug-hunting
This is Cool Bookmarklets collection diff --git a/Bookmarklets/template/head.md b/Bookmarklets/template/head.md index d284a65..99af160 100644 --- a/Bookmarklets/template/head.md +++ b/Bookmarklets/template/head.md @@ -1,12 +1,3 @@ -

-
- -
- Web Hacker's Weapons
- < Bookmarklets > -
- -

A collection of cool tools used by Web hackers. Happy hacking , Happy bug-hunting
This is Cool Bookmarklets collection diff --git a/README.md b/README.md index 3508521..a38a0fc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin - [Thanks to contributor](#thanks-to-contributor) ## WHW-Tools -> Always use the latest tools and Easy installation 😎 +> Always use the latest tools 😎 `WHW-Tools` is tools web of `#WebHackersWeapons`. Easy install and Easy manage upgrade. Go to [WHW-Tools](https://whw-tools.hahwul.com/) @@ -96,6 +96,7 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin | Discovery/OSINT | [spiderfoot](https://github.com/smicallef/spiderfoot) | SpiderFoot automates OSINT collection so that you can focus on analysis. | ![](https://img.shields.io/github/stars/smicallef/spiderfoot) | ![](https://img.shields.io/github/languages/top/smicallef/spiderfoot) | | Discovery/PARAM | [ParamSpider](https://github.com/devanshbatham/ParamSpider) | Mining parameters from dark corners of Web Archives | ![](https://img.shields.io/github/stars/devanshbatham/ParamSpider) | ![](https://img.shields.io/github/languages/top/devanshbatham/ParamSpider) | | Discovery/PARAM | [Parth](https://github.com/s0md3v/Parth) | Heuristic Vulnerable Parameter Scanner | ![](https://img.shields.io/github/stars/s0md3v/Parth) | ![](https://img.shields.io/github/languages/top/s0md3v/Parth) | +| Discovery/PARAM | [fuzzparam](https://github.com/0xsapra/fuzzparam) | A fast go based param miner to fuzz possible parameters a URL can have. | ![](https://img.shields.io/github/stars/0xsapra/fuzzparam) | ![](https://img.shields.io/github/languages/top/0xsapra/fuzzparam) | | Discovery/PORT | [RustScan](https://github.com/brandonskerritt/RustScan) | Faster Nmap Scanning with Rust | ![](https://img.shields.io/github/stars/brandonskerritt/RustScan) | ![](https://img.shields.io/github/languages/top/brandonskerritt/RustScan) | | Discovery/PORT | [Shodan](https://www.shodan.io/) | World's first search engine for Internet-connected devices|![](https://img.shields.io/static/v1?label=&message=it%27s%20not%20github&color=gray) | ![](https://img.shields.io/static/v1?label=&message=it%27s%20not%20github&color=gray)| | Discovery/PORT | [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. | ![](https://img.shields.io/github/stars/robertdavidgraham/masscan) | ![](https://img.shields.io/github/languages/top/robertdavidgraham/masscan) | @@ -223,6 +224,3 @@ A collection of cool tools used by Web hackers. Happy hacking , Happy bug-huntin ## Thanks to (Contributor) I would like to thank everyone who helped with this project 👍😎 ![](/CONTRIBUTORS.svg) - -and hidden contributors -[six2dez](https://github.com/six2dez) , [si9int](https://github.com/si9int) , [jcran](https://github.com/jcran) diff --git a/data.json b/data.json index 519e124..2b64e52 100644 --- a/data.json +++ b/data.json @@ -944,15 +944,15 @@ } }, "anew": { - "Type": "Utility", "Data": "| Utility/ANY | [anew](https://github.com/tomnomnom/anew) | A tool for adding new lines to files, skipping duplicates | ![](https://img.shields.io/github/stars/tomnomnom/anew) | ![](https://img.shields.io/github/languages/top/tomnomnom/anew) |", - "Method": "ANY", "Description": "A tool for adding new lines to files, skipping duplicates", "Install": { "Linux": "go get -u github.com/tomnomnom/anew", "MacOS": "go get -u github.com/tomnomnom/anew", "Windows": "go get -u github.com/tomnomnom/anew" }, + "Method": "ANY", + "Type": "Utility", "Update": { "Linux": "go get -u github.com/tomnomnom/anew", "MacOS": "go get -u github.com/tomnomnom/anew", @@ -1439,6 +1439,22 @@ "Windows": "cd findomain; wget https://github.com/Edu4rdSHL/findomain/releases/latest/download/findomain-windows.exe" } }, + "fuzzparam": { + "Type": "Discovery", + "Data": "| Discovery/PARAM | [fuzzparam](https://github.com/0xsapra/fuzzparam) | A fast go based param miner to fuzz possible parameters a URL can have. | ![](https://img.shields.io/github/stars/0xsapra/fuzzparam) | ![](https://img.shields.io/github/languages/top/0xsapra/fuzzparam) |", + "Method": "PARAM", + "Description": "A fast go based param miner to fuzz possible parameters a URL can have.", + "Install": { + "Linux": "", + "MacOS": "", + "Windows": "" + }, + "Update": { + "Linux": "", + "MacOS": "", + "Windows": "" + } + }, "fzf": { "Data": "| Utility/ANY | [fzf](https://github.com/junegunn/fzf) | A command-line fuzzy finder | ![](https://img.shields.io/github/stars/junegunn/fzf) | ![](https://img.shields.io/github/languages/top/junegunn/fzf) |", "Description": "A command-line fuzzy finder",