Hacking Tools

Quick Setup Guide for Amnesiac – Running Directly From Memory

Amnesiac does not require installation on the target system. To get started, simply load the tool in memory and run, or clone the repository to your local machine.

iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/Leo4j/Amnesiac/main/Amnesiac.ps1');Amnesiac

Quick Start

Get your first shell without reading the documentation

Scan the Network for Admin Access

From the main menu, press 0. This initiates a network scan to discover targets where you have admin access.

If you have admin access to any target, they will appear in the main menu under “Admin Sessions”. Select the session you wish to interact with.

To execute a payload and obtain a shell, press 1.

The payload will be displayed on the screen for you to copy and paste into a terminal or any location where you have command execution, resulting in a session being established. Select the session to start the interaction.

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

cp Command: Copy Files and Directories in Linux

The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…

5 days ago

Image OSINT

Introduction In digital investigations, images often hold more information than meets the eye. With the…

5 days ago

cat Command: Read and Combine File Contents in Linux

The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…

5 days ago

Port In Networking

What is a Port? A port in networking acts like a gateway that directs data…

5 days ago

ls Command: List Directory Contents in Linux

The ls command is fundamental for anyone working with Linux. It’s used to display the files and…

6 days ago

pwd Command: Find Your Location in Linux

The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…

6 days ago