Skip to content

socketh-utils is a collection of simple, useful tools for socket programming, built on top of the `socket.h` library. Currently, it includes functionality like ARP spoofing for network exploration and manipulation. This project is designed for Linux users and provides an easy way to experiment with networking protocols and security techniques.

License

Notifications You must be signed in to change notification settings

syaheer-altaf/socketh-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socketh-utils provides a set of networking tools implemented using the socket.h library. These tools are designed for Linux users and include capabilities like ARP spoofing. To compile the project using the GCC compiler, simply run make compile in the terminal. If you'd like to clean up the generated files, run make clean. The ARP spoofing tool can be executed with the following command:

./arpspoof <INTERFACE> <TARGET_IP> <GATEWAY_IP>

Note: If you compile the program manually without the makefile, you'll need to use sudo to execute the tools.

About

socketh-utils is a collection of simple, useful tools for socket programming, built on top of the `socket.h` library. Currently, it includes functionality like ARP spoofing for network exploration and manipulation. This project is designed for Linux users and provides an easy way to experiment with networking protocols and security techniques.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published