Skip to content

Useful scripts I'm using for OSCP preparation and CTF boxes.

Notifications You must be signed in to change notification settings

samari-k/useful-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Useful scripts I'm using for OSCP preparation and CTF boxes.

prerequisites: xclip (sudo apt install xclip)

content

  • ligolo-wrapper
    • semi-automates the setup for tunneling with ligolo-ng
    • more on ligolo-ng: https:/nicocha30/ligolo-ng
    • needs to be run in the same direcotory where ligolo proxy and agent are located
  • serve
    • for convenient serving of files via http
    • gets the tun0 IP, lists some useful download commands for copy/paste
    • lists the files that are served in the current working directory
    • serve <filename> includes the filename into the commands
  • tun0
    • just echoes the IP address of the tun0 interface
    • tun0 -c additionally copies it to the clipboard for simple pasting
  • pwsh-[from|to]-base64
    • makes use of pwsh to encode and decode powershell/windows conform base64

install

./install.sh copies everything inside the scripts directory into /usr/local/bin.

screenshots

ligolo-wrapper output 1

ligolo-wrapper output 2

serve output

tun0 output

pwsh-to-base64 output

pwsh-from-base64 output

About

Useful scripts I'm using for OSCP preparation and CTF boxes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published