bitquark / shortscan

An IIS short filename enumeration tool
MIT License
761 stars 73 forks source link

Shortscan location #7

Closed nigawtester closed 7 months ago

nigawtester commented 11 months ago

Hey :) Just adding this here for next time I have the same issue! Once I installed shortscan, I couldn't run it just by typing shortscan but I had to type: $HOME/go/bin/shortscan

meme-lord commented 7 months ago

You should have added your go/bin/ folder to your $PATH. You can do this by adding export PATH=$PATH:~/go/bin to the end of your ~/.profile

bitquark commented 7 months ago

What @meme-lord said :slightly_smiling_face:

nigawtester commented 7 months ago

Yeah got it. I was using an old system that had some misconfig. It's all good now, thanks!