We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a71e4a commit 94d445fCopy full SHA for 94d445f
documentation/modules/auxiliary/gather/qnap_backtrace_admin_hash.md
@@ -74,5 +74,5 @@ Cracked! Now you can log in to the device. Shells await!
74
I used this `curl` command to test for offsets:
75
76
```
77
-curl -kvA "" "https://[redacted]/cgi-bin/cgi.cgi?u=admin&p=$(perl -e 'print "A"x2000' | base64 -w 0)"
+curl -kv "https://[redacted]/cgi-bin/cgi.cgi?u=admin&p=$(perl -e 'print "A"x2000' | base64 -w 0)"
78
0 commit comments