Update 3128-pentesting-squid.md

Typo fix
This commit is contained in:
austinleblanc 2023-07-10 14:14:36 -04:00 committed by GitHub
parent 74c65ab7b2
commit d948dd6bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ PORT STATE SERVICE VERSION
You can try to set this discovered service as proxy in your browser. However, if it's configured with HTTP authentication you will be prompted for usernames and password.
```bash
# Try yo proxify curl
# Try to proxify curl
curl --proxy http://10.10.11.131:3128 http://10.10.11.131
```