Skip to content

Commit

Permalink
docs: add docs for how to access network
Browse files Browse the repository at this point in the history
  • Loading branch information
RTUnreal committed May 14, 2024
1 parent 05638eb commit aa33331
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Vulnearbilities
# OnlyFlags

# 1st vuln in the proxy service
## Basic Usage

after creating an account the user can access the internal_net with
```sh
ncat --proxy $TARGET_IP --proxy-type socks5 --proxy-auth $USER:$PW $SERVICE $SERVICE_PORT
```

To test the access the user can use the `echo` service with the port `1337`.


## Vulnearbilities

### 1st vuln in the proxy service

An error in population of the `Proxy.UserCache` in the proxy server makes it possible to access the restricted service for a short period of time after the user registers.

Expand Down

0 comments on commit aa33331

Please sign in to comment.