-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cce2120
commit 4cc4df4
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
![Simple CI](https://github.com/NamelessOne91/bisturi/actions/workflows/simple_ci.yml/badge.svg) | ||
|
||
# bisturi | ||
Poor men's network analyzer | ||
|
||
The compiled binary executable for bisturi will attempt to create a new raw socket and bind it to a network interface using syscalls. | ||
This will fail unless the program is run with root privileges, which is not advisable. | ||
|
||
You can use [setcap](https://man7.org/linux/man-pages/man8/setcap.8.html) to grant the binary executable *only* the capability to operate on raw sockets. | ||
This is the default behaviour of the included Makefile's **build** command. | ||
This is the default behaviour of the included Makefile's **build** command. |