/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

eapolsniper.github.io
| | blog.ropnop.com
3.2 parsecs away

Travel
| | After compromising an OpenNMS server, I recovered salted password hashes. I couldn't find any info online, so I reversed them and wrote a tool to crack them
| | royvanrijn.com
5.6 parsecs away

Travel
| | Today I've been looking into rainbow tables. These are tables used to do a reverse lookup for a hash function. For example MD5, or Windows LAN Manager. Usual...
| | myers.io
4.2 parsecs away

Travel
| | Every so often I see posts on Stack Exchange, or Hacker News where someone has figured out that their passwords are being sent to the server and the server can see them! The logic that we see is that if the password is hashed client side, then only the hash needs to be sent to the server, so the server never knows the password. Unfortunately, I sometimes even see this go one step further when people suggest that with this arrangement, HTTPS isnt required. Wrong.
| | educatedguesswork.org
22.1 parsecs away

Travel
| [AI summary] This article discusses password security challenges on websites, focusing on vulnerabilities like remote attacks, password reuse, phishing, and the importance of secure password storage and authentication methods.