Z4nzu / hackingtool

ALL IN ONE Hacking Tool For Hackers
https://forms.gle/ntuAX8BGRR5yAb9ZA
MIT License
50.71k stars 5.45k forks source link

Added functionality to run hackingtool on Windows using wsl with automated setup. #484

Open Thepathakarpit opened 2 months ago

Thepathakarpit commented 2 months ago

Added Batch file to install Ubuntu using wsl in windows and giving command to be pasted on ubuntu terminal which will be there to run the hackingtool.

Just:

  1. Open cmd as administrator
  2. Move to path where setup file is stored by using cd
  3. Type hackingtool_windows_setup.bat, Hit enter.
  4. Wsl and Ubuntu will be downloaded and installed. Restart the pc when message is shown.
  5. Run the script again
  6. Setup ubuntu by assigning username and password. Then again run the script.
  7. Paste the command shown in message in ubuntu terminal. And BOOM you can use hackingtool on Windows.

This will make the project much more accessible and much more flexible. Will attract even those users who don't have unix based systems installed. Will make project scalable.

And Thank you for such an awesome toolkit I was looking for something like that from a long time. This repo deserves all the traction it is getting and more.

I know my script can be improved a lot but it works right now and I hope you'll appreciate this PR for the idea.

Thank you.

Thepathakarpit commented 1 month ago

Thank you man