Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/byt3n33dl3/chapeldirexec

Directory structure attacks
https://github.com/byt3n33dl3/chapeldirexec

Last synced: 15 days ago
JSON representation

Directory structure attacks

Awesome Lists containing this project

README

        

# ChapelDirExec



## Welcome to **CDE** project

- If you want to report a problem, open un [Issue](https://github.com/pxcs/ChapelDirExec/issues)
- If you want to contribute, open a [Pull Request](https://github.com/pxcs/ChapelDirExec/pulls)
- If you want to discuss, open a [Discussion](https://github.com/pxcs/ChapelDirExec/discussions)

# Installation
please see the **packages** and **repo** [here!](https://github.com/pxcs/ChapelDirExec/)

## Requirements
**ChapelDirExec** uses **libssh** - The SSH Library [libssh](http://www.libssh.org/)

## Build

Requirements:

* `make`
* `gcc` compiler
* `libssh-dev`

```bash
git clone https://github.com/pxcs/ChapelDirExec.git
cd ChapelDirExec
make
make install
```

## Static build

Requirements:

* `cmake`
* `gcc` compiler
* `make`
* `libssl-dev`
* `libz-dev`

```bash
git clone https://github.com/pxcs/ChapelDirExec.git
cd ChapelDirExec
bash static-build.sh
make install
```

**Credit** to [@matricali](https://github.com/matricali/) and *Hydra*