2018-07-17 News Feed
This morning I ran into an issue after upgrading PIP, to version 10. After the upgrade, anytime I tried to use PIP, I received the
ImportError: cannot import name ‘main’ error. The issue looks to be just a change in the main import, but the solution
is pretty simple (for me, at least).
Instead of typing
pip install --upgrade pwntools
I used
python -m pip install --upgrade pwntools
Hope that helps someone else out…
Change your passwords!
New sextortion scheme uses victims’ real password for blackmailing
New sextortion scheme uses victims’ real password for blackmailing
#hackerstuff #HackThePlanet
PrestaShop 1.6 Privilege Escalation (CVE-2018-13784)
https://www.ambionics.io/blog/prestashop-privilege-escalation
#hackerstuff #HackThePlanet
OWASP Amass tool – Obtain subdomain names by scraping data sources, recursive brute forcing, crawling web archives, permuting/altering names and reverse DNS sweeping.
https://github.com/OWASP/Amass
#hackerstuff #HackThePlanet
CERT Keyfinder: A tool for analyzing private (and public) key files, including support for Android APK files.
https://github.com/CERTCC/keyfinder
#hackerstuff #HackThePlanet
OWNING SAML – by Rick Osgood
#hackerstuff #HackThePlanet
Ransomware – For analysis only! Don’t do anything stupid
http://106.51.1.25/Ransomware/
#hackerstuff #HackThePlanet