Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


open .run files
by admin
 at 2017-04-09 02:44:00.

if you just downloaded a file with the .run format on linux, it can work or not.
if not just:

chmod +x myfile.run

then

./myfile.run

and it will work!