by frank | Jun 28, 2019 | Cloud, CTF, Security
Reading Time: < 1 minutedig website.cloudnslookup website.cloud sudo pip install awscli List content of a public AWS bucketaws s3 ls s3://website.cloud –no-sign-request –region us-west-2 List content of a user authenticated AWS bucketaws configure...
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