Skip to content

florianges/-HTB-Vaccine_sql_injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

# [HTB] Vaccine_sql_injection

This script exploit the SQL injection in the CTF vaccine on HTB
This script sends an nc executable to the server and runs it to generate a reverse shell
You must start a web server to host the executable nc --> exemple : sudo python -m SimpleHTTPServer 80
And you must run a nc listener --> exemple: nc -lvp 4444
Then you can execute this script with python3
Note: The netcat executable hosted on your web server must be GNU netcat (and therefore must not be the netcat from OpenBSD)

 Demo on youtube: https://youtu.be/2k7IirmLlxs 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages