Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/laceeka/cve-2021-28476-tools-env
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationPayload DevelopmentBinary Exploitation
GitHublaceeka/cve-2021-28476-tools-env

CVE-2021-28476-tools-env

tools for automate configure Ubuntu 20.04 enviroment for testing CVE-2021-28476.

View Repository
125 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

pack test and exploitdev for POC CVE-2021-28476 from bluefrostsecurity researcher

installation guide:

root@kitploit:~
cd tools/
./add_to_path_tools.sh # addition tools for /usr/bin/


remove tools from /usr/bin:

cd tools/
./del_to_path_tools.sh


tools:

poc_init: 
	description:
		preinit env guest host for compile POC (see poc_compile)
	cmd args:
		arg1 : path to cve root dir
	exec options:
		run as root
poc_compile: 
	description:
		compile hv_netvsc src patched with poc code
	cmd args:
		no args
	exec options:
		run as root
poc_unload: 
	description:
		unload hv_netvsc.ko from kernel
	cmd args:
		no args
	exec options:
		run as root
poc_load: 
	description:
		load hv_netvsc.ko into kernel
	cmd args:
		no args
	exec options:
		run as root
poc_isload: 
	description:
		check is hv_netvsc.ko in loaded kernel modules. If not displayed module is not loaded,else module is loaded
	cmd args:
		no args
	exec options:
		run as root
poc_run: 
	description:
		execute poc code
	cmd args:
		number for func poc trigger
	exec options:
		run as root
poc_cfg_deps: 
	description:
		download and install deps for poc_compile
	cmd args:
		no args
	exec options:
		run as root
Download Tool