Search results

  1. Tr0jan_Horse

    Скрипт для работы с CryptoBot (Не знаю как по другому назвать).

    Крутая штука, если работает! Я так 200-250$ проебал потому что на новый ак снос сделали)
  2. Tr0jan_Horse

    Metasploit Basics, Part 16: Metasploit SCADA Hacking

    Metasploit is widely recognized as a powerful tool to conduct penetration testing and hacking on traditional IT systems, but few people recognize that it also has capabilities within the more obscure–but increasingly important– SCADA/ICS sector. Information security for SCADA/ICS is the next...
  3. Tr0jan_Horse

    Metasploit Basics, Part 04: Connecting and Using the postgresql Database with Metasploit

    Welcome back, my aspiring Metasploit Cyber Warriors! In this series, we are exploring the power and features of the world’s most popular and powerful exploitation framework, Metasploit. In this tutorial, we will be examining how to connect the postgresql database to Metasploit. In this way, we...
  4. Tr0jan_Horse

    Metasploit Basics, Part 23: Remote Windows Forensics with Metasploit

    Although Metasploit is an “exploitation framework” primarily used for hacking and penetration testing, it can also be used to provide some rudimentary forensic capabilities. It’s primary usefulness as a forensic tool is to gather evidence from a remote system when the physical system is...
  5. Tr0jan_Horse

    Metasploit Basics, Part 27: Compromising an Exim Email Server

    Email is one of the most important services and protocols in our daily digital life. Without it, most of us would be non-functional. Despite this criticality, many vulnerabilities still exist in these systems. The key protocol for email is SMTP or Simple Mail Transfer Protocol running, by...
  6. Tr0jan_Horse

    Metasploit Basics, Part 05: Using Metasploit for Reconnaissance (nmap, EternalBlue, SCADA, and MS SQL)

    Welcome back, my rookie hackers! As you know, reconnaissance is a crucial part of the hacker/pentester’s job. Without good reconnaissance, it is likely that all your work and effort will go for naught. As Metasploit has evolved from strictly an exploitation framework to a multi-faceted...
  7. Tr0jan_Horse

    Hack to Spy: Building a Raspberry Spy Pi, Part 03

    In this article, I will show you how to capture full video from your Raspberry Spy Pi and then create a script that will capture video at discrete intervals to save storage on your tiny spying device. Step #1 Login to Your Spy Pi with SSH...
  8. Tr0jan_Horse

    Splunk for Security Monitoring, Part 02 (Splunk Processing Language Basics)

    Welcome back, my greenhorn hackers! In an earlier tutorial, I introduced you to Splunk for Security Monitoring. In this installment, we will examine the Splunk Processing Langauage or SPL. This is the language built into Splunk for searching for specific information among all the machine data...
  9. Tr0jan_Horse

    Splunk for Security Monitoring, Part 01

    In recent years, a new tool has come onto the market that is becoming increasing useful and popular for monitoring a network. This tool is known as Splunk (I presume that the name is a play on the word “spelunking” or cave exploring). Splunk is really a simple idea whose time has arrived. It...
  10. Tr0jan_Horse

    Windows Remote CMD Commands for Hacking

    Many new hackers come from a Windows background, but seldom–if ever–use its built-in command-line tools. As a hacker, you will often be forced to control the target system using just Windows commands and no GUI. Although we would love to get Metasploit’s Meterpreter on the target and use...
  11. Tr0jan_Horse

    Linux Basics for Hackers: The Linux Logging System

    One of the most overlooked areas on the Linux operating system is the logging system. If you are a system administrator or security engineer, this is where all the information you will need resides to determine the problems with your operating system, including who, what and why of your...
  12. Tr0jan_Horse

    Data Analytics for Cybersecurity, Part 01: Getting Started with R Programing Language for Cybersecurity Analytics

    As our digital world progresses toward a circumstance where data analytics and artificial intelligence become key components of any cybersecurity strategy, it is becoming increasingly critical that you understand these techniques to remain relevant and employed in the most exciting and...
  13. Tr0jan_Horse

    Process Injection in REMCOS RAT: In‑Depth Malware Analysis Guide

    Process injection is one of those stealthy techniques malware loves to use to stay under the radar. By injecting malicious code into legitimate processes, attackers can hide in plain sight, making detection a real challenge. In this post, I’ll walk you through an actual malware sample that uses...
  14. Tr0jan_Horse

    IoT Embedded Linux: BusyBox, the Most Widely Used Linux in IoT

    Welcome back, my aspiring cyberwarriors! To be able to hack the Internet of Things(IoT), smart home, smart TV, IP camera, VPN, routers and other such devices, the more you understand of Linux, the more success you will have. Nearly all of these devices use embedded Linux with tiny small kernels...
  15. Tr0jan_Horse

    CVE‑2025‑21298: No‑Click Critical Windows Vulnerability & Mitigation

    Welcome back, my aspiring cyberwarriors! Over the years, Microsoft Windows operating system, the world’s most widely used OS, has been riddled with security vulnerabilities. As the years have gone by and Microsoft has become more security conscience, the number of critical vulnerabilities has...
  16. Tr0jan_Horse

    Bypassing Password Authentication on Win 7

    Editor’s Note: This article was submitted by Skrub, a loyal reader from my Null Byte days. Although he submitted it as two separate articles, I combined them into a single article with two parts. Enjoy! This is my first article on Hackers-Arise, it’s based off of a project that I’m working on...
  17. Tr0jan_Horse

    PowerShell for Hackers, Part 01

    As you know, I firmly believe that to be a true professional hacker, you need to be proficient in Linux. There are a number of good reasons for this. Most hacking tools are developed in Linux (well over 90 percent). Linux offers us greater granularity of control. The terminal in Linux gives us...
  18. Tr0jan_Horse

    MiTM Attack with Ettercap

    Man-in-the-Middle attacks can be among the most productive and nefarious attacks. If the attacker/hacker can place themselves between two systems (usually client and server) they can control the flow of traffic between the two systems. In this way they can eavesdrop on the traffic, delete the...
  19. Tr0jan_Horse

    MitM: Using driftnet to View the Target’s Graphics Files

    Using MiTM with driftnet to View the Target’s Images In each of our previous MiTM attacks, we have been able to place ourselves between two users and to view their traffic. This traffic can been seen by using such tools as Wireshark and other packet sniffers. As we can see below, Wireshark shows...
  20. Tr0jan_Horse

    Man-the-Middle (MiTM) Attack with ARPspoofing

    ARPspoofing and MiTM One of the classic hacks is the Man in the Middle attack. In this attack, the hacker places themselves between the client and the server and thereby has access to all the traffic between the two. In general, when an attacker wants to place themselves between a client and...
Top Bottom