gogo2464

Results 112 comments of gogo2464

I am very enthousiast to use scapy in boofuzz. So we could fuzz any protocol even wifi firmware and even unknow custom protocols: https://scapy.readthedocs.io/en/latest/build_dissect.html So yes @mistressofjellyfish I think we...

This also could be a better implementation than the current Buffer usage. I think the buffer is useless in this class. Could we remove it? It may be easier to...

I had to reimplement the timeout with the class Thread because the timeout of pwntools does not work on windows.

All your comments are true. My PR is currently just a copy and paste of https://github.com/masthoon/pwintools/blob/master/pwintools.py but at this moment my proirity is to make it just work. pwintools does...

This is only a draft PR. I Plan to: -document the windows process -separate process() and PE() classes. -fix imports in setup.py instead of requirements.txt

Ready for a review!!! I even implemented tests and set these on travis. I plan to write more tests on the future. The only issue I could see is the...

I had to delete the method _recv. This is just a duplicate of recv. I think the code is cleaner now. I still have to make my own code cleaner.

this worked on windows. Still a WIP

Could you allow me to see the workflow please?

@Arusekk Could you allow me to see the workflow please?