Side effects on Windows
- At the end of work, threads are not destroyed (inactive)
- There is no output of the work result to a file. (the file is created at the beginning, but there is no writing to it), I tried to redirect the output to a file, but it instantly becomes 2 GB in size.
- How to use it with Nmap? If it is launched only like this: nmap -v
- When processing a list of 4000 ips, memory is allocated and not freed
Also on Linux (Debain 11, Ubuntu 20.04) it cannot start, it writes about the need for GLIBC_2.34, GLIBC_2.33, GLIBC_2.32. I tried installing the glibc and libc libraries according to the instructions, but it didn’t help.
Any ideas?