2020-04-04 11:35:27 -04:00
|
|
|
<h1 align="center">
|
|
|
|
<br>
|
|
|
|
<a href=""><img src="" alt=""></a>
|
|
|
|
<br>
|
|
|
|
Web Hacker's Weapons
|
|
|
|
<br>
|
|
|
|
</h1>
|
2020-04-04 11:28:54 -04:00
|
|
|
A collection of cool tools used by Web hackers. Happy hacking , Happy bug-hunting
|
2020-04-04 11:26:48 -04:00
|
|
|
|
|
|
|
## Category
|
2020-04-04 23:54:04 -04:00
|
|
|
- [Weapons](#weapons)
|
|
|
|
- [Subdomain Enumeration](#subdomain-enumeration)
|
|
|
|
- [Fetch path and host](#fetch-path-and-host)
|
|
|
|
- [Port scanner](#port-scanner)
|
|
|
|
- [Web Crawler](#web-crawler)
|
|
|
|
- [Web Vulnerability Scanner](#web-vulnerability-scanner)
|
|
|
|
- [XSS](#xss)
|
|
|
|
- [CSRF](#csrf)
|
|
|
|
- [Path traversal / Directory traversal / LFI](#path-traversal--directory-traversal--lfi)
|
|
|
|
- [Command Injection](#command-injection)
|
|
|
|
- [SQL Injection](#sql-injection)
|
|
|
|
- [NoSQL Injection](#nosql-injection)
|
|
|
|
- [SSRF](#ssrf)
|
|
|
|
- [CORS Misconfiguration](#cors-misconfiguration)
|
|
|
|
- [WebSocket](#websocket)
|
2020-04-04 23:57:59 -04:00
|
|
|
- [Cloud Security](#cloud-security)
|
2020-04-04 23:54:04 -04:00
|
|
|
- [Utility for hackers](#utility-for-hackers)
|
2020-04-05 01:00:51 -04:00
|
|
|
- [Online tools](#online-tools)
|
2020-04-04 23:57:59 -04:00
|
|
|
- [Contribute](#contribute-and-contributor)
|
2020-04-04 23:49:11 -04:00
|
|
|
|
|
|
|
## Weapons
|
|
|
|
### Subdomain Enumeration
|
|
|
|
### Fetch path and host
|
|
|
|
### Port scanner
|
|
|
|
### Web Crawler
|
|
|
|
### Web Vulnerability Scanner
|
|
|
|
### XSS
|
|
|
|
### CSRF
|
|
|
|
### Path traversal / Directory traversal / LFI
|
|
|
|
### Command Injection
|
|
|
|
### SQL Injection
|
|
|
|
### NoSQL Injection
|
|
|
|
### SSRF
|
|
|
|
### CORS Misconfiguration
|
|
|
|
### WebSocket
|
2020-04-04 23:57:23 -04:00
|
|
|
### Cloud Security
|
2020-04-04 23:49:11 -04:00
|
|
|
### Utility for hackers
|
2020-04-05 01:00:27 -04:00
|
|
|
### Online tools
|
2020-04-04 23:57:04 -04:00
|
|
|
## Contribute and Contributor
|
2020-04-05 01:23:01 -04:00
|
|
|
### Usage of weapon-md
|
2020-04-04 11:26:48 -04:00
|
|
|
```
|
2020-04-05 01:23:01 -04:00
|
|
|
./weapon-md
|
|
|
|
Usage of ./weapon-md:
|
|
|
|
-isFirst
|
|
|
|
if you add new type, it use
|
|
|
|
-url string
|
|
|
|
github / gitlab / bitbucket url
|
2020-04-04 11:26:48 -04:00
|
|
|
```
|
2020-04-05 01:23:01 -04:00
|
|
|
|
|
|
|
### Three Procedures for the Contribute
|
2020-04-05 01:23:38 -04:00
|
|
|
- First, generate markdown code using `weapon-md`
|
2020-04-05 01:23:01 -04:00
|
|
|
```
|
|
|
|
$ ./weapon-md -url https://github.com/hahwul/xspear
|
|
|
|
| [xspear](https://github.com/hahwul/xspear) | Powerfull XSS Scanning and Parameter analysis tool&gem | ![](https://img.shields.io/github/stars/hahwul/xspear) | ![](https://img.shields.io/github/languages/top/hahwul/xspear) | ![](https://img.shields.io/github/repo-size/hahwul/xspear)<br>![](https://img.shields.io/github/license/hahwul/xspear) <br> ![](https://img.shields.io/github/forks/hahwul/xspear) <br> ![](https://img.shields.io/github/watchers/hahwul/xspear) |
|
|
|
|
```
|
2020-04-05 01:23:38 -04:00
|
|
|
- Second, Give me PR or Add issue with output code<br>
|
|
|
|
- Third, There's no third.
|