Skip to content
Advertisement

Tag: kali-linux

Cannot install Pyinstaller under Wine on Kali Linux

I am getting syntax error ERROR: Command errored out with exit status 1 … while trying to install Pyinstaller under Wine on Kali Linux in a virtual environment I’m getting an error as follows: I have python2 version 2.7.18 and python version 3.9.10 installed and pip 22.1.2 from /usr/local/lib/python3.9/dist-packages/pip. I have tried uninstalling and reinstalling Python, Wine but the error

Decoding a Payload using GitHub Decoder Script

Abstract: I am analysing a pcap file, with live malware (for educational purposes), and using Wireshark – I managed to extract few objects from the HTTP stream and some executables. During my Analysis, I found instances hinting Fiestka Exploit Kit used. Having Googled a ton, I came across a GitHub Rep: https://github.com/0x3a/tools/blob/master/fiesta-payload-decrypter.py What am I trying to achieve? I am

Advertisement