initial commit
This commit is contained in:
commit
36a83fa185
1 changed files with 38 additions and 0 deletions
38
README.md
Normal file
38
README.md
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
# npcap
|
||||||
|
|
||||||
|
This project demonstrates the use of raw sockets in C for network packet capture and analysis.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Capture network packets using raw sockets
|
||||||
|
- Basic packet inspection and logging
|
||||||
|
- Cross-platform support (Linux, Windows)
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- C compiler (gcc, clang, MSVC)
|
||||||
|
- Administrator/root privileges to use raw sockets
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
1. Clone the repository:
|
||||||
|
```sh
|
||||||
|
git clone https://git.emiko.fr/Akomry/npcap.git
|
||||||
|
```
|
||||||
|
2. Build the project:
|
||||||
|
```sh
|
||||||
|
cd npcap
|
||||||
|
make
|
||||||
|
```
|
||||||
|
3. Run the executable (may require sudo):
|
||||||
|
```sh
|
||||||
|
sudo ./npcap
|
||||||
|
```
|
||||||
|
|
||||||
|
## Disclaimer
|
||||||
|
|
||||||
|
Raw sockets require elevated privileges and may affect network security. Use responsibly.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Currently none
|
||||||
Loading…
Add table
Add a link
Reference in a new issue