sh4hin / Androl4b

A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
1.1k stars 259 forks source link

Use Vagrant #16

Open jottr opened 5 years ago

jottr commented 5 years ago

May I suggest that you distribute a Vagrant-file instead of a binary image?
I find the idea for an android pen testing vm compelling, but have no interest in downloading some untrusted vm to my machine.

sh4hin commented 5 years ago

Good point, I would do when I have some time.

jottr commented 3 years ago

Don't close the issue then. Maybe someone else is interested in taking up the challenge in the meantime.

hackeraf commented 2 years ago

https://app.vagrantup.com/hackeraf/boxes/hackdroid

jottr commented 2 years ago

https://app.vagrantup.com/hackeraf/boxes/hackdroid

Same issue as above.

hackeraf commented 2 years ago

There's just too much manual tweaking that needs to be done to put it all in a vagrant file shrug Additionally - if security is the biggest concern - I don't think Vagrant is ever the way to go. The size of this vagrant file would be large, and folks would have to manually inspect it and all of the weird compilation tweaks, python versioning, etc.

It's more secure to just build your own IMO.