how to find the owner of a number with phoneinfoga

welcome to Hacking a rise in this post we are going to search for a phone number as sometimes we only have a number two go on the tool we are going to use is called Phone infoga this will search the internet for the owner of the phone number you provide this tool can …

Userrecon-Py – Find Usernames In Social Networks

  Find usernames in social networks Installation 1. Install dependencies(Debian/Ubuntu): sudo apt install python3 python3-pip 2. Install with pip3: sudo -H pip3 install git+https://github.com/decoxviii/userrecon-py.git userrecon-py –help Building from Source Clone this repository, and: git clone https://github.com/decoxviii/userrecon-py.git ; cd userrecon-py sudo -H pip3 install -r requirements.txt python3 setup.py build sudo python3 setup.py install Update To update this …

How to use CredSniper

welcome back in this post we going to look in to phishing a little more with this tool Credsniper wrote in python 3 this script makes it easy to phish gmail password easily launch a new phishing site fully presented with SSL and capture credentials along with 2FA tokens using CredSniper. The API provides secure …

Bash Part Two Adding Functionality with Variables and User Input

Welcome back to part two of are bash on hacking a rise im the laughingman this is about adding Functionality with variables and user input this were you script starts to come to life and starts to do stuff so lets start with this section what is variables Are you for real like the title …

Bash part one Hello Hacking a rise

welcome to hacking a rise in this post we going to show you some basic Bash (aka shell) scripting with a script called hello world we going to explain with bash is and with the functions are as we progress on this part the blog now instead reading this and get stuck in to this …

How to use apktool on kali linux

Welcome to hacking a rise in this we are going to show you the 2 basic commands for apktool on Kali this used in reverse engineering OK android apps this will decompile and recompile the apps to expose the source code in this we will be using the modbro app. the advantages of this is …

Python Tutorial 5 – Outputting mouse location to GUI

Welcome back to another Python tutorial, in this tutorial you will learn how to output the mouse position to an alert. First, let’s start with the previous code we made. import time import pyautogui time.sleep(5) print(pyautogui.position()) From here lets replace ‘print(pyautogui.position()’ with ‘pyautogui.alert(pyautogui.position())’. your code should look something like this: import time import pyautogui time.sleep(5) …

Design a site like this with WordPress.com
Get started