-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (22 loc) · 828 Bytes
/
README
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
-={ LOCUST }=-
The Open Source network security framework.
== FEATURES ==
* Bind to an UDP port (using and not using threads).
* Bind to a TCP port (using and not using threads).
* Send an UDP message to a specified host and port.
* TCP Scan using connect() (using and not using threads).
* SYN Scan.
* UDP Scan using a "connected" udp socket (root priviliges not needed).
* Connect to a TCP port in a specified hostname.
* Support for different wordlist drivers.
* Packet forging and injection support.
* IPv4 and IPv6 support.
* Supports sniffing.
== TODO ==
* Implement lct_read a read implementation with timeout.
* CLI commands to manage modules.
* Implement the low level TCP and UDP message handling functions.
* Support SSH.
* Support FTP.
* FIN Scan.
* Based on OS fingerprints, find the OS running in a machine.