https://github.com/stringmanolo/1337
Hacking tools
https://github.com/stringmanolo/1337
Last synced: 7 months ago
JSON representation
Hacking tools
- Host: GitHub
- URL: https://github.com/stringmanolo/1337
- Owner: StringManolo
- Created: 2021-06-23T11:08:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T12:03:22.000Z (over 4 years ago)
- Last Synced: 2025-04-02T02:46:57.051Z (10 months ago)
- Language: JavaScript
- Size: 758 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collection of hacking tools
#### [directory-finder](https://github.com/StringManolo/1337/tree/master/directory-finder)

Find files and directories. Multiple options like use random user agents, change methods...
> node
> node-fetch
#### [subdomains-finder](https://github.com/StringManolo/1337/tree/master/subdomains-finder)

Find subdomains. Uses a certificate search engine for issued certificates listing https domains. Multiple output formats.
> node
> node-fetch
#### [web-services-finder](https://github.com/StringManolo/1337/tree/master/web-services-finder)

Find any services answering tcp connections. Use a list of domains, scan ports and check some basic security issues related to web services if port 80 or port 443 is answering
> node
> curl
> nmap
#### [google-dork-finder](https://github.com/StringManolo/1337/tree/master/google-dork-finder)

Find target information using google dorks.
> node
> curl
> lynx
#### [dom-sink-finder](https://github.com/StringManolo/1337/tree/master/dom-sink-finder)

Find DOM sinks in source code by url. Helps to find DOM XSS.
> node
> node-fetch
#### [reflected-xss-exploit-generator](https://github.com/StringManolo/1337/tree/master/reflected-xss-exploit-generator)

Exploit reflected XSS automatically or generate exploit, payload and server code in Node or PHP.
> node
> curl
> php
#### [web-vulns-scanner](https://github.com/StringManolo/1337/tree/master/web-vulns-scanner)

Extract urls, parameters and scan reflected XSS and OpenRedirect via GET in 2 modes (work in extracted parameters or bruteforce each extracted url)
> node
> node-fetch