Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 633 Bytes

Snoop

Snoop can be used to expand shortened Links such as those from bit.ly etc.. right from your terminal

Capture

Running

      $ sudo apt install git
      $ git clone https://github.com/SxNade/Snoop
      $ cd Snoop
      $ chmod +x Snoop
      
      $ ./Snoop

Capture

Feeding Links from terminal

      $ ./snoop <url-1> <url-2> <url-3> ........<url-n>

FROM FILE

Capture

      $ ./snoop --file <links file>