Skip to content

Custom minimal C-based linux enumerator with multithreading.

License

Notifications You must be signed in to change notification settings

e1r2t374/mycelium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mycelium (Alpha)

GPLv3 License Known Vulnerabilities

[Overview]:

Mycelium is an enumerator designed to provide efficient and reliable system analysis on Linux platforms (Maybe eventually windows and mac). Build in the C programming language, it harnesses the power of multithreading for each command to ensure lightning-fast performace while remaining lightweight and heavily customizable.

[License]:

This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.

[Key Features]:

  • Multithreading: Utilizing multithreading capabilities for fast and concurrent system enumeration and analysis.
  • Customizable: Tailor the enumerator to suit your specific needs and preferances.
  • Minimal Design Philosophy: Emphasizing simplicity, efficiency, and minimalism for a streamlined user experience.
  • Linux Compatibility: Compatible with various linux distributions for seamless integration into your environment.

[Usage]:

Command for compiling the program:

make

Run:

./mycel

Command for compiling the program with debug data command:

make debug

Run debug:

./mycel_debug

Command to remove compiled filed:

make clean

[Contributing]:

All contributions are welcomed! Feel free to submit issues, feature requests, or pull requests to help improve the enumerator.

[Screenshots]:

img1 img2 img3