Wiresharking for Fun or Profit
Wireshark is an open-source network packet analyzer that allows live traffic analysis, with support to several protocols.
Wireshark also allows network forensic, being handy for CTFs for example (check my writeups for the D-CTF Quals 2014 and for the CSAW Quals 2014 in Networking and Forensics).
In this blog post ...
more ...The Ultimate Linux Guide for Hackers ;)
Being a Linux user is, above all, a lifestyle. Interestingly, more and more people have been joining this community, keeping it dynamic and organic.
Linux has been in my life since my high school years, and I'm still always inspired by the fact that it has not lost any ...
more ...On CRLs, OCSP, and a Short Review of Why Revocation Checking Doesn't Work (for Browsers)
Today I am going to talk about some regulation details of SSL/TLS connections. These connections rely on a chain of trust. This chain of trust is established by certificate authorities (CAs), which serve as trust anchors to verify the validity of who a device thinks it is talking to ...
more ...A Closer Look at Chrome's Security: Understanding V8
In 2008, Google released a sandbox-oriented browser, that was assembled from several different code libraries from Google and third parties (for instance, it borrowed a rendering machinery from the open-source Webkit layout engine, later changing it to a forked version, Blink). Six years later, Chrome has become the preferred browser ...
more ...A List of Common Web Vulnerabilities
Although nomenclatures don't help much when you are facing a security problem, I am keeping this list for a systematic organization. It has regularly been updated.
In addition to this list, you can check some specific web exploration older posts: Exploiting the web in 20 lessons and D-Camp CTF ...
more ...Quick and Dirty intro to OpenPGP & GPG
Pretty Good Privacy (PGP) is a model that provides cryptographic privacy and authentication for data communication. It was created by Phil Zimmermann in 1991. Today, PGP is a company that sells a proprietary encryption program, OpenPGP is the open protocol that defines how PGP encryption works, and GnuGP is the ...
more ...Exploring D-CTF Quals 2014's Exploits
Last weekend I played some of the DEFCAMP CTF Quals. It was pretty intense. For (my own) organizational purposes, I made a list of all the technologies and vulnerabilities found in this CTF, some based on my team's game, some based on the CTF write-ups git repo.
Vulnerabilities
Remote ...
more ...On Paillier Ciphersystem, Binary Search and the ASIS CTF 2014
The ASIS CTF happened last weekend. Although I ended up not playing all I wanted, I did spend some time working on a crypto challenge that was worth a lot of points in the game. The challenge was about a sort of a not well-known system, the Paillier cryptosystem.