SamuraiWTF / samuraiwtf

The main SamuraiWTF collaborative distro repo.
https://owasp.org/www-project-samuraiwtf/#SamuraiWTF_Project
GNU Lesser General Public License v3.0
453 stars 117 forks source link

5.0 dev packer initial merge #136

Closed elreydetoda closed 4 years ago

elreydetoda commented 4 years ago

so, there are a lot of duplicate files here. this happened when I was trying to pull all the katana changes from the 5.0-dev branch of SamuraiWTF.

For now I would like to leave the files, because I haven't figured out all the different ones I had to modify to make them work with packer. My plan is to eventually have the files in the root of the folder ( install and config ) be the ones that I overwrite in my folder base/packer/scripts/build/ (install and config), and when I do that I will diff the files to see what I changed and add those changes again. The reason why I want to have the folders at the root of the repo overwrite mine is because they still have the proper git history attached to those file, and I can just add my alteration on top of the proper git history so the proper people are represented in the file history.

this is all correlated to issue #116, but does not close it because the base box isn't complete