0xsauby / yasuo

A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
GNU General Public License v3.0
569 stars 139 forks source link

added dynamic location for portability #4

Closed al14s closed 10 years ago

al14s commented 10 years ago

With this change, we should be able to create a symlink (ex: ln -s /opt/yasuo/yasuo.rb /usr/bin/yasuo ) and/or run Yasuo from anywhere in the filesystem.

0xsauby commented 10 years ago

Awesome, thanks man.