Search results

  1. abadon1969

    Interesting SSH Cheat Sheet

    📝 SSH Cheat Sheet This article describes advanced OpenSSH features that make life much easier for system administrators and programmers who aren't afraid of Shell. Unlike most guides, which don't cover anything beyond switches and -L/D/R options, I've tried to compile all the interesting...
  2. abadon1969

    Interesting OpenVAS Vulnerability Scanner

    💻 OpenVAS Vulnerability Scanner OpenVAS (Open Vulnerability Assessment System), originally known as GNessUs, is a framework consisting of several services and utilities that allows for scanning network nodes for vulnerabilities and managing them. All OpenVAS products are free software. Most...
  3. abadon1969

    Interesting XSS Post-Exploitation: Advanced Defenses and Methods

    ❗️ XSS Post-Exploitation: Advanced Defenses and Methods This document presents an in-depth study of the threats posed by XSS vulnerabilities and their simplified exploitation, as well as options for protecting against XSS attacks that can be implemented as a precaution. 🟢 Next, we'll exploit...
  4. abadon1969

    Interesting Cloudflare mitigated a record-breaking 5.6 Tbps DDoS attack

    ❗️ Cloudflare mitigated a record-breaking 5.6 Tbps DDoS attack ⚠️ Cloudflare specialists reported the largest DDoS attack to date, with a power of up to 5.6 Tbps. The attack was carried out using the Mirai botnet, which consists of 13,000 compromised devices. According to Cloudflare, the...
  5. abadon1969

    Interesting Hiding Bluetooth Device Signals

    💳 Hiding Bluetooth Device Signals Spooftooph – designed for automatic spoofing or cloning the names, class, and address of Bluetooth devices. ⚠️ Cloning this information allows a Bluetooth device to effectively hide from view. Bluetooth scanning programs will only display one device if...
  6. abadon1969

    Interesting SSH Tunneling for Windows and Linux Penetration Testing

    🔎 SSH Tunneling for Windows and Linux Penetration Testing SSH (Secure Shell) is a network protocol that provides a secure way to remotely access computers and other network devices. SSH creates an encrypted channel for secure data transfer between the client and server. This article will...
  7. abadon1969

    Interesting Surrounding Traffic Sniffing

    🐽 Surrounding Traffic Sniffing Wireless IDS is an open-source tool written in Python and runs on Linux. It sniffs surrounding wireless traffic and analyzes suspicious packets, such as WEP/WPA/WPS attacks, wireless client switching to another access point, identifying possible rogue APs...
  8. abadon1969

    Interesting OpenSSH Security Mechanisms: Analyzing Vulnerabilities in 2024

    💻 OpenSSH Security Mechanisms: Analyzing Vulnerabilities in 2024 OpenSSH (Open Secure Shell) is a suite of programs that provides encrypted communication sessions over computer networks using the SSH protocol. Last year was an interesting one for SSH: ⏺In the spring: a backdoor in xz-utils...
  9. abadon1969

    Interesting Israeli spies hacked WhatsApp without a single click

    😂 Israeli spies hacked WhatsApp without a single click The attack, which affected approximately 90 people, was carried out using spyware from the Israeli company Paragon Solutions. Experts believe the attack exploited a "zero-click" vulnerability, which allows spyware to install itself on a...
  10. abadon1969

    Interesting Attacks on Wireless and Wired Networks

    ❗️ Attacks on Wireless and Wired Networks Fern Wifi Cracker is a wireless security audit and attack tool written using the Python programming language and the Python Qt GUI library. The program can crack and recover WEP/WPA/WPS keys, as well as launch other network attacks on wireless or...
  11. abadon1969

    Interesting Kerberos for Penetration Testers

    🔎 Kerberos for Penetration Testers This series consists of 6 articles: 1. Theory 2. Classic Attacks 3. Unconstrained Delegation 4. Constrained Delegation 5. Resource-Constrained Delegation 6. PKINIT In this series of articles, I will attempt to understand the theoretical structure of the...
  12. abadon1969

    Interesting Handy Msfvenom Cheat Sheets

    📄 Handy Msfvenom Cheat Sheets MSFvenom is a standalone Metasploit payload generator that combines generation and encoding. A payload is code or a fragment of malicious code that directly performs a destructive action: deleting data, encrypting data, opening a connection for a hacker, etc...
  13. abadon1969

    Interesting How to trick your ISP and bypass DPI

    😈 How to trick your ISP and bypass DPI DPI (Deep Packet Inspection) is a technology that allows you to collect statistical information from packets, inspect them, and filter information based on their contents. There are two types of DPI: passive and active. The only difference is that active...
Top Bottom