Skip to content

Commit

Permalink
feat: Cloud labs
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaguglieri committed Jun 7, 2024
1 parent da93501 commit 1dc4f26
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/azure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

```bash
sudo apt-get install apt-transport-https
sudo apt-get update && sudo apt-get install azure-cli
sudo apt-get update
sudo apt-get install azure-cli
```

## Basic usage
Expand Down
26 changes: 25 additions & 1 deletion docs/cpts-labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,28 @@ cat /root/flag.txt



**Results**: HTB{pr1v1l363_35c4l4710n_2_r007}
**Results**: HTB{pr1v1l363_35c4l4710n_2_r007}



### Nibbles - Enumeration

 **Run an nmap script scan on the target. What is the Apache version running on the server? (answer format: X.X.XX)**


```
sudo nmap -sC -sV $ip
```

**Results**: 2.4.18


### [Nibbles - Web Footprinting](# Nibbles - Web Footprinting)



```
```

**Results**: 2.4.18

0 comments on commit 1dc4f26

Please sign in to comment.