ch
Feedback
Gray Hat™

Gray Hat™

前往频道在 Telegram
无数据
订阅者
-824 小时
-367
-2630

数据加载中...

相似频道
无数据
有任何问题?请刷新页面或联系我们的客服
进出提及
---
---
---
---
---
---
吸引订阅者
四月 '25
四月 '250
在0个频道中
三月 '25
+31
在5个频道中
Get PRO
二月 '25
+27
在3个频道中
Get PRO
一月 '25
+54
在4个频道中
Get PRO
十二月 '24
+80
在6个频道中
Get PRO
十一月 '24
+49
在7个频道中
Get PRO
十月 '24
+55
在6个频道中
Get PRO
九月 '24
+57
在3个频道中
Get PRO
八月 '24
+72
在5个频道中
Get PRO
七月 '24
+78
在3个频道中
Get PRO
六月 '24
+83
在4个频道中
Get PRO
五月 '24
+52
在4个频道中
Get PRO
四月 '24
+43
在2个频道中
Get PRO
三月 '24
+40
在1个频道中
Get PRO
二月 '24
+99
在2个频道中
Get PRO
一月 '24
+40
在0个频道中
Get PRO
十二月 '23
+33
在0个频道中
Get PRO
十一月 '23
+38
在2个频道中
Get PRO
十月 '23
+216
在4个频道中
Get PRO
九月 '23
+51
在0个频道中
Get PRO
八月 '23
+42
在0个频道中
Get PRO
七月 '23
+43
在0个频道中
Get PRO
六月 '23
+60
在0个频道中
Get PRO
五月 '23
+55
在0个频道中
Get PRO
四月 '23
+69
在0个频道中
Get PRO
三月 '23
+175
在0个频道中
Get PRO
二月 '23
+73
在0个频道中
Get PRO
一月 '23
+51
在0个频道中
Get PRO
十二月 '22
+44
在0个频道中
Get PRO
十一月 '22
+85
在0个频道中
Get PRO
十月 '22
+779
在0个频道中
日期
订阅者增长
提及
频道
02 四月0
01 四月0
频道帖子
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

2
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
92
3
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
90
4
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
87
5
To use XTeamTool Type The Following commands On Your Terminal : • git clone https://github.com/xploitstech/Xteam #Termux
85
6
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
83
7
For educational purposes only, exhaustive samples of 450+ classic/modern trojan builders including screenshots. https://github.com/Cryakl/Ultimate-RAT-Collection #InfoSecWatch
117
8
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
434
9
Generate an undetectable PE ( .exe ), which bypasses windows defender / AV https://github.com/cyb3rfortr3ss/ByDeF #InfoSecWatch
109
10
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
97
11
git clone https://github.com/STLP-TEAM/FB-Brute #Termux
92
12
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
1
13
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
151
14
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
112
15
🎣 "LordPhish" • git clone https://github.com/Black-Hell-Team/LordPhish.git #Termux
153
16
🎣 • 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
159
17
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
132
18
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
127
19
http://ANY.RUN has just released a brand-new OS designed for real-time Android threat analysis inside a secure sandbox environment. #InfoSecWatch
149
20
An eBPF🐝 Keylogger with C2-based RCE payload delivery. https://github.com/adgaultier/tamanoir #InfoSecWatch
137