In this post i describe a small python script which can be used to determine the type of authentication used on a VNC Server. It uses the Scapy packet manipulation program to perform all the networ...
VNC Authentication checking with Python
Hacking the TalkTalk HUAWEI HG523a Router Part 2
For part 1 please Click Here. OK. So i have access to the routers busybox console. I found by typing the busybox command it displays all the commands available on the device. # busybox BusyBox vv...
Hacking the TalkTalk HUAWEI HG523a Router Part 1
I got my hands on a TalkTalk HUAWEI HG523a. This is one of the routers distributed to TalkTalk subscribers. This is my first attempt of doing any kind of embedded device analysis so i decided it wo...
Malware Analysis Part 2: First Attempt
Please read THIS first if you would like to know how the analysis lab is set up. There are various sites you can use to download sample malicious software. The one i used is called openmalware.org...
Malware Analysis Part 1: Lab Setup
At this stage I know very little about the Malware analysis process. I recently purchased a book on the subject called “Practical Malware Analysis” by Michael Sikorski and Andrew Honig. My aim is t...
True Random Number Generator using the Raspberry Pi
Last weekend i made my Raspberry Pi into a true random number generator using the static from a TV. Here in the UK we no longer receive analog terrestrial broadcasting so finding static on my TV is...
Packet Sniffing using the Raspberry Pi
In this post i intend to detail how i setup the raspberry pi to perform packet sniffing between two network devices. I made a YouTube video in which i explain how it works and below you will find b...
Dumping Linux Password Hashes
In my push to keep learning the Python programming language i thought a next good step is to make a simple script that grabs the password hashes on a Linux device and dump them to a file. The dump ...
BBM Pin Aggregation from Twitter
I was trying to think of a good way to get some more practice with python especially in interacting with some kind of API. @wimremes on twitter gave me a good idea with this tweet. I made a simple...
SYN Flooding with Scapy and Python
What is a SYN flood? When a connection is made from client to server through TCP it is initialized with a three way handshake. Each of the 3 stages of the handshake sends a different type of TCP s...