Andrew Rioux
24dff10b6b
feat: added AggregateInterface
...
AggregateInterface can be used to gather multiple libpcap interfaces
together in order to listen to all simultaneously and also selectively
send on different interfaces
2023-05-06 22:48:04 -04:00
Andrew Rioux
c16bf366b7
fix: fixed weird issues with querying routes
...
this just involved a better understanding of the data
types provided by libnl and some refactoring to make querying
as a user of the libnl library easier
2023-05-06 22:46:42 -04:00
Andrew Rioux
da9aa2178c
feat: added basic rust wrapper around libnl
2023-05-06 22:44:23 -04:00
Andrew Rioux
2fc1916273
feat: added static linking against libnl
...
libnl will be used to help understand kernel routing tables
2023-05-06 22:44:20 -04:00
Andrew Rioux
de2c2cc862
feat: added crates to work on a reverse shell
2023-05-06 22:44:14 -04:00
Andrew Rioux
636d895b50
docs: updated docs to work more with examples
2023-05-06 22:43:23 -04:00
Andrew Rioux
50bca92194
feat: added a client, but forgot to add signing
2023-05-06 22:42:21 -04:00
Andrew Rioux
9e893dbce9
feat: added command parsing and spawning
2023-05-06 22:42:14 -04:00
Andrew Rioux
e0c7e1c240
feat: added a pcap listener to parse commands
2023-05-06 22:42:10 -04:00
Andrew Rioux
226eefbedd
feat: initial commit with static pcap sys build
2023-05-06 22:41:50 -04:00