├── .github └── CODEOWNERS ├── .gitignore ├── 2gswap.sh ├── Atom128CS.cs ├── B32-Decode.go ├── BBF_ToolGrabber.sh ├── BanGrab.sh ├── CODEOWNERS ├── CVEScan.py ├── CopyCats.vbs ├── DockerInstallKali.sh ├── DockerUbuntuSetup.sh ├── EvernoteObsidianResourcefix.py ├── FatMan.py ├── FatManPy3.py ├── FileCheckerPaths.sh ├── GHCli.sh ├── GitUpdate.sh ├── GitUpdate2.sh ├── HomeSpeedTest.sh ├── Invoke-RunSomewareFiles.ps1 ├── LearningGo ├── ATest ├── encDecTest.go └── encryptDecrypt.go ├── LinkedInGrepper.sh ├── Multi-iRecon.sh ├── PayloadGrab.sh ├── PortScanner.py ├── PoshC2-Launcher.sh ├── README.md ├── RIPP.sh ├── SQLi-D0rks ├── UbuntuBR.sh ├── UnsubBot ├── README.md ├── UnsubBot.py └── requirements.txt ├── VM-Unfuck.sh ├── VMKaliMount.sh ├── VPNConnectScript.sh ├── VPNDeploy.sh ├── WakeTFUp.py ├── archiver.sh ├── bash-portscanner.sh ├── cloudatcost-debian-deploy.sh ├── commitment.sh ├── csv_escape.py ├── dirb_auto.sh ├── domainlister.py ├── ebuisiness-wordlist.txt ├── echols.sh ├── exploitCode.zip ├── exploitCode_2.tar.gz ├── git-email-rewrite ├── README.md ├── git-email-rewrite.sh └── git-email-scan.sh ├── hunterioparse.py ├── masslookup.sh ├── mimi-ps.ps1 ├── namesmash.py ├── nmap-para.py ├── nomasters.sh ├── operationGen.py ├── rsucalc.py ├── s3builder.py ├── screener.sh ├── smb.c ├── speedCronIFTTT.sh ├── ssl_expire.sh ├── sslscan2XML.py ├── swagger-api-checker.py ├── test.md ├── torrent_status.sh └── vestmonitor.py /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @zephrfish 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | rsucalc/ 2 | -------------------------------------------------------------------------------- /2gswap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/2gswap.sh -------------------------------------------------------------------------------- /Atom128CS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/Atom128CS.cs -------------------------------------------------------------------------------- /B32-Decode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/B32-Decode.go -------------------------------------------------------------------------------- /BBF_ToolGrabber.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/BBF_ToolGrabber.sh -------------------------------------------------------------------------------- /BanGrab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/BanGrab.sh -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @zephrfish 2 | -------------------------------------------------------------------------------- /CVEScan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/CVEScan.py -------------------------------------------------------------------------------- /CopyCats.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/CopyCats.vbs -------------------------------------------------------------------------------- /DockerInstallKali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/DockerInstallKali.sh -------------------------------------------------------------------------------- /DockerUbuntuSetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/DockerUbuntuSetup.sh -------------------------------------------------------------------------------- /EvernoteObsidianResourcefix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/EvernoteObsidianResourcefix.py -------------------------------------------------------------------------------- /FatMan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/FatMan.py -------------------------------------------------------------------------------- /FatManPy3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/FatManPy3.py -------------------------------------------------------------------------------- /FileCheckerPaths.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/FileCheckerPaths.sh -------------------------------------------------------------------------------- /GHCli.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/GHCli.sh -------------------------------------------------------------------------------- /GitUpdate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/GitUpdate.sh -------------------------------------------------------------------------------- /GitUpdate2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/GitUpdate2.sh -------------------------------------------------------------------------------- /HomeSpeedTest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/HomeSpeedTest.sh -------------------------------------------------------------------------------- /Invoke-RunSomewareFiles.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/Invoke-RunSomewareFiles.ps1 -------------------------------------------------------------------------------- /LearningGo/ATest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/LearningGo/ATest -------------------------------------------------------------------------------- /LearningGo/encDecTest.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/LearningGo/encDecTest.go -------------------------------------------------------------------------------- /LearningGo/encryptDecrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/LearningGo/encryptDecrypt.go -------------------------------------------------------------------------------- /LinkedInGrepper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/LinkedInGrepper.sh -------------------------------------------------------------------------------- /Multi-iRecon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/Multi-iRecon.sh -------------------------------------------------------------------------------- /PayloadGrab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/PayloadGrab.sh -------------------------------------------------------------------------------- /PortScanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/PortScanner.py -------------------------------------------------------------------------------- /PoshC2-Launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/PoshC2-Launcher.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/README.md -------------------------------------------------------------------------------- /RIPP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/RIPP.sh -------------------------------------------------------------------------------- /SQLi-D0rks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/SQLi-D0rks -------------------------------------------------------------------------------- /UbuntuBR.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/UbuntuBR.sh -------------------------------------------------------------------------------- /UnsubBot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/UnsubBot/README.md -------------------------------------------------------------------------------- /UnsubBot/UnsubBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/UnsubBot/UnsubBot.py -------------------------------------------------------------------------------- /UnsubBot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/UnsubBot/requirements.txt -------------------------------------------------------------------------------- /VM-Unfuck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/VM-Unfuck.sh -------------------------------------------------------------------------------- /VMKaliMount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/VMKaliMount.sh -------------------------------------------------------------------------------- /VPNConnectScript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/VPNConnectScript.sh -------------------------------------------------------------------------------- /VPNDeploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/VPNDeploy.sh -------------------------------------------------------------------------------- /WakeTFUp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/WakeTFUp.py -------------------------------------------------------------------------------- /archiver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/archiver.sh -------------------------------------------------------------------------------- /bash-portscanner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/bash-portscanner.sh -------------------------------------------------------------------------------- /cloudatcost-debian-deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/cloudatcost-debian-deploy.sh -------------------------------------------------------------------------------- /commitment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/commitment.sh -------------------------------------------------------------------------------- /csv_escape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/csv_escape.py -------------------------------------------------------------------------------- /dirb_auto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/dirb_auto.sh -------------------------------------------------------------------------------- /domainlister.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/domainlister.py -------------------------------------------------------------------------------- /ebuisiness-wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/ebuisiness-wordlist.txt -------------------------------------------------------------------------------- /echols.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/echols.sh -------------------------------------------------------------------------------- /exploitCode.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/exploitCode.zip -------------------------------------------------------------------------------- /exploitCode_2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/exploitCode_2.tar.gz -------------------------------------------------------------------------------- /git-email-rewrite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/git-email-rewrite/README.md -------------------------------------------------------------------------------- /git-email-rewrite/git-email-rewrite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/git-email-rewrite/git-email-rewrite.sh -------------------------------------------------------------------------------- /git-email-rewrite/git-email-scan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/git-email-rewrite/git-email-scan.sh -------------------------------------------------------------------------------- /hunterioparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/hunterioparse.py -------------------------------------------------------------------------------- /masslookup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/masslookup.sh -------------------------------------------------------------------------------- /mimi-ps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/mimi-ps.ps1 -------------------------------------------------------------------------------- /namesmash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/namesmash.py -------------------------------------------------------------------------------- /nmap-para.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/nmap-para.py -------------------------------------------------------------------------------- /nomasters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/nomasters.sh -------------------------------------------------------------------------------- /operationGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/operationGen.py -------------------------------------------------------------------------------- /rsucalc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/rsucalc.py -------------------------------------------------------------------------------- /s3builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/s3builder.py -------------------------------------------------------------------------------- /screener.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/screener.sh -------------------------------------------------------------------------------- /smb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/smb.c -------------------------------------------------------------------------------- /speedCronIFTTT.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/speedCronIFTTT.sh -------------------------------------------------------------------------------- /ssl_expire.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/ssl_expire.sh -------------------------------------------------------------------------------- /sslscan2XML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/sslscan2XML.py -------------------------------------------------------------------------------- /swagger-api-checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/swagger-api-checker.py -------------------------------------------------------------------------------- /test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/test.md -------------------------------------------------------------------------------- /torrent_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/torrent_status.sh -------------------------------------------------------------------------------- /vestmonitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZephrFish/RandomScripts/HEAD/vestmonitor.py --------------------------------------------------------------------------------