Search results

  1. Depov

    NTLM Coercion Attack Active Directory

    /// Depth Security in the reports for 2026 continue to find hosts vulnerable to CVE-2025-33073 (CVSS 8.8), including domain controllers and Tier-0 servers. "Whether its enterprise domain controllers, tier-zero servers, or random workstations, we are find hosts still affected by this issue on...
  2. Depov

    Salesforce Mysconfigration: We Find and Close to Leakage - Analysis of Attacks and Step-by-Step Audit

    April 2026. McGraw Hill confirms the leak of 13.5 million records - names, emails, phones, physical addresses. Three days earlier, ShinyHunters announced the hacking of Amtrak – 2.1 million records with addresses and tickets. According to Have I Been Pwned, both incidents were recorded in the...
  3. Depov

    Bypassing EDR through a direct syscall call PART 3/2 BONUS

    7.1. Detect on anomalies in the execution stream Modern EDRs use hardware breakpoints and Execution Tracing. Theycan track where the syscalll call comes from. Problem:When you call syscal from your code, the RIP (Instruction Pointer)registry points to the memory area that: It does not belong...
  4. Depov

    Web-pentest for beginners: from setting up the environment to the first vulnerability found

    What is a web pentest and why it is needed Web applicationpenetration testing is a controlled imitation of an attack on awebsite or web service to find vulnerabilities before someone doeswith other intentions. According to Verizon DBIR, attacks on webapplications are consistently among the...
  5. Depov

    Article Bypassing EDR through a direct syscall call PART 2/2

    4. The executioner's toolkit (practical section). Continuation. 4.4. SysWhispers3: Behind the Scenes of Automation Let’s understandwhat SysWhispers3 actually generates in order not to be just a user’scode. After launching the script with the parameter--preset common, we get two key files...
  6. Depov

    Article Bypassing EDR through a direct syscall call PART 1/2

    Today, the conversation will not go about another “Malvari-invisible”from the Githab, which detects 5 minutes after pouring on VT. It'sabout the foundation. Direct system calls (direct syscals). Atechnique that, from the category of “magic for the chosen”category, goes into the category of...
  7. Depov

    Vulnerabilities in WebSocket Configurations and Their Operation PART 5 (END)

    Protection - how not to become a victim Protection is not a“do it” list. This is an understanding of principles. Always use WSS (TLS). None ws://in the production. The right ciphers are comfortable, disable old protocols. A hard Origin test. On the server. Compare the...
  8. Depov

    Hacking NFC: NFC History, Technology and Capabilities

    NFCGate: radio magic that breaks the boundaries of NFC When it comes tocontactless systems – be it subway, passes, payment cards or accesscontrol systems – most users and developers perceive them asreliable and secure mechanisms. After all, the technology promises aquick and convenient way to...
  9. Depov

    Vulnerabilities in WebSocket Configurations and Their Operation PART 4

    Spider Tools - What to Use in Intelligence and Attack Let's get it alltogether. What does the WS testing process look like fromscratch? 1. Intelligence (Recon) Search for endpoints: Parsim JS-files application (app.js, main.chunk.js) for the new WebSocket(ws://, wss://...
  10. Depov

    How to disable SH password on Linux to improve security

    I want to disable access for ssh clients using password and allowonly authorization ssh with SSH keys. Howto disable password authentication for SSH in Linux operatingsystems? First, you need to set up your usual useraccount. Then configure the SSH-keys for the input. Once you’veconfigured SSH...
  11. Depov

    Vulnerabilities in WebSocket Configurations and Their Operation PART 3

    Vulnerabilities of the application level - where logic lives Let’s say theconnection is safe. Now the messaging begins. And here we are waitingfor the whole world. 1. Injections to the applicationprotocol WS is transport. On top of it almost always worksyour protocol: JSON-RPC, GraphQLover...
  12. Depov

    Vulnerabilities in WebSocket Configurations and Their Operation PART 2

    Configuration Vulnerabilities - Daily Bread Now, moving on from low-level intricacies, let’s look at what happens in 90% of cases. Configu (disambiguation) What admins and developers configure without thinking about WS. 1. No Verification (WebSocket Origin Hijacking) The most common...
  13. Depov

    Vulnerabilities in WebSocket Configurations and Their Operation PART 1

    Today on the table is WebSocket.Not the picture that is drawn on the hackathons, but its throbbinginside out: the configurations that are cut into the living, andquiet, almost invisible exploitation. WS Underworld: When a LiveChannel Becomes Your Back Door Whydo we need this? Everyone...
  14. Depov

    Ventoy Installation and Review: How to Install Multiple Live Distributions on a Single USB Drive

    Introduction The New Year holidays are over, but there are still plenty of topics for articles. Let's think about how often you reinstall your operating system. You've definitely had to do it at least once a year. So, let's look at creating a multiboot flash drive. Simply put, it's a device...
  15. Depov

    Secure Penguin: Hardening Kali Linux Security

    Introduction: You've already seen a ton of articles reviewing or explaining this famous distribution. From its inception to the present day, news about Kali Linux has been ubiquitous. The operating system itself, as you may recall, is designed for pentesting, and it's almost unrivaled in this...
  16. Depov

    LLM HoneyPomp: create a trap based on the language model for port monitoring

    According to Palisade Research (palisaderesearch.org/blog/llm-honeypot), their modified Cowrie collected millions of SSH sessions over several months. A few passed the prompt injection test, and at least one was suspected to belong to an autonomous AI agent—the average response time was 1–2...
  17. Depov

    Network reconnaissance and port scanning: a practical guide to nmap and masscan

    What's going on in network intelligence and why is it necessary? Network reconnaissance methods are the first thing a penetration tester (or attacker) does when working with a target infrastructure. In MITRE ATT&CK terminology, several methods are used simultaneously: Network Service...
  18. Depov

    Threat intelligence using lastb

    By default, the SSH (Secure Socket Shell or just Secure Shell) protocol uses port 22. More specifically, an SSH client connects on port 22 to the server running an sshd (SSH Daemon); a listener for the SSH protocol to function. Let's go find these logs! I am seeing these: We can use a...
  19. Depov

    WeeChat on Debian or Ubuntu

    There are two main options for running WeeChat, I highly recommend using a Linux VPS to protect your IP address. Alternatively, may install directly on a Windows host. TUTORIAL: Click here and register with Vultr to launch a Linux VPS to protect your IP address. Optionally check to enable...
  20. Depov

    Cockpit Web Interface on CentOS, Suse, Fedora, Clear Linux, Arch, RedHat, Atomic Project and Ubuntu.

    Many people complain about Linux, writing commands, keeping in mind or not knowing what to write. Cockpit offers a solution. A Web interface that can run on CentOS, Suse, Fedora, Clear Linux, Arch, RedHat, Atomic Project and Ubuntu. It allows us to do a lot of work without the need for a...
Top Bottom