Welcome to hacking a rise i this post we are going to show you how to perform a man in the middle attack with a tool called Xerosploit this tool was designed by LionSec What is Xerosploit Xerosploit is a penetration testing toolkit whose goal is to perform man in the middle attacks for testing …
Category Archives: Tutorials
Cewl custom password list
Welcome to hacking a rise i am the laughing man and today im going to show you the basics of Cewl for building custom word lists .. What is Cewl CeWL is a ruby app which spiders a given url to a specified depth, optionally following external links, and returns a list of words which …
Python Calculator tutorial
Learn how to code and develop a calculator using Python 3
Make a program that flips a coin in Python 3
Welcome back to another tutorial, today we will be making a script that flips a coin and randomly selects heads or tails. To start, make a new python file and name it CoinFlip, once you’ve done that you will need to import the random module. Add the following to the first line of code: import …
Continue reading “Make a program that flips a coin in Python 3”
Termux Tutorial: IPtables (Part 2-3 – IPtables usage)
welcome to hacking a rise im X-termux (irisnoir )in this video i show you how to use iptables in termux
Get a location with an IP adress
Get a Location using an IP adress Hey guys ! Lasr here 🙂 Today I’m gonna show you how to get the approximate location of an IP with iplocation.net. For this tutorial, you will need : A computer/smartphone/tablet with any OS on it, an internet connection and a photo editing software. SPOILER : you …
Termux Tutorial: IPtables (Part 2-2 – IPtables usage)
welcome to hacking a rise in this video i show u how to set up IP tables
how to use Crunch
welcome to hacking a rise im the laughingman in this post im going to show you how to make word lists using crunch pre installed on Kali Linux (Note) this is a outdated method but saying that lads we still use the same way brute forcing and making word-lists always be the same in saying …
Make an IP finder using python 3
Welcome Everyone, in today’s tutorial I will be teaching you how to make an IP finder using socket in Python. To start, fire up Pycharm and create a new file for this tutorial I named my file “IP”. next, we should import the socket module by adding the following to line 1: Import socket This …
Steganography
Welcome to hacking a rise yes its me laughing man with another yes another post lol in this were and going to talk about Steganography this were you hide a message in plain site the best example i can think of is in prison way the prisoner hide there messages in plan site from the …