Search results

  1. abadon1969

    Interesting MAC Address Manipulation Tool

    🎃 MAC Address Manipulation Tool macchanger (also known as the GNU MAC Changer) – simplifies MAC address manipulation for network interfaces. It offers various features, such as changing the address to match a specific manufacturer or completely randomizing it. https://github.com/alobbs/macchanger
  2. abadon1969

    Interesting SEC Account Hack: One Tweet and Bitcoin Crashed

    💰 SEC Account Hack: One Tweet and Bitcoin Crashed - An Alabama resident pleaded guilty to hacking the U.S. Securities and Exchange Commission (SEC) account on social media site X In January, 25-year-old Eric Council Jr. hacked the SEC account and posted a false statement about the imminent...
  3. abadon1969

    Interesting GitHub Hacking Basics

    🖥 GitHub Hacking Basics GitHub is a web-based version control and collaboration platform for software developers, and it's currently one of the easiest ways to compromise an organization. https://timcore.ru/2024/07/22/7-bug-bounty-v-2-osnovy-vzloma-github/?ysclid=m71rbm8hdo557935735
  4. abadon1969

    Interesting OWASP Vulnerable Web Applications Directory

    🪰 OWASP Vulnerable Web Applications Directory The OWASP Vulnerable Web Applications Directory (VWAD) is a registry of known vulnerable web and mobile applications. The project's primary goal is to provide a list of vulnerable applications for security professionals to exploit for hacking...
  5. abadon1969

    Interesting Book: "Blue Fox: Hacking and Reverse Engineering ARM"

    🧑‍🎓 Book: "Blue Fox: Hacking and Reverse Engineering ARM" In this article, we will focus only on reverse engineering compiled programs. A compiler is a program that takes code written in a high-level language and converts it into low-level machine instructions. This package of instructions is...
  6. abadon1969

    Interesting Remote Control Framework

    👁‍🗨 Remote Control Framework PhpSploit is a remote control framework designed to provide covert, interactive communication via HTTP between a client and a web server. It is a post-exploitation tool capable of maintaining access to a compromised web server for privilege escalation...
  7. abadon1969

    Interesting Changing and Randomizing the MAC Address in Kali Linux

    🥷 Changing and Randomizing the MAC Address in Kali Linux Open a Kali Linux terminal and run the following commands: sudo ifconfig eth0 down sudo macchanger -r eth0 sudo ifconfig eth0 up You can also configure NetworkManager to change the MAC address to a random one each time you connect to the...
  8. abadon1969

    Interesting Account takeover without a single click

    😈 Account takeover without a single click In today's article, the author will explain how he was able to take over an account without user interaction, thanks to a single misconfiguration in the guest login. https://tproger.ru/translations/10-free-resources-to-learn-git
  9. abadon1969

    Interesting Resources for Learning and Using Git

    🤓 10 Resources for Learning and Using Git Git is a free, open-source, distributed version control system created by Linus Torvalds, the creator of Linux. In this article, the authors have compiled 10 resources to help you get started with Git, including guides, cheat sheets, documentation...
  10. abadon1969

    Interesting Microsoft PowerShell Modules for Security Auditing

    ❗️ Microsoft PowerShell Modules for Security Auditing PowerSploit is a set of Microsoft PowerShell modules used for security auditing and penetration testing. The project consists of eight modules, grouped by functionality. Each module includes a series of scripts for automating common...
  11. abadon1969

    Interesting Hundreds of repositories containing malicious code were found on GitHub.

    ⚠️ Hundreds of repositories containing malicious code were found on GitHub. Kaspersky GReAT experts discovered numerous repositories on GitHub containing malware disguised as open-source projects. For example, attackers disguise the malware as a Telegram bot for managing cryptocurrency...
  12. abadon1969

    Interesting Apache Logs: Configuration and Analysis

    👩‍💻 Apache Logs: Configuration and Analysis Apache (Apache HTTP Server) is an open-source, cross-platform software for hosting and maintaining a web server. It processes files, databases, and all information stored on the resource, and delivers data from the server computer to the end user's...
  13. abadon1969

    Interesting How to Start Working with GitHub: A Quick Start Guide

    🖥 How to Start Working with GitHub: A Quick Start Guide In this article, the author aims to demonstrate how you can quickly begin experimenting with Git using the github.com website. This article will not cover the differences between various Distributed Version Control Systems (DVCS). Nor...
  14. abadon1969

    Interesting Offline WPS PIN Brute-Force

    ❗️ Offline WPS PIN Brute-Force PixieWPS is a tool written in C used for offline brute-forcing of WPS PINs by exploiting the low or non-existent entropy found in certain access points (the "Pixie Dust" attack). Features: ⏺ Checksum Optimization: Primarily utilized to expedite the search for...
Top Bottom