I’m sorry this ain’t a tale of advanced persistent threats and stuff, but frankly most compromises I’ve seen have been have been a result of gross stupidity, not incredible technical skill on the part of the attacker. Sorry to disappoint.
—
(via Hacker Says Texas Town Used Three Character Password To Secure Internet Facing SCADA System)
Yes, that stupid…
(via redteams)
The more sophisticated the technology the more vulnerable it is to primitive attacks. People often overlook the obvious.
— (via redteams)
Penetration Testing Bookmarks Resource
Quite interesting and comprehensive
Undisclosed
This undisclosed project is being held at an undisclosed building on an undisclosed location.
Ruby GEM bcrypt
How To Safely Store A Password
Use
bcryptWhy Not {
MD5,SHA1,SHA256,SHA512,SHA-3, etc}?These are all general purpose hash functions, designed to calculate a digest of huge amounts of data in as short a time as possible. This means that they are fantastic for ensuring the…