Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byt3n33dl3/chapeldirexec
Directory structure attacks
https://github.com/byt3n33dl3/chapeldirexec
Last synced: 15 days ago
JSON representation
Directory structure attacks
- Host: GitHub
- URL: https://github.com/byt3n33dl3/chapeldirexec
- Owner: byt3n33dl3
- License: epl-2.0
- Created: 2024-02-03T09:03:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T07:06:50.000Z (4 months ago)
- Last Synced: 2024-09-18T06:33:23.296Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 229 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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*