How to Encrypt IRC Traffic

By | August 28, 2018

In this simple article, we will learn how to encrypt IRC traffic of WeeChat (IRC Client) using the crypt plug-in. The Plugin To encrypt IRC traffic we need to download the crypt.py plugin from this link: http://weechat.org/files/scripts/crypt.py: cd ~/.weechat/python wget http://weechat.org/files/scripts/crypt.py All python-based plugins should be downloaded inside ~/.weechat/python/ folder. We can move the plugin… Read More »

How to Build an IRC Bot in Python

By | April 7, 2018

Amedeo Clemente Modigliani (1884 – 1920) was one of the greatest Italian painters, his paintings are great inspiration for me, so what does all this has to do with Python and IRC? Today we will discuss how to build an IRC bot in Python, I added a little touch to make it more interesting. Build… Read More »

ZXHN H108N Router Web-Shell and Secrets

By | December 8, 2017

In part one, we hacked and gained access to shell of the ZXHN H108N as root through Telnet, part two will talk about ZXHN H108N router web-shell and secrets, and I will show you how to access all that in few simple steps. Part Two: Web-Shell and Secrets In part one, I left you with… Read More »

Accessing HG8245Q Shell Through Telnet

By | November 19, 2017

Accessing HG8245Q Shell: in this article, you will learn how to access HG8245Q shell through Telnet, using default credentials, and how to solve the challenge for SU password using a simple Python script. HG8245Q Home Router This is a short story, about accessing HG8245Q shell through Telnet, the whole process took me less than 15… Read More »

Hacking TL-WR740N Backdoor (TP-Link)

By | November 1, 2017

Hacking TL-WR740N Backdoor, detecting directory traversal vulnerability, using John the Ripper to crack the password, and access to web-shell/backdoor. Disclaimer: I shall not be held liable to and shall not accept any liability, obligation or responsibility whatsoever for any loss or damage may be caused by applying or implementing the attacks and/or commands describe hereunder.… Read More »

Hacking ZXHN H108N Router and Shell Access as root

By | October 25, 2017

Hacking ZXHN H108N router and accessing the shell as root through Telnet, how to use Python to build your own tool and perform a brute-force attack. Part One: Shell over Telnet Hello good people. I was playing around with the ZXHN H108N (ZTE) for quite a while now, and to be honest, I have a… Read More »