Skip to content

mkielar/usb-drive-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usb-drive-notifier

USB Drive Notifier - A PoC using Java and Powershell WMI Queries

Example usage

Notifier notifier = new Notifier();
notifier.addListener(new USBDriveInfoListener() {

    @Override
	public void onEvent(USBDriveInfo info) {
	    System.out.println(info);
	}
	
});

notifier.startListening();

About

USB Drive Notifier - A PoC using Java and Powershell WMI Queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published