Description of the light tools




Usiscript allow you to use a command line tool like CURL , WGET or Powershell to READ shell scripts.


    To read a script using the light Usiscript :
  • Using CURL :
  • curl -k http://www.usiscript.com/light/index.php?thescriptname=silfun1/82.121.229.14-20160531120030-2088011003.sh
  • Using CURL - using cookie parameters :
  • curl -k -b ~/Downloads/cookies.txt -c ~/Downloads/cookies.txt https://www.usiscript.com/light/index.php?thescriptname=silfun1/88.190.10.29-20170327120541-358228961.sh
  • Using WGET - using cookie parameters :
  • wget --no-check-certificate -qO- --keep-session-cookies --save-cookies ~/Downloads/cookies.txt --load-cookies ~/Downloads/cookies.txt http://www.usiscript.com/light/index.php?thescriptname=silfun1/82.121.229.14-20160531120030-2088011003.sh
  • Using WGET :
  • wget --no-check-certificate -qO- http://www.usiscript.com/light/index.php?thescriptname=silfun1/82.121.229.14-20160531120030-2088011003.sh
  • Using Powershell :
  • (New-Object Net.WebClient).DownloadString("https://www.usiscript.com/light/index.php?thescriptname=anonymous/78.199.105.73-20230212074551-686882937.ps")


Usiscript allow you to use a command line tool like CURL , WGET or Powershell to DOWNLOAD shell scripts.


    To download a script using the light Usiscript :
  • Using CURL :
  • curl -o myscriptname.sh -k http://www.usiscript.com/light/index.php?thescriptname=silfun1/82.121.229.14-20160531120030-2088011003.sh
  • Using CURL - using cookie parameters :
  • curl -k -b ~/Downloads/cookies.txt -c ~/Downloads/cookies.txt -o myscriptname.sh https://www.usiscript.com/light/index.php?thescriptname=silfun1/88.190.10.29-20170327120541-358228961.sh
  • Using WGET :
  • wget --no-check-certificate -O myscriptname.sh http://www.usiscript.com/light/index.php?thescriptname=silfun1/82.121.229.14-20160531120030-2088011003.sh
  • Using WGET - using cookie parameters :
  • wget --no-check-certificate -qO- --keep-session-cookies --save-cookies ~/Downloads/cookies.txt --load-cookies ~/Downloads/cookies.txt -O myscriptname.sh http://www.usiscript.com/light/index.php?thescriptname=silfun1/82.121.229.14-20160531120030-2088011003.sh
  • Using Powershell :
  • (New-Object System.Net.WebClient).DownloadFile("https://www.usiscript.com/light/index.php?thescriptname=anonymous/78.199.105.73-20230212074551-686882937.ps", "Set-Putty_Sessions.ps1")


Usiscript allow you to use a command line tool like CURL , WGET or Powershell to SEARCH shell scripts.



!! this permit only lookup scriptname/title. It's not a deep searchengine that look into source code.