An open API service indexing awesome lists of open source software.

https://github.com/marcos-venicius/hacking-tools

This repository contains all the tools that I'm creating during the Desec Security Professional Pentest Training
https://github.com/marcos-venicius/hacking-tools

arp-poisoning axfr dns-resolver geolocation google-dorking google-dorking-tool google-hacking hacking hacking-tool hacking-tools index-of ip-lookup network-analysis network-bytes network-scanner port-scan trace-route zone-transfer

Last synced: 3 months ago
JSON representation

This repository contains all the tools that I'm creating during the Desec Security Professional Pentest Training

Awesome Lists containing this project

README

          

# Hacking Tools

- [ARP Cache Poisoning](./arp-cache-poisoning/README.md)
- [Index Of files downloader](./indexof-download/README.md)
- [DCRT](./subdomain-by-crt/README.md) _find subdomains by HTTPS certificates history_
- [GFinder](./gfinder/README.md) _google dork files_
- [AXFR Non-Authenticated](./zone-transfer/README.md) _Try to execute a zone transfer_
- [DNS Resolver](./dns-resolver/README.md)
- [Trace Route](./trace-route/README.md)
- [Network Bytes Parser](./network-bytes-parser/README.md)
- [Network Scanner](./network-scanner/README.md)
- [Network Scanner (PS1)](./network-scanner-ps1/README.md)
- [Port Scan](./port-scan/README.md)
- [Port Scan (PS1)](./port-scan-ps1/README.md)
- [Port Scan (C)](./port-scan-c/README.md)