packet.zip

~/tag/hacking

#Hacking

13 articles tagged Hacking

Shellter Project – bypassing AV Detection

Shellter is a shellcode injector and can be found at:www.shellterproject.com I have been using the tool to demonstrate to customers how simple it is to bypass antivirus (AV) detection using programs that would have otherwise been detected as suspicious or possible threats within typical AV analysis

Aamir Lakhani4 min read

TheFatRat and BeEF – Pre and Post Exploitation Method

A few weeks ago, I wrote about TheFatRat remote post exploit tool. The blog was primarily a guide to installing it and performing some basic functions.This article will go a little deeper. We’re going to explore the entire attack life cycle… how a victim may potentially be infected and what an attac

Aamir Lakhani7 min read

The art of creating backdoors and exploits with Metasploit

msfvenom malicious DLL DLL injection on Metasploit is a technique which allows an attacker to run arbitrary code in in the memory of another process. If this process is running with escalated privileges then it could be abused by an attacker in order to execute malicious code in the form of a DLL fi

Aamir Lakhani5 min read

Morpheus – Man-in-the-Middle Security tool

Introducing MorpheusMorpheus is a new tool that provides you with the ability to simulate automated Man-in-the-Middle attacks. Morpheus can be found at https://github.com/r00t-3xp10it/morpheus.The Morpheus application consists of a suite allowing users to manipulate TCP and UDP data packets using a

Aamir Lakhani4 min read

The Ultimate Guide to the Deep Dark Invisible Web – DarkNet Unleashed

The Web as an Iceberg The Deep Web, DarkNet, The Hidden Net, The Invisible Net: It has many different names.Many experts believe that approximately 30% of the Internet is indexed by searched engines such as Google. If this is true then we can infer that 70% of the content available online is not sea

Aamir Lakhani17 min read

Breaking WPA2-PSK with Kali Linux

WPA2-PSK may not be as safe as you think. There are a few attacks against WAP2-PSK. One of the most common attacks is against WPA2 is exploiting a weak passphrase.Below you will find a few easy steps on how to break WPA2 with a weak passphrase.Breaking the Wireless Lab Home Network:I set up a test

Aamir Lakhani4 min read

EggShell – iOS and Mac OS X RAT (Remote Access Toolkit)

The Simplicity of EggShell Eggshell is an Apple iOS and Macintosh OS post-exploitation surveillance penetration testing tool written in Python. It is a menu-based system that reminds me quite a bit of SET (Social Engineering Toolkit) or a simpler version of Metasploit. Basically you can play around

Aamir Lakhani5 min read

Distributing malware inside Adobe PDF documents

Distributing malware inside Adobe PDF documents is a popular method for attackers to compromise systems. Within the latest versions of Reader, Adobe has added multiple updates to address vulnerabilities. Additionally, Adobe has added a robust software sandbox capability to Reader, which activates if

Aamir Lakhani5 min read

Creating custom dictionary files using CeWL

Most people incorporate commonly used words as their passwords. Studies show when people select random passwords, there is very little randomization to the words. Furthermore, as more large sites have their user’s passwords leaked, attackers are figuring out common password obfuscation techniques pe

Aamir Lakhani2 min read

Breaking SSH, VNC, and other passwords with Kali Linux and Hydra

Hydra is a very fast and effective network login cracker. It will help you perform brute force attacks against SSH servers, VNC, and other services. When you launch Hydra it will launch the GUI in Kali, however in this tutorial we will use xHydra, which is the command line version of the tool. The c

Aamir Lakhani2 min read

njRAT Malware – remote control malware

Warning: The ideas, concepts and opinions expressed in this blog are intended to be used for educational purposes only. The misuse of the information from this article can result in criminal charges brought against the persons in question. Refer to the laws in your province/country before accessing,

Aamir Lakhani4 min read

Arachni Web Application Security Framework

Arachni Web Application Security Framework is an open-source Web application scanner and vulnerability penetration testing tool. Unlike many other system scanners, Aracni specializes in finding Web application vulnerabilities. Steps for Installing Arachni on Kali Linux SystemsFirst we will download

Aamir Lakhani2 min read