Miroslav Stampar
Miroslav Stampar
http://www.chromeexperiments.com/globe https://github.com/dataarts/webgl-globe
`create_NTLM_AUTHENTICATE_MESSAGE` and `create_NTLM_NEGOTIATE_MESSAGE` return already "decoded" `str` value, while this same double-`decode()` attempt results with `AttributeError: 'str' object has no attribute 'decode'` in Python3
Stager sample [1]: ``` File uploaded sqlmap file uploaderto directory: ``` Backdoor sample [2][3]: ```
Again me :) Problematic block is [here](https://github.com/kevoreilly/CAPEv2/blob/master/modules/processing/network.py#L742-L775) So, TCP connections are recognized by first packet seen, where this can be a problem in lots of specific situations (TCP out of...
Because of ignored problems with `DeprecationWarning` for `PY_SSIZE_T_CLEAN` (#67, #68), Pcapy doesn't work anymore on Python3.10 (Note: read https://docs.python.org/3.10/whatsnew/3.10.html#id2)