Skip to content

piyush-saurabh/code-snippets

Repository files navigation

code-snippets

This repository contains the code snippets which has been compiled from other git repositories or the codes which I have written during CTFs

port-knocking.sh : This is the script for port knocking. After sending the ping request to 'n' ports in a particular sequence, it will open up a particular port. e.g ssh Usage : ./port-knocking.sh IP port1 port2 port3 && ssh username@ip

ssrf_scan.py : If we find SSRF vulnerability, then this script can be used to scan the internal network for the open web ports. This script can be modified for other scans related to internal network. Usage : python ssrf_scan.py

decrypt-cpassword.rb : This ruby script will decrypt the password stored in Groups.xml file. Usage : ruby decrypt-cpassword.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages