Skip to content

My first pentesting tool. The built-in Lamia network scanner (created by me from scratch) is 3x faster than Nmap!

Notifications You must be signed in to change notification settings

kacperstyslo/lamia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamia

Lamia single target scanner (one of network scanners built in lamia) is almost x3 faster than nmap while scanning 9999 ports for chosen victim.

Built in Lamia Network Scanner vs Nmap performance chart

You want proof? Here you are

Network Scanner proof

NMAP 496 seconds, Lamia Single Target Module 172 seconds.

All included modules in Lamia I created from scratch. Lamia contains the following modules:

  • Network Scanners
    • Quick
    • Intense
    • Single target (x3 times faster than nmap!)
  • Remote Control
    • SSH
    • Annake (allows you to create reverse_tcp connection between two hosts)
  • KeyHook (simple key logger created by me from scratch)
  • Python 3.6+

In Lamia use only keyboard to navigate throughout modules ❗

If you let, Lamia will install all required packages automatically.

On Windows:

python run_lamia.py

On Linux:

python3 run_lamia.py
  • Quick
    This module scans the selected subnet very quickly in search of active devices, module acquires IP addresses of scanned devices
  • Intense
    With this module, you can scan the selected network, if the module encounters an active victim, it collects information about this victim, here is the list of informations what module will try to get:
    • IP address
    • MAC address
    • Host name
    • Operating system name
    • Ports numbers that are open and services names running on these ports
  • Single target
    This module quickly gathering information about one selected victim. If victim is active module will get below informations about this victim:
    • IP address
    • MAC address
    • Host name
    • Operating system name
    • Ports numbers that are open and services names running on these ports
  • SSH module
    Allows user to connect to a remote ssh server.
  • ANANKE
    Allows user to create a reverse_tcp connection between two selected computers in the same network. Once connected, user can execute commands on the second computer via the network.

This is key-logger script. If this key-logger will be on victim pc it will start automatically each time victim turn on computer. After collecting data from keyboard, key- hook automatically will sent collected data to chosen email.

Network Scanner view

About

My first pentesting tool. The built-in Lamia network scanner (created by me from scratch) is 3x faster than Nmap!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages