Skip to content

Commit 94d445f

Browse files
committed
Remove an old habit with curl
1 parent 0a71e4a commit 94d445f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/auxiliary/gather/qnap_backtrace_admin_hash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ Cracked! Now you can log in to the device. Shells await!
7474
I used this `curl` command to test for offsets:
7575

7676
```
77-
curl -kvA "" "https://[redacted]/cgi-bin/cgi.cgi?u=admin&p=$(perl -e 'print "A"x2000' | base64 -w 0)"
77+
curl -kv "https://[redacted]/cgi-bin/cgi.cgi?u=admin&p=$(perl -e 'print "A"x2000' | base64 -w 0)"
7878
```

0 commit comments

Comments
 (0)