RAJANAGORI / Nightingale

It's a Docker Environment for Pentesting which having all the required tool for VAPT.
https://nightingale.rajanagori.in/
GNU General Public License v3.0
207 stars 29 forks source link

git clone depth specified and removal of non needed files. #9

Closed anantshri closed 2 years ago

anantshri commented 2 years ago

based on my article a few months back some optimizations applied https://blog.anantshri.info/vm-size-reduction-tips-for-ova-distribution/

--depth 1 will reduce the overall zip storage.

also amass is already copied over hence removed the zip and folder. P.S. for me the amass folder was getting a different name then amass hence that is also committed.

space saving : from 8.77GB to 7.06GB

keep up the good work.