Skip to content

Commit

Permalink
Add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessOne91 authored Jun 12, 2024
1 parent cce2120 commit 4cc4df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
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.

0 comments on commit 4cc4df4

Please sign in to comment.