All Projects → xiaoxiaoleo → Windows_pentest_tools

xiaoxiaoleo / Windows_pentest_tools

My pentest tools used two years ago. Part1

windows_pentest_tools

description

A collection of windows pentest tools.

Default password: infected

for i in *.exe; do zip -r "${i%/}.zip" -P infected "$i"; done for i in */; do zip -r "${i%/}.zip" -P infected "$i"; done

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].