16 Jul 2026, 17:56 UTC142 viewsread 8 August 2026 Poll
What language do you speak?
باي لغه تتحدث؟!
- عربية79%
- English33%
The shares total 112%, above 100: this poll accepts more than one answer per voter. No per-option vote count is published, so the number of voters who chose each option is not derivable and is not shown.
11 Jul 2026, 20:56 UTC250 views3 reactionsread 8 August 2026 Photo
Stay updated with the latest security vulnerabilities and CVEs.
VulnFound Bot delivers fast alerts about critical security issues from trusted sources.
@vulnfoundbot
❤3
9 Jul 2026, 22:47 UTC173 views4 reactionsread 8 August 2026 Photo
🦉 Strix — Open-source AI Pentesting
Strix uses autonomous AI agents to test your apps like a real security team: recon, code review, dynamic testing, exploit validation, reports, and optional fix guidance.
🔹 Why it is useful:
- Validates findings with real PoCs
- Works on local code, GitHub repos, and web apps
- Can run in CI/CD for pull-request security checks
🛠 Install:
curl -sSL https://strix.ai/install | bash
…
❤4
30 Jun 2026, 21:22 UTC189 views2 reactionsread 8 August 2026 Photo
🐧 feroxbuster — Fast Web Content Discovery
feroxbuster is a fast recursive scanner for finding hidden directories and files on web servers during authorized security testing.
🔹 Why it is useful:
- Finds forgotten admin paths
- Supports recursion and filters
- Great for CTFs, labs, and audits
🛠 Install on Kali:
sudo apt update
sudo apt install feroxbuster -y
⚡ Basic usage:
feroxbuster -u https://lab.example.com -w…
❤2
29 Jun 2026, 16:35 UTC156 views3 reactionsread 8 August 2026 Photo
macchanger — Change MAC Addresses on Linux
macchanger is a Linux tool used to view or temporarily change the MAC address of a network interface. It is useful in labs, privacy testing, troubleshooting, and learning how network interfaces identify themselves on local networks.
Common use cases:
- Checking the current MAC address of an interface
- Randomizing a MAC address in a controlled lab
- Restoring the original …
❤3
29 Jun 2026, 16:32 UTC113 viewsread 8 August 2026 Photo
Netdiscover — ARP Scanner for Local Network Discovery
Netdiscover is a lightweight network discovery tool commonly available in Kali Linux. It uses ARP requests to identify live hosts on a local network, making it useful for lab inventory, quick troubleshooting, and understanding what devices are active on the same LAN.
What it is useful for:
- Finding active devices on a local subnet
- Discovering IP and MAC addre…
29 Jun 2026, 16:30 UTC90 viewsread 8 August 2026 Photo
Hydra — Login Security Testing Tool in Kali Linux
Hydra is a fast authentication testing tool used by security professionals to audit login services in authorized environments. It helps teams verify whether weak passwords, exposed services, or missing rate limits could put servers at risk.
Common defensive use cases:
- Testing password policy strength in a lab
- Checking whether SSH, FTP, or web logins have rate li…
29 Jun 2026, 16:27 UTC88 viewsread 8 August 2026 Photo
ufw — Simple Firewall Management for Linux Servers
ufw stands for Uncomplicated Firewall. It is a friendly command-line tool for managing firewall rules on Linux servers, especially Ubuntu and Debian-based systems. Instead of writing complex low-level rules manually, you can allow or deny ports with simple commands.
Install UFW:
sudo apt update && sudo apt install ufw -y
Check firewall status:
sudo ufw status ver…
29 Jun 2026, 16:25 UTC83 views1 reactionsread 8 August 2026 Photo
journalctl — Read Linux System Logs Like a Pro
journalctl is a powerful Linux command for reading logs collected by systemd-journald. Instead of digging through many log files manually, you can quickly inspect boot logs, service errors, authentication events, and recent system activity from one place.
Show recent system logs:
journalctl -n 50
Follow logs live:
journalctl -f
View logs for a specific service:
jou…
❤1
29 Jun 2026, 16:19 UTC95 viewsread 8 August 2026 Photo
grep — Search Text Fast in Linux
grep is one of the most useful Linux commands. It searches inside files or command output and prints the lines that match a word, pattern, or regular expression. For admins, developers, and security learners, it is essential for reading logs, configs, and large text files quickly.
Basic search inside a file:
grep "error" app.log
Search recursively in a directory:
grep -R "password…
29 Jun 2026, 16:09 UTC81 viewsread 8 August 2026 Photo
Aircrack-ng — WiFi Security Auditing Suite in Kali Linux
Aircrack-ng is a well-known suite of tools for auditing wireless network security. It is commonly used in labs to monitor WiFi traffic, test packet capture workflows, analyze handshakes, and validate whether weak wireless configurations can be improved.
What it helps you practice:
- Capturing and analyzing WiFi packets
- Monitoring nearby wireless networks in…
29 Jun 2026, 16:04 UTC87 viewsread 8 August 2026 Photo
WPScan — WordPress Security Scanner in Kali Linux
WPScan is a popular security scanner for WordPress websites. It helps administrators and penetration testers identify risky WordPress versions, vulnerable plugins, weak configuration, and exposed information before attackers abuse it.
What it can help you check:
- WordPress core version exposure
- Vulnerable plugins and themes
- User enumeration risks
- Publicly exp…
Showing the 12 most recent of 16 posts we hold for @TryHacking. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.