diff --git a/documentation/modules/auxiliary/gather/camaleon_traversal.md b/documentation/modules/auxiliary/gather/camaleon_download_private_file.md similarity index 100% rename from documentation/modules/auxiliary/gather/camaleon_traversal.md rename to documentation/modules/auxiliary/gather/camaleon_download_private_file.md index aeaf5bb1d4..7ce7aed1a0 100644 --- a/documentation/modules/auxiliary/gather/camaleon_traversal.md +++ b/documentation/modules/auxiliary/gather/camaleon_download_private_file.md @@ -58,9 +58,6 @@ sudo apt install postgresql ~~~bash $ gem install rails -v 6.1 - -$ rails --version -Rails 6.1.7.10 ~~~ #### concurrent-ruby Issue @@ -73,6 +70,9 @@ concurrent-ruby (1.3.6) $ gem install concurrent-ruby -v 1.3.4 $ gem uninstall concurrent-ruby -v 1.3.6 + +$ rails --version +Rails 6.1.7.10 ~~~ ### Create Rails Project diff --git a/modules/auxiliary/gather/camaleon_traversal.rb b/modules/auxiliary/gather/camaleon_download_private_file.rb similarity index 100% rename from modules/auxiliary/gather/camaleon_traversal.rb rename to modules/auxiliary/gather/camaleon_download_private_file.rb