Today we are reviewing an awesome OSINT tool called Maltego. This tool has been used by information security experts (OSINT specifically) for ages and i’ve…
Tag: python
Making A BOT That Changes IP Every Time He Does His Job (Selenium, Python, Psiphon)
Posted in VIDEOS
Hello everyone and welcome back! Today we are taking a break from cybersecurity (kinda, you’ll see useful stuff here too for the cybersec world) and…
Hello everyone and welcome back! Today we’ll be scraping some deep web sites with Python using these scripts – but please watch the video too…
Hello everyone and welcome back! 🙂 Today we are making a really simple beginner friendly script to check download speed and ping (in ms) So…
Detect Faces using CV2 and Numpy in Python easily (or modify it to detect cats/dogs or plateNumbers)
Posted in VIDEOS
Welcome back ! Today we are detecting faces (and cats too) using Haarcascades , python and cv2 and numpy modules. Download cascades here : https://github.com/opencv/opencv/tree/master/data/haarcascades…
Making a Self Replicating Malware in Python – Using only default modules | HOXFRAMEWORK
Posted in VIDEOS
Please DO NOT use this illegally. This video is for education purposes only. There are some minor things in the code that can be improved,…
In this tutorial I will show you how to make a simple backdoor-like tool in python which you can modify and execute on victim’s machine. It…
Python Instagram Pics Scraper – Get profile pics and posts in best quality – 2020 | HOXFRAMEWORK
Posted in VIDEOS
Hello and welcome! This video will concentrate on making an Instagram Pictures Scraper using Python. So lets get started: (make sure you make the images…
Hello guys and welcome! This time we will be talking a bit about REGEX. Regex or regexp is a regular expression, a sequence of characters…