xtofl

Results 14 issues of xtofl

When using hping3 -2 --scan 0-100 192.168.1.1 this results in no open ports detected (even though I know the target has DNS running). Analysis with Wireshark shows that the UDP...

`TimeoutScheduler` depends on 'a' `timer` module, which isn't mentioned in any dependency. Reproduce: ``` luarocks install rxlua lua > rx = require('rx') > s = rx.TimeoutScheduler.create() > s:schedule(function() end, 1000)...

When constructing a `ProScanIII` object on a port that does not connect to a Prior controller, the `_devices` member is not defined. This causes the `__del__` operation of the object...