Bwall

Results 9 comments of Bwall

Basically making this pure python would require removing OpenSSL and replacing the hash functions with Python code. This is totally possible but would be a pain in the ass, to...

Sounds good, please do. I'm focusing on removing the SocksiPy dependency, as it is causing an issue with the ssl library. I have seen in some cases that an IRCd...

Not yet, but I believe that is happening with Unreal. At some point we'll need a testing strategy.

Sounds good, I had put it down in the Todo section of the Readme, but its about time I move features to issues. Making this toggled is a must, a...

I agree. A timeout is probably the best method. I'm thinking it could be configurable, but the default should be around a second or two. Any thoughts?

I have some prospective code for this, just need to test.

The server address being parsed on the command line right now is host[:port] and the parsing for that is very simple. Just need to separate the host and port into...

Absolutely: In this test, we are running emu_shellcode_test on a buffer that only contains \xe8 We get the fallowing stack trace: Program received signal SIGFPE, Arithmetic exception. 0x00007ffff7afdfb6 in emu_hashtable_search...

Yeah, I'll run some tests. It may take a while before I can dedicate time.