Search results

  1. abadon1969

    Interesting Hacking Windows Network Authentication

    🪟 Hacking Windows Network Authentication — In this article, we'll use the Responder program to intercept hashes used for Windows authentication. We'll start with a practical example: intercepting an authentication hash and decrypting it, which will yield the username and password in Windows...
  2. abadon1969

    Interesting AJAX Security Cheat Sheet

    📄 AJAX Security Cheat Sheet AJAX (Asynchronous JavaScript and XML) is a web development technology that allows you to update page content without a full page reload. Some advantages of using AJAX: ⏺Reduced traffic (due to the reduced amount of data transferred between the client and server)...
  3. abadon1969

    Interesting JavaScript Obfuscation and Deobfuscation

    🖥 JavaScript Obfuscation and Deobfuscation JSFuck – a tool for JavaScript obfuscation and deobfuscation JSFuck's core functionality is to execute JavaScript code using only six characters: [, ], (, ), !, and + (in other words, with JSFuck you can write JavaScript code without letters or...
  4. abadon1969

    Interesting Basic and Advanced Keyboard Shortcuts in Onion Tor Browser

    🌐 Basic and Advanced Keyboard Shortcuts in Onion Tor Browser Beyond the default functions, Tor has several keyboard shortcuts that users can use to improve their experience and navigation. In this article, we'll explore simple and advanced keyboard shortcuts for Tor to simplify and automate...
  5. abadon1969

    Interesting Burp Extensions Cheat Sheet

    📄 Burp Extensions Cheat Sheet Burp Extensions are add-ons to Burp Suite that extend its functionality. Some examples of extensions: ⏺HUNT Proxy Extension: Warns about vulnerable parameters so the user can check them manually. ⏺Burp-vulners-scanner: Identifies vulnerable web application...
  6. abadon1969

    Interesting Tracking iOS Device Movement

    ❗️ Tracking iOS Device Movement iSniff-GPS – a passive sniffing tool for capturing and visualizing Wi-Fi location data disclosed by iOS devices — The utility tracks SSID probes, ARP broadcasts, and MDNS (Bonjour) packets transmitted by nearby iPhones, iPads, and other wireless devices...
  7. abadon1969

    Interesting Review of Secure and Anonymous Linux Distributions

    🥷 Review of Secure and Anonymous Linux Distributions Article Contents: ⏺Anonymous Linux Distribution ⏺Security ⏺Deployment Flexibility ⏺Ease of Use — Linux Kodachi — Subgraph OS — Tails — Whonix — Trusted End Node Security ⏺Documentation and Support ⏺Development Status ⏺Security Applications...
  8. abadon1969

    Interesting Crackmapexec Cheat Sheet

    📄 Crackmapexec Cheat Sheet CrackMapExec (CME) is a multi-tool for testing networks running Active Directory and Windows. Some of CrackMapExec's features: ⏺User enumeration ⏺Indexing SMB shares ⏺Performing psexec-style attacks ⏺Automated memory injections using PowerShell ⏺NTDS.dit dumping and...
  9. abadon1969

    Interesting WordPress Vulnerability Exploitation Extension

    💻 WordPress Vulnerability Exploitation Extension WP Sploit is a set of add-on modules for exploiting WordPress vulnerabilities using Metasploit. The main idea is to create and/or port exploits for WordPress, using the familiar Metasploit as the exploitation tool. Currently, there are 39...
  10. abadon1969

    Interesting Guide: How to Enable DNS over HTTPS and Why You Need It

    🎃 Guide: How to Enable DNS over HTTPS and Why You Need It Guide Contents: 1. What is DNS over HTTPS? 2. How are DNS over HTTPS, DNSSEC, DNSCrypt, and DNS over TLS related? 3. Methods for Enabling DNS over HTTPS (DoH) 4. Public Name Servers with DNS over HTTPS Support 5. How to Enable DNS over...
  11. abadon1969

    Interesting Docker Cheat Sheet

    📄 Docker Cheat Sheet Docker is an open-source platform for automating the development, delivery, and deployment of applications. It allows you to package an application with its entire environment and dependencies into a container, then deliver and run it on the target system...
  12. abadon1969

    Video Tutorial Sending Multiple Requests to Break This Website | picoCTF - Pachinko

    *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  13. abadon1969

    Interesting OSINT: A Tool for Searching for Sensitive Data

    🔎 OSINT: A Tool for Searching for Sensitive Data DumpsterDiver is a tool used to analyze large volumes of various file types to find various non-public data, such as keys (e.g., AWS Access Key, Azure Share Key, or SSH keys) or passwords, both written in source code and plain text. The main...
  14. abadon1969

    Interesting They hacked a vacuum cleaner, a printer, and even a toothbrush: five real-life cases

    😂 They hacked a vacuum cleaner, a printer, and even a toothbrush: five real-life cases Article content: ⏺Attack examples. What and how they hack ⏺A cyber experiment and the hacking of 28,000 printers ⏺A robot vacuum cleaner is a Trojan horse ⏺How a mouse gave administrator rights: a Windows...
Top Bottom