@Core_143 · 75 subscribers
cyber journey
The short link opens the channel straight in the Telegram app — not in a browser tab.
tg.me/go/Core_143Is this your channel? Add @tgme as admin — and see how many people click your links. Get the stats →
Channel created June 17, 2026per Telegram
We have been tracking it since September 1, 2026
In all that time the channel has changed neither its name, nor its @username, nor its avatar.
We show only what we have seen ourselves.
🔓 Step 3: Gaining Access So far: 🔎 Reconnaissance → Find information 📡 Scanning → Find open ports and services Now we try to get in. Gaining access is when an attacker uses a weakness in the system to gain unauthorized access. That weakness could be: • Weak password • Vulnerable software • Misconfiguration • Web vulnerability Simple example You find a server running SSH on port 22. Then you discover the account has a weak password. Trying that password and getting into the server = Gaining Access. Think of it like a house: Reconnaissance → Find the house Scanning → Find the doors Gaining Access → Find a way through the door. Next: Step 4 — Maintaining Access
linux_commands this site is a good place to practice your skills give it a try
Kali_tools This site explain almost every tool kali Linux has so check it out
[media, no text]
Short example: During the reconnaissance phase, a specific website is identified. then, a scan is conducted to determine which ports are open and which services are active. For example, it may be discovered that port 80 is hosting a web server and port 22 is hosting SSH. This process provides additional technical details regarding the target. In summary: Reconnaissance: Identification of the target. Scanning: Determination of the services running on the target. Next step: Assessment of potential access vectors. This approach is straightforward