Gray Hat™
Открыть в Telegram
🚩 Channel was restricted by Telegram
БольшеНет данных
Подписчики
-824 часа
-367 дней
-2630 день
Архив постов
Repost from N/a
What is a DDoS Attack?
A Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding infrastructure in a flood of Internet
DDoS attacks achieve effectiveness using multiple compromised computer systems as a source of attack traffic. Search engines may include computers and other network resources such as IoT devices. From a higher level, the DDOS attack is like an unexpected traffic jam stuck on a highway, preventing regular traffic from reaching its destination.
Impulse is the tool through which you can do it. To run this tool you must install python as this tool is made with Python3.
• git clone https://github.com/LimerBoy/Impulse
DDoS-Ripper
• git clone https://github.com/palahsu/DDoS-Ripper.git
HAMMER IS A TOOL FOR ATTACKING WEBSITE
• git clone https://github.com/CruzTed/Hammer
_Sn1Per: Attack Surface Management
Kali/Ubuntu/Debian/Parrot Linux Install
• git clone https://github.com/1N3/Sn1per
Repost from N/a
IP-Tracer is used to track an ip address. IP-Tracer is developed for Termux and Linux based systems. you can easily retrieve ip address information using IP-Tracer. IP-Tracer use ip-api to track ip address.
$ git clone https://github.com/rajkumardusad/IP-Tracer.git
#Termux
Repost from N/a
TStyle • The simple and basic use of this tool is, if you are bored with the same white and black interface of the termux then you should use this colored theme, after changing theme you will feel really different, and of course there is a Green theme that will make you look like Hacker. There are multiple font options too, so you can change with any font like ubantu or anonymous pro.
• git clone https://github.com/htr-tech/tstyle
#Termux
Repost from N/a
XTeam: This is a tool to obfuscate / to make your python code unreadable. It obfuscates your code and prevents easy access of others to your code.
Anyway this is not a good encryption enough, but it can proctect you from script kiddies and some lazy people.
$ git clone https://github.com/xploitstech/Xteam
#Termux
Repost from N/a
To use XTeamTool Type The Following commands On Your Terminal :
• git clone https://github.com/xploitstech/Xteam
#Termux
Repost from N/a
LazyBee tool is a python based script from which you can generate random wordlist for bruteforce attacks. This tool has a unique features like wordlist generating time calculation and direct .txt saving in current directory. This tool works on both rooted Android device and Non-rooted Android device.
• git clone https://github.com/noob-hackers/lazybee
#Termux
Repost from N/a
For educational purposes only, exhaustive samples of 450+ classic/modern trojan builders including screenshots.
https://github.com/Cryakl/Ultimate-RAT-Collection
#InfoSecWatch
A comprehensive guide for web application penetration testing and bug bounty hunting, covering methodologies, tools, and resources for identifying and exploiting vulnerabilities.
https://github.com/xalgord/Massive-Web-Application-Penetration-Testing-Bug-Bounty-Notes
#grayhats
Repost from N/a
Generate an undetectable PE ( .exe ), which bypasses windows defender / AV
https://github.com/cyb3rfortr3ss/ByDeF
#InfoSecWatch
Repost from N/a
The notion of a "Cam Virus" suggests that a link can be used to activate the front camera of a target's phone or PC webcam without their knowledge. While such threats exist, they are relatively rare, and most devices have security measures in place to prevent unauthorized access to cameras. It is important to stay vigilant, keep devices updated, and exercise caution when clicking on unknown links to minimize any potential risks.
• git clone https://github.com/SiddhantOffl/cam-virus.git
#Termux
WPScan is a popular WordPress security scanner that is used to find vulnerabilities in WordPress websites. It can help identify issues like outdated plugins, weak passwords, and security flaws. Here's how you can use WPScan to find vulnerabilities:
1. Install WPScan:
If you haven't installed WPScan yet, follow these steps:
On Linux (Ubuntu, Kali, etc.):
Install dependencies:
sudo apt update
sudo apt install wpscan
On macOS:
Install using Homebrew:
brew install wpscan
On Windows:
You can use Windows Subsystem for Linux (WSL) or Docker to install WPScan.
2. Basic Scan Command:
To scan a WordPress website for vulnerabilities, use the following command:
wpscan --url https://example.com
Replace https://example.com with the target URL.
3. Scan for Vulnerabilities in Plugins and Themes:
You can scan for vulnerabilities in installed plugins and themes by using the --enumerate option:
wpscan --url https://example.com --enumerate p
This will enumerate the plugins (p) on the site. Similarly, you can check for themes (t) by using:
wpscan --url https://example.com --enumerate t
4. Brute Force Login (Optional):
WPScan can also perform a brute force attack to find weak login credentials (use responsibly and legally):
wpscan --url https://example.com --passwords /path/to/password-list.txt --usernames admin
This will attempt to login as admin using the passwords listed in the provided file.
5. Check for Version Information:
To check for the WordPress version being used, you can run:
wpscan --url https://example.com --wp-version
6. Using API Key for More Features:
WPScan offers a free API that can be used to get the latest vulnerability data. To use it:
Sign up for an API key at WPScan API.
Once you have the API key, use it with WPScan:
wpscan --url https://example.com --api-token YOUR_API_KEY
7. Review the Report:
After running the scan, WPScan will generate a report listing vulnerabilities, weak points, and possible attack vectors.
#grayhats
WPScan is a popular WordPress security scanner that is used to find vulnerabilities in WordPress websites. It can help identify issues like outdated plugins, weak passwords, and security flaws. Here's how you can use WPScan to find vulnerabilities:
1. Install WPScan:
If you haven't installed WPScan yet, follow these steps:
On Linux (Ubuntu, Kali, etc.):
Install dependencies:
sudo apt update
sudo apt install wpscan
On macOS:
Install using Homebrew:
brew install wpscan
On Windows:
You can use Windows Subsystem for Linux (WSL) or Docker to install WPScan.
2. Basic Scan Command:
To scan a WordPress website for vulnerabilities, use the following command:
wpscan --url https://example.com
Replace https://example.com with the target URL.
3. Scan for Vulnerabilities in Plugins and Themes:
You can scan for vulnerabilities in installed plugins and themes by using the --enumerate option:
wpscan --url https://example.com --enumerate p
This will enumerate the plugins (p) on the site. Similarly, you can check for themes (t) by using:
wpscan --url https://example.com --enumerate t
4. Brute Force Login (Optional):
WPScan can also perform a brute force attack to find weak login credentials (use responsibly and legally):
wpscan --url https://example.com --passwords /path/to/password-list.txt --usernames admin
This will attempt to login as admin using the passwords listed in the provided file.
5. Check for Version Information:
To check for the WordPress version being used, you can run:
wpscan --url https://example.com --wp-version
6. Using API Key for More Features:
WPScan offers a free API that can be used to get the latest vulnerability data. To use it:
Sign up for an API key at WPScan API.
Once you have the API key, use it with WPScan:
wpscan --url https://example.com --api-token YOUR_API_KEY
7. Review the Report:
After running the scan, WPScan will generate a report listing vulnerabilities, weak points, and possible attack vectors.
#grayhats
Repost from N/a
A powerful Remote Administration Tool for Android OS hacking, working on Android 7 to Android 15!
https://github.com/hidden9090/AndroidRat-Android-Rat-AndroRat-Android-stealer-OS-hacking-Android-hacking-RAT-Dangerous-RAT-botnet?tab=readme-ov-file
#Android
Repost from N/a
🎣 • Social Phish: A Simple Phishing Tool With 32 Templates +1 Customizable
- One of the most complete options available. It includes 32 templates, which are pre-designed phishing emails or websites that mimic legitimate ones in order to trick people into giving away sensitive information. Additionally, there is an option to create a customized template.
• git clone https://github.com/xHak9x/SocialPhish.git
#Termux
Repost from N/a
TM-scanner is a straightforward program written in Python that helps identify security flaws in websites. It is designed to search for weaknesses that could potentially be exploited by malicious actors, making it a useful tool for website owners and security professionals alike. With its simple interface and easy-to-use features, TM-scanner is a valuable asset for anyone looking to improve the security of their website.
• git clone https://github.com/TechnicalMujeeb/TM-scanner
#Termux
Repost from N/a
Kali Linux 2025.1a! This update builds on existing features, bringing enhancements and improvements to streamline your experience. New themes, major desktop updates NetHunter car hacking and more!
Available for download now!
https://kali.org/blog/kali-linux-2025-1-release/
#HackersFactory
Repost from N/a
http://ANY.RUN has just released a brand-new OS designed for real-time Android threat analysis inside a secure sandbox environment.
#InfoSecWatch
Repost from N/a
An eBPF🐝 Keylogger with C2-based RCE payload delivery.
https://github.com/adgaultier/tamanoir
#InfoSecWatch
