CSAW CTF 2014 - Cryptography 200 - Psifer School
This is the first crypto-problem, and it was supposed to be the easiest one. For this reason, I was expecting simple cryptographic algorithms, which turned out to be true.
The problem starts with the following text:
more ...There's no heartbleed here. Why don't we use these ciphers?
nc 54 ...
A Lit Backdoor
I was never a big fan of MacBooks. Being a penguin user for so long, you learn to stop worrying and love the bomb. But here is a little trick that works for both.
In the victim's machine (presumably a macbook), create the reverse shell in the port 1337 ...
more ...Getting your Public IP from the Terminal
Public IPv4 addresses are assigned by NIC and belong to CIDR blocks that are unique to the entire internet.
In this little post, I show many ways to find your public IP address form the Linux terminal.
Using Curl
You can curl it from IP websites:
$ curl ifconfig.me
You ...
more ...Getting started with LAMP and CodeIgniter
LAMP is an acronym for a model of web service solution stacks: Linux, the Apache HTTP Server, the MySQL relational database management system, and the PHP programming language.
Building a MySQL Database
We will use a web interface to access data in our database:
-
Login with your root login/password ...
JavaScript: Crash Course
Installing & Setting up
JavaScript (JS) is a dynamic computer programming language. Install Google Dev Tools to proceed.
JavaScript 101
To include your example.js in an HTML page (usually placed right before