by frank | Jun 28, 2019 | CTF, Linux, Pwn, Windows
Two excellent web sites with a reference on how each exe can be used Windows : https://lolbas-project.github.io/ Unix : https://gtfobins.github.io/ On Unix, there is a script based on that that would help enumerate all possible way to elevate privileges. cd /tmp...
by frank | Jun 28, 2019 | CTF, Security, Windows
Reading Time: < 1 minuteNTFS allows additional attributes. ( https://en.wikipedia.org/wiki/NTFS#Alternate_data_streams_.28ADS.29 ) Under Linux : getfattr getfattr file.123 getfattr file.123 –only-values > output.bin Under Windows : dir /r streams myfile...
by frank | Jun 28, 2019 | Debug, Windows
Reading Time: < 1 minuteGenerate an installation log by running your msi with the following optionsmsiexec.exe /i “C:Example.msi” /L*V...
by frank | Jun 28, 2019 | Blue Team, Red team, Security, Windows
Reading Time: < 1 minuteecho %logonserver% findstr /S /I cpassword \\xxDC01\sysvol\xxxdc01\policies*.xml crack cpassword with the default AES key...
by frank | Jun 28, 2019 | Misc, Red team, Security, Windows
pyinstaller -i toto.ico -w -F toto.py Medium article : https://medium.com/dreamcatcher-its-blog/making-an-stand-alone-executable-from-a-python-script-using-pyinstaller-d1df9170e263 Another one which I don’t agree, as yes, payload is undetected by execute will...
by frank | Jun 28, 2019 | Red team, Security, Windows
Analyse Windows Systeminfo output, and produce a lit of the vulnerabilities and possible only show which ones have exploitspython wesng.py –exploits-only...
Recent Comments