Skip to content

FlynAber/Exiled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Exiled

Exiled is a tool used to compromise and scan networks and computers.

Directory

Installation and Usage

To install Exiled run the command:

git clone https://github.com/FlynAber/Exiled

Then to run Exiled enter the Exiled Directory and run :

python3 exiled

Features

Features Directory

IP scanner

  • IP scanner to scan a network for all operating IP addresses

DOS

  • Denial of Service attack (DOS) to flood the network with packets causing it to slow down considerably

Port Scanner

  • Scans a target computer or server for open ports

Payload Creation

  • Create a python backdoor, at your specified directory with a customisable IP and Port.
  • Once this file is ran on a target computer a connection is opened to the IP and Port that you picked. This is used in conjunction with The Exiled server

Exiled server

  • The Exiled server is hosted on your computer and is used in conjunction with the Exiled payload to gain access to a target computer and gather information.
  • See Exiled server Commands for a list of commands

Exiled Server Commands

Note: all commands can be viewed with the help command

Windows CMD commands

  • for a full list of command prompt commands see Here

Change Directory

Change the current working directory of the shell on the target computer :

cd <directory>

Downloading and uploading files

Download a file off the target computer

download <directory>

Upload a file to the target computer

upload <directory>

Note: Directory can be found with the command dir

Screenshot

Screenshot and save what is displayed to the target's screen

screenshot

Key logging

start a keylogger on the target computer:

keys

Stop the keylogger:

keys_stop

Note: The keys will be displayed once the keys_stop command has been issued

WARNING: Don't use if you don't have permission from the target, I'm not responsible for any damages caused.

About

Python based hacking tool designed for linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages