-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtools.html
78 lines (77 loc) · 5.83 KB
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<html>
<head>
<title>
security tools
</title>
<style>
p{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 4px;
}
</style>
</head>
<body>
<h1>SECURITY TOOLS</h1>
<P>
<h3>Testing Distributions</h3>
<ul>
<li>Kali - GNU/Linux distribution designed for digital forensics and penetration testing.</li>
<li>ArchStrike - Arch GNU/Linux repository for security professionals and enthusiasts.</li>
<li>BlackArch - Arch GNU/Linux-based distribution for penetration testers and security researchers.</li>
<li>Network Security Toolkit (NST) - Fedora-based bootable live operating system designed to provide easy access to best-of-breed open source network security applications.</li>
<li>BackBox - Ubuntu-based distribution for penetration tests and security assessments.</li>
<li>Parrot - Distribution similar to Kali, with multiple architecture.</li>
<li>Buscador - GNU/Linux virtual machine that is pre-configured for online investigators.</li>
<li>Fedora Security Lab - Provides a safe test environment to work on security auditing, forensics, system rescue and teaching security testing methodologies.</li>
<li>The Pentesters Framework - Distro organized around the Penetration Testing Execution Standard (PTES), providing a curated collection of utilities that eliminates often unused toolchains.</li>
<li>AttifyOS - GNU/Linux distribution focused on tools useful during Internet of Things (IoT) security assessments.</li>
</ul>
</P>
<p>
<h3>Network Tools</h3>
</ul>
<li>GNU/Linux packet crafting tool.</li>
<li>Network-Tools.com - Website offering an interface to numerous basic network utilities like ping, traceroute, whois, and more.</li>
<li>Intercepter-NG - Multifunctional network toolkit.</li>
<li>SPARTA - Graphical interface offering scriptable, configurable access to existing network infrastructure scanning and enumeration tools.</li>
<li>Zarp - Network attack tool centered around the exploitation of local networks.</li>
<li>dsniff - Collection of tools for network auditing and pentesting.</li>
<li>scapy - Python-based interactive packet manipulation program & library.</li>
<li>Printer Exploitation Toolkit (PRET) - Tool for printer security testing capable of IP and USB connectivity, fuzzing, and exploitation of PostScript, PJL, and PCL printer language features.</li>
<li>Praeda - Automated multi-function printer data harvester for gathering usable data during security assessments.</li>
<li>routersploit - Open source exploitation framework similar to Metasploit but dedicated to embedded devices.</li>
<li>CrackMapExec - Swiss army knife for pentesting networks.</li>
<li>impacket - Collection of Python classes for working with network protocols.</li>
<li>dnstwist - Domain name permutation engine for detecting typo squatting, phishing and corporate espionage.</li>
<li>THC Hydra - Online password cracking tool with built-in support for many network protocols, including HTTP, SMB, FTP, telnet, ICQ, MySQL, LDAP, IMAP, VNC, and more7e.</li></ul>
</p>
<p>
<h3>Exfiltration Tools</h3>
<ul>
<li>DET - Proof of concept to perform data exfiltration using either single or multiple channel(s) at the same time.</li>
<li>pwnat - Punches holes in firewalls and NATs.</li>
<li>tgcd - Simple Unix network utility to extend the accessibility of TCP/IP based network services beyond firewalls.</li>
<li>Iodine - Tunnel IPv4 data through a DNS server; useful for exfiltration from networks where Internet access is firewalled, but DNS queries are allowed.</li>
</ul>
</p>
<p>
<h3>Network Reconnaissance Tools</h3>
<ul>
<li>zmap - Open source network scanner that enables researchers to easily perform Internet-wide network studies.</li>
<li>nmap - Free security scanner for network exploration & security audits.</li>
<li>scanless - Utility for using websites to perform port scans on your behalf so as not to reveal your own IP.</li>
<li>DNSDumpster - Online DNS recon and search service.</li>
<li>CloudFail - Unmask server IP addresses hidden behind Cloudflare by searching old database records and detecting misconfigured DNS.</li>
<li>dnsenum - Perl script that enumerates DNS information from a domain, attempts zone transfers, performs a brute force dictionary style attack, and then performs reverse look-ups on the results.</li>
<li>dnsmap - Passive DNS network mapper.</li>
<li>dnsrecon - DNS enumeration script.</li>
<li>dnstracer - Determines where a given DNS server gets its information from, and follows the chain of DNS servers.</li>
<li>passivedns-client - Library and query tool for querying several passive DNS providers.</li>
<li>passivedns - Network sniffer that logs all DNS server replies for use in a passive DNS setup.</li>
<li>Mass Scan - TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.</li>
<li>smbmap - Handy SMB enumeration tool.</li>
<li>XRay - Network (sub)domain discovery and reconnaissance automation tool.</li>
<li>ACLight - Script for advanced discovery of sensitive Privileged Accounts - includes Shadow Admins.</li>
</p>
</body>
</html>