Created nimble package and installation instructions.
This commit is contained in:
@@ -14,8 +14,8 @@ Basic API-only Commands
|
||||
- [x] mv : Move a file
|
||||
- [x] cp : Copy a file
|
||||
- [ ] cat/type : Display contents of a file
|
||||
- [ ] env : Display environment variables
|
||||
- [ ] ps : List processes
|
||||
- [x] env : Display environment variables
|
||||
- [x] ps : List processes
|
||||
- [ ] whoami : Get UID and privileges, etc.
|
||||
|
||||
- [ ] token : Token impersonation
|
||||
|
||||
29
docs/INSTALL.md
Normal file
29
docs/INSTALL.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Installation Guide
|
||||
|
||||
1. Clone the Conquest repository
|
||||
```
|
||||
git clone https://github.com/jakobfriedl/conquest
|
||||
cd conquest
|
||||
```
|
||||
|
||||
2. Install Nim
|
||||
|
||||
```bash
|
||||
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
|
||||
```
|
||||
|
||||
3. Install Nimble dependencies
|
||||
```
|
||||
nimble install -d
|
||||
```
|
||||
|
||||
4. Build conquest binaries
|
||||
```
|
||||
nimble server
|
||||
```
|
||||
|
||||
5. Start the Conquest server with a C2 Profile
|
||||
```
|
||||
./bin/server -p ./data/profile.toml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user