Skip to content

lae-laps/RedForest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedForest

This is a project under development

Building

c++

Install

git clone htpps://github.com/lae-laps/RedForest/

cd RedForest/src/

make clean

make install

Dependencies

The project uses the boost and ASIO libraries. You might need to install these if you want to build the project from source.

Building structure

src/
├── (Makefile)
├── interface
│   ├── ascii.cpp
│   ├── ascii.hpp
│   ├── commands
│   │   ├── Command.cpp
│   │   ├── Command.hpp
│   │   ├── Curl.cpp
│   │   ├── Curl.hpp
│   │   ├── Sock.cpp
│   │   └── Sock.hpp
│   ├── Interface.cpp
│   └── Interface.hpp
├── lib
│   ├── Target.cpp
│   └── Target.hpp
├── modules
│   ├── HTTPClient
│   │   ├── HttpClient.cpp
│   │   └── HttpClient.hpp
│   └── TcpClient
│       ├── TcpClient.cpp
│       └── TcpClient.hpp
└── redforest.cpp -> main

error displaying image -> media/footer.svg

About

An open source ethical hacking swiss army knive

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published