Bitcoin & SocialismThe other day I was sitting with family members for lunch discussing various topics including Bitcoin. Obviously, I had a lot to say but Im…May 23, 20211May 23, 20211
Published inCoinmonksBitcoin — Setup your own ⚡lightning ⚡ node on mainnet!I have been following bitcoin and cryptocurrencies in general for the past 2 years. I think I have seen all the documentaries around the…Feb 2, 20188Feb 2, 20188
Black Hat Python — Hiding Data using SteganographyWould it not be awesome to be able to hide your private files within an image or audio file? I first saw this in one of my favourite TV…Jan 4, 2018Jan 4, 2018
Black Hat Python — Encrypt and Decrypt with RSA CryptographyIts very straighforward to encrypt/ decrypt files using Python. In this post, I will show a few scripts to accomplish this.Dec 21, 201712Dec 21, 201712
Black Hat Python — Quick and Dirty HTTP ServerSometimes, you need to spin up an HTTP server with minimal effort. Here is a simple method using SimpleHTTPServer:Dec 21, 20171Dec 21, 20171
My notes on the bitcoin blockchainThe bitcoin blockchain is essentially a data structure with an ordered back-linked list of blocks containing bitcoin transactions. At the…Dec 12, 2017Dec 12, 2017
Black Hat Python — Windows ScreenshotterHere is a script you can use to grab screenshots of your target machine. It makes use of PyWin32 package to make native calls to the…Nov 14, 2017Nov 14, 2017
Black Hat Python — Windows Key loggerThis is a quick post that will show how to create a simple windows key logger using python 2.7. Not only, you can track the keys pressed…Nov 9, 2017Nov 9, 2017
Black Hat Python — Trojans and GithubI loved going through this exercise. We will create a simple python trojan which uses github for command and control. With GitHub, we can…Nov 5, 2017Nov 5, 2017
Black Hat Python — Creating Word Lists with Burp SuiteIn this post, I will show how we can use Burp to spider/ scrape a website and build a wordlist from the website content. The trick to…Oct 30, 2017Oct 30, 2017
Black Hat Python — Bing for BurpYou can create a Burp extension, that allows you to trigger an action on an intercepted HTTP(s) request. This can be done with the use of…Oct 26, 2017Oct 26, 2017
Black Hat Python — Burp FuzzingI played around with Burp Suite for the last couple of days as I dove into Chapter 6: Extending Burp Proxy. Burp suite is web app analysis…Oct 25, 2017Oct 25, 2017
Black Hat Python — Brute-Forcing HTML Authentication FormsExpanding on the previous post, where we brute-forced URL directories and file locations for a target website, the same can be done for…Oct 19, 20173Oct 19, 20173
Black Hat Python — HTTP Brute-ForcingI took the last 2 weeks as an opportunity to review all the past black hat python topics. I tend to forget bits and pieces of the material…Oct 17, 2017Oct 17, 2017
Black Hat Python — Parsing http payloads with ScapyI have been playing around with the python scapy module, the last couple of weeks. Its been a very rewarding experience. This time around…Oct 2, 20172Oct 2, 20172
Black Hat Python — ARP Cache Poisoning with ScapyOkay, so now things are getting interesting with the ARP poison attack. I have always read about the subject but ever had the chance to…Sep 25, 20172Sep 25, 20172
Black Hat Python — SniffingIts been a while since I have posted here. I took a short well deserved vacation to celebrate my wife’s birthday! I did manage to do some…Sep 18, 20171Sep 18, 20171
Black Hat Python — SSH Tunnelling with ParamikoChapter 2 ends with an SSH Tunnelling example. This post will show how to tunnel traffic from server to client using SSH. The end goal is…Aug 27, 20171Aug 27, 20171
Black Hat Python — Reverse Shells using SSH and ParamikoA couple of posts ago, I demonstrated a script that used python sockets to establish a tcp session with a server and execute commands…Aug 23, 20171Aug 23, 20171
Black Hat Python — A TCP ProxyContinuing on with python sockets, here is a simple tcp proxy:Aug 20, 20172Aug 20, 20172