Skip to content

captain118/OSCP-TunnelMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

OSCP-TunnelMonitor

Have you had trouble with ligolo dropping your tunnel? Has it cost you precious minutes on your OSCP? ME TOO!! I wrote this script to monitor my connection to a remote system in the background and use the gnome builtin notification system to alert me when it drops. Just provide it with an ip with an optional port for a system on the other side of the tunnel.

I hope this helps you like it helped me.

Monitor based on ICMP

python ./tunnelcheck.py 172.16.100.200

Monitor based on open tcp port 139

python ./tunnelcheck.py 172.16.100.200 139

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages