Commit Graph

28 Commits

Author SHA1 Message Date
9ae1e29f71 core: use only one struct data instead of thead_data and scan_data
core: do parsing in the main, put all in struct general
fix: code support port > 1024
2025-06-03 16:49:41 +02:00
0x35c
d640c95224 feature: print (wip) 2025-06-03 13:05:52 +02:00
0x35c
abb1d1f364 fix: ports parsing and change timeout to 5s for no_response 2025-05-31 17:18:21 +02:00
0x35c
6164363cce fix: better response handling for prints 2025-05-31 17:10:48 +02:00
0x35c
0f8d184aee feature: ttl complete 2025-05-31 16:44:27 +02:00
0x35c
dbed6dc7cd feature: flags -F, --max_retries and --ttl (wip) 2025-05-31 16:37:24 +02:00
0x35c
ee2af274d9 fix: overwrite of ports when multithreading
feature: service name
2025-05-31 10:21:18 +02:00
0x35c
f35cad887d fix: pcap_dispatch is non blocking
feature: no response handle
2025-05-30 16:12:51 +02:00
0x35c
936c277d02 feature: SCAN_ALL implemented (to be tested) 2025-05-30 14:42:56 +02:00
0x35c
227000cf97 feature: use pthread_join() instead of pthread_detach and weird counter thing 2025-05-29 15:01:57 +02:00
0x35c
a94bbf0671 fix: loop freeing parsing missing an element 2025-05-29 14:54:45 +02:00
2040551742 fix: thead leaks fixed 2025-05-29 16:52:38 +02:00
0x35c
d0b1fa6329 fix: parsing leaks fixed 2025-05-29 14:52:09 +02:00
0x35c
331d1077b9 wip: file of hosts as an argument 2025-05-29 14:25:03 +02:00
0x35c
623b3ad0d7 feature: multithreading wip 2025-05-29 02:16:04 +02:00
0x35c
6538a085b9 feature: parsing with getopt pretty much done (some checks tbd) 2025-05-29 00:10:41 +02:00
60f23e9250 core: improve opti with else if instead of if 2025-05-27 13:28:03 +02:00
e7ca63eaa6 clean: upgrade readability 2025-05-27 13:25:37 +02:00
0x35c
ad367d6792 fix: struct were not passed correctly as the argument of *_response 2025-05-26 16:01:49 +02:00
0x35c
675248cbff fix: various bug fixes on allocations and stuff (still wip) 2025-05-26 15:46:58 +02:00
1ce702d169 fix: check scan return 2025-05-26 16:48:02 +02:00
eb2d9b1ecf fix: get src addr
modified:   src/get_interface.c
2025-05-26 15:17:04 +02:00
0x35c
3213a56d1b fix: add the dest address to conn_addr (bozo) 2025-05-26 12:43:50 +02:00
0x35c
1ffb554a32 feature: send packets (reponse not working tho) 2025-05-26 12:18:06 +02:00
0x35c
9378251248 fix: better response handling (to be tested once send packets will be done) 2025-05-23 11:33:55 +02:00
0x35c
84d5960900 feature: start to implement responses 2025-05-22 17:08:26 +02:00
0x35c
1361cd9f9c feature: default interface and basic start 2025-05-21 18:22:46 +02:00
ba6eb6c27e init 2025-05-21 15:18:00 +02:00