elddy / NimScan

🚀 Fast Port Scanner 🚀
MIT License
365 stars 36 forks source link

Can the output form be improved? For example, (ip:port) open #5

Closed AuFeng111 closed 3 years ago

AuFeng111 commented 3 years ago

I like this port scanner very much, it is fast and accurate, but the output format is not very friendly

elddy commented 3 years ago

Thank you! I'll work on it

elddy commented 3 years ago

Updated the output format, hope you find it friendly

AuFeng111 commented 3 years ago

It would be nice if the author could compile Nimscan for Windows ,thanks in advance

For help The recvFrom function takes a buf argument of type CString, but it is actually given an Array [0..65535, CHAR]. NIM Compiler Version 1.4.4 [Windows: AMD64] TerminalTables module and WinIM module are installed image

elddy commented 3 years ago

There is an issue with the NIM Compiler version 1.4.4 and if I'll change the Array [0..65535, CHAR] to CString, the recvfrom function will not work properly. image

I suggest using an older Nim version (I use 1.2.4) and it will compile fine.