• Joined on 2024-09-06
0x35c pushed to master at starnakin/42_ft_nmap 2025-07-02 10:41:34 -04:00
05dd5478c3 fix: leaks and conditional jumps in the parsing
0x35c pushed to master at starnakin/42_ft_nmap 2025-07-02 10:03:47 -04:00
6f3bcc5ac7 fix: multiple scans (more than 2 now works)
0x35c pushed to master at starnakin/42_ft_nmap 2025-06-17 15:48:41 -04:00
a5d663fa9a fix: parsing handling negative values for the ports and threads
0x35c pushed to master at starnakin/42_ft_nmap 2025-06-13 05:52:45 -04:00
67e6707d7d fix: parsing continue with short options
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