Skip to content

b3ny4/Trudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trudy

Trudy is a Python based Network Intrusion Library with minimal dependencies.

Tested on

  • Ubuntu 22.04 (Jammy Jellyfish)
  • Ubuntu 20.04 (Focal Fossa)

DEPENDENCIES

This library relies on the pip modules in requirements.txt.

Some libraries get built by pip and require the following debain/ubuntu packets (tested on Ubuntu 22.04)

build-essential python-dev python3-dev libnetfilter-queue-dev

Trudy

Trudy itself represents the attacker machine. You can set it up for a variety of attacks and perform tasks like sniffing

Logger

Logger is a (hopefully) thread safe (but safe enough for hacking) way to make beautiful output on the terminal

Network

A Network represents an acessible Ethernet network, or parts of it. Networks can be scanned for clients

Client

A Client represents a participant of a network. Its ports can be scanned and it can be man-in-the-middled and exploitet.

About

Intrusion Automation Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages