
CyberSecurity
SysAlbania is a cyber security education platform and services team. We publish hands-on guides to penetration testing, bug bounty, red teaming and threat hunting, maintain a library of free open-source security tooling, and track newly disclosed vulnerabilities. Everything we publish is written from our own testing: our own screenshots, our own command output, our own lab work. Alongside the free content we carry out paid security assessments for clients, and what we learn doing that work is what ends up here. All content is published for education and for authorised testing only.
Hacking ToolsA threat is anything that has the potential to do damage, even if the damage has not happened yet. In this case, a thief who walks around looking for houses to break into is the threat. The thief might or might not attack, but the possibility exists, and that possibility itself is the threat.
Latest TutorialsThis topic focuses on understanding the definitions of IP addresses, ports, and protocols, the differences between each of them, as well as commonly used standard ports and the network services that operate on those ports.
LinuxIn cybersecurity, the first phase of ethical hacking is called Reconnaissance or Information Gathering. This phase focuses on collecting information about a target before attempting any attack or security testing. Information gathering is divided into two main types: Passive Information Gathering Active Information Gathering
ExploitsDo not send the parameter related to the captcha. Check if the value of the captcha is in the source code of the page. Change some specific characters of the captcha parameter and see if it is possible to. When a new Captcha code is created, the previous code will expire.
Latest TutorialsNetwork mapping is an early stage in network analysis, cybersecurity, and penetration testing activities. At this stage, the main objective is not to exploit vulnerabilities, but to understand the structure of the network. We want to know what devices exist, which hosts are active, and how the network is organized.
GatheringAfter identifying active hosts through network mapping, the next step is port scanning. Port scanning aims to determine which network services are running on each host.
LinuxService enumeration is an essential stage in ethical hacking and penetration testing. It is performed after the initial information gathering and scanning phases.
GatheringWhat is Information Gathering Information gathering is an important early step in cybersecurity and ethical hacking. It is the process of collecting and organizing information about a target system before performing deeper security testing.
ExploitsThis runbook details a hands-on simulation of exploiting the EternalBlue vulnerability (CVE-2017-0144), targeting an unpatched Windows 7 machine in a controlled lab environment using Metasploit.