TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Review of PentesterLab

41 pointsby pentestercrabover 7 years ago

2 comments

tptacekover 7 years ago
Something about the way this is written sets off alarm bells for me. This is a learning resource, and yet the review includes this paragraph:<p><i>The practical experience of breaking real world cryptography through exercises such as Electronic Code Book, Cipher Block Chaining, Padding Oracle, and ECDSA. Note: Although the number of crypto exercises here cannot compete with CryptoPals (which is exclusively about breaking real world cryptography), at least at PentesterLab you get certifications (badges) as evidence of your acquired skills.</i><p>I can&#x27;t see these exercises because they cost money, but I&#x27;ll charitably guess that the ECB exercise is an attack on cut-and-pastability of ECB, the CBC exercise rewrites a plaintext from unauthenticated CBC, &quot;Padding Oracle&quot; is what it sounds like, and ECDSA is a repeated ECDSA nonce.<p>Those are fine exercises (though, as the review points out, you can get better ones for free elsewhere). But did the students doing them really learn what they were doing? &quot;Electronic Code Book&quot; isn&#x27;t an attack and it&#x27;s not comparable to &quot;Padding Oracle&quot; or &quot;ECDSA&quot;. The clunky way the exercises are described leave me with the suspicion that people do these things to collect badges, and little else.
评论 #15616119 未加载
评论 #15617372 未加载
chellamover 7 years ago
I&#x27;ve been using <a href="http:&#x2F;&#x2F;www.pentesteracademy.com&#x2F;topics" rel="nofollow">http:&#x2F;&#x2F;www.pentesteracademy.com&#x2F;topics</a> for many years now. Highly recommend them esp. for Network Pentesting, Windows Red-Blue teaming and others.