We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a6f3f commit 111fce3Copy full SHA for 111fce3
1 file changed
docs/README.md
@@ -0,0 +1,22 @@
1
+# NullSec Desktop Documentation
2
+
3
+## Quick Start
4
+```bash
5
+sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-vte-2.91
6
+git clone https://github.com/bad-antics/nullsec-desktop
7
+cd nullsec-desktop && python3 ./nullsec-desktop
8
+```
9
10
+## Features
11
+- 40+ integrated security tools
12
+- Integrated VTE terminal
13
+- Dark theme UI
14
+- Keyboard shortcuts
15
16
+## Tool Categories
17
+- Network: Wireshark, Nmap, Burp Suite
18
+- Crypto: Hashcat, John the Ripper
19
+- Wireless: Aircrack-ng, Kismet
20
+- OSINT: Maltego, theHarvester
21
+- Exploitation: Metasploit, SQLMap
22
+- Forensics: Autopsy, Volatility
0 commit comments