Skip to content

dsogo/H4CKING

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


H4CKING TOOLS

My security tools created

Tools

The avaliable tools

  • 📊 DMPShell - Reverse Shell
  • 📄 FTPShell - FTP File Server Creator
  • 🎯 GeoLocator - Get the machine geographic location
  • MailAutodel - Send a file by email and delete himself
  • 🏅 3XCEL - Tutorial to execute a shell with excel tables

To compile

pyinstaler - documentation
Using pyinstaller to compile and make the executable

pip install pyinstaller
pyinstaler --onefile --noconsole FILE.py

--noconsole ( no show console when open )
--onefile ( create only one .exe file )
--icon=app.ico ( set icon to the file)

Description

*not working well

📊 DMPShell

A reverse shell to get total access to the computer

  • Powershell
  • Persistence
  • CMD
  • Screenshot
  • Keylogger*
  • Send and Get files
  • Get WEBCAM*

📄 FTPShell

A script to init a FTP file server in the machine

  • Read / Download / Get files in the machine
  • List files and filesystem
  • Total disk access
  • Server like directory listing
  • Change by disks*

🎯 GeoLocator

Many scripts to get the geographic machine location

  1. With geocoder library
  2. With ipregistry library
  3. With Google TOKEN and street number*

MailAutodel

A script to send a machine file by email and delete himself

  • Send computer information
  • Send IPs and email
  • Send Login Data*
  • Auto-delete
  • Send files

About

My hacking tools created

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%