• Joined on 2024-09-06
0x35c pushed to master at starnakin/42_ft_nmap 2025-06-05 05:11:36 -04:00
31530c83a4 fix: data races with getservent
0x35c pushed to master at starnakin/42_ft_nmap 2025-06-05 04:45:19 -04:00
eaf5913c29 feature: better print output
0x35c pushed to master at starnakin/42_ft_nmap 2025-06-03 09:35:07 -04:00
954f59649a core: remove nb_threads from struct scan and pass it as a parameter
0x35c pushed to master at starnakin/42_ft_nmap 2025-06-03 07:06:08 -04:00
d640c95224 feature: print (wip)
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-31 11:18:43 -04:00
abb1d1f364 fix: ports parsing and change timeout to 5s for no_response
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-31 11:10:58 -04:00
6164363cce fix: better response handling for prints
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-31 10:44:34 -04:00
0f8d184aee feature: ttl complete
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-31 10:38:13 -04:00
dbed6dc7cd feature: flags -F, --max_retries and --ttl (wip)
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-31 04:22:06 -04:00
ee2af274d9 fix: overwrite of ports when multithreading
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-30 10:13:36 -04:00
f35cad887d fix: pcap_dispatch is non blocking
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-30 08:43:20 -04:00
936c277d02 feature: SCAN_ALL implemented (to be tested)
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-29 09:02:21 -04:00
227000cf97 feature: use pthread_join() instead of pthread_detach and weird counter thing
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-29 08:54:50 -04:00
a94bbf0671 fix: loop freeing parsing missing an element
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-29 08:52:25 -04:00
d0b1fa6329 fix: parsing leaks fixed
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-29 08:25:18 -04:00
331d1077b9 wip: file of hosts as an argument
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-28 20:16:22 -04:00
623b3ad0d7 feature: multithreading wip
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-28 18:11:01 -04:00
6538a085b9 feature: parsing with getopt pretty much done (some checks tbd)
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-26 10:02:11 -04:00
ad367d6792 fix: struct were not passed correctly as the argument of *_response
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-26 09:47:17 -04:00
675248cbff fix: various bug fixes on allocations and stuff (still wip)
0x35c pushed to master at starnakin/42_ft_nmap 2025-05-26 06:44:09 -04:00
3213a56d1b fix: add the dest address to conn_addr (bozo)