Andrew Rioux
af5ceb66ab
Added Windows support for the bind shell
...
Brings in support from winpcap as npcap has a restrictive license
2024-01-24 19:12:45 -05:00
Andrew Rioux
862dc3e743
More flakes work
...
Removed old git submodules
Started adding Windows cross compilation support
2024-01-24 00:56:53 -05:00
Andrew Rioux
4475d23d1d
Finished adding a basic flake
...
It can now build the Linux C2 beacon
2024-01-23 23:26:58 -05:00
Andrew Rioux
b2278cc8e8
Continued work configuring nix flakes
2024-01-23 17:39:56 -05:00
Andrew Rioux
8c0ae083fe
made basic TCP connection to receive data
...
somewhat
2023-12-05 00:27:02 -05:00
Andrew Rioux
0bda72491c
feat: added basic structure around packet transfer
2023-09-25 23:24:37 -04:00
Andrew Rioux
35bcf5352b
feat: added test tcp client
2023-09-19 10:24:51 -04:00
Andrew Rioux
81fb2ed548
feat: added windows support
...
factored out the packet parsing logic from libpcap
will probably come back to linking against libpcap in a later version
2023-09-02 23:09:05 -04:00
Andrew Rioux
cda6388596
feat: fleshed out handling a new connection
2023-09-02 16:58:25 -04:00
Andrew Rioux
aecf1c9b80
feat: adding a bind shell example with more stuff
...
adding a bind shell that can allow for more practice with future
features such as multiple transports, encryption, transferring files,
and a more robust client interface
2023-09-02 14:32:34 -04:00
Andrew Rioux
a03b50ead4
fix: added a default route for MAC addresses
...
there were issues with MAC addresses not having a valid route when it
couldn't find the right route
2023-05-12 17:33:22 -04:00
Andrew Rioux
4123175eda
doc: converting org mode to markdown
2023-05-10 21:54:19 -04:00
Andrew Rioux
978d7cb089
chore: run cargo fmt
2023-05-06 22:50:34 -04:00
Andrew Rioux
c142af62f1
fix: added forgotten error handling
...
AggregateInterface was lacking some special error handling for certain cases
2023-05-06 22:49:28 -04:00
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
9ebf4b931b
docs: adding preliminary documentation
2023-05-06 22:44:17 -04:00
Andrew Rioux
de2c2cc862
feat: added crates to work on a reverse shell
2023-05-06 22:44: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