https://github.com/sighook/layer567-attack-tools
Set of tools and helpers for attacks on the 5, 6 and 7 layers of the OSI Model.
https://github.com/sighook/layer567-attack-tools
attacking layer5 layer6 layer7
Last synced: about 1 year ago
JSON representation
Set of tools and helpers for attacks on the 5, 6 and 7 layers of the OSI Model.
- Host: GitHub
- URL: https://github.com/sighook/layer567-attack-tools
- Owner: sighook
- Created: 2022-07-22T22:00:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T22:56:40.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T21:44:26.039Z (about 1 year ago)
- Topics: attacking, layer5, layer6, layer7
- Language: Perl
- Homepage:
- Size: 39.1 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Layer 5/6/7 attack tools
========================
## Description:
Set of tools and helpers for attacks on the 5, 6 and 7 layers of the OSI Model.
Some of them I adapted from the Net, some I wrote myself.
Enjoy.
| Name | Description |
| ---------------------- | ---------------------------------------------------------------------------------- |
| dns_amplflood.py | Test DNS server against amplification DDoS attack. |
| dns_cachesnoop.pl | Perform DNS cache snooping against a DNS server. |
| dns_enum.sh | Enumerate DNS hostnames by brute force guessing of common subdomains. |
| dns_zoneconf.pl | Check DNS zone configuration against best practices, including RFC 1912. |
| dns_zonetransfer.pl | Perform a zone transfer. |
| proxy_checker.pl | Test reliability of open web proxies. |
## Dependencies:
- perl and Net::DNS module
- nmap
- scapy
## See also
- [layer234-attack-tools](https://github.com/chinarulezzz/layer234-attack-tools) - Layer 2, 3 and 4 attack tools.
- smtp-user-enum
- tnscmd10g