Closed fuuddanni closed 8 years ago
Hey, we've tested it extensively on *nix systems but not on windows. I can look into porting it to windows but it'll take a while. In the meantime, you can install and run it on Kali Linux VM.
That sounds good. Thanks a lot for your attention. I´ll run your script in Kali too.
Hi you can use a temp file instead of /dev/null
then delete it(if you want).
$stdout.reopen("tmp.log", "w")
File.delete "tmp.log"
I don't think I'd have time anytime soon to work on a windows build.
I, [2015-05-29T19:42:13.741321 #272] INFO -- : Initiating port scan C:/Users/Besitzer/Documents/GitHub/yasuo/yasuo.rb:119:in `reopen': No such file or directory - /dev/null (Errno::ENOENT)
C:\Users\Besitzer\Documents\GitHub\yasuo>
Is is possible to port this script in windows?