Skip to content

A fake JDBC driver that allows OS command execution.

License

Notifications You must be signed in to change notification settings

30579096/jdbc-backdoor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdbc-backdoor

A fake JDBC driver that allows OS command execution. Can be used on systems that allow you to upload JDBC drivers for database connections (usually due to licensing issues with re-distributing the drivers).

Read more here: https://medium.com/@airman604/introducing-jdbc-backdoor-175fbb509f62

Building

To build jdbc-backdoor you need to have Java installed: make

To test: make test

Customizing

Review oracle/jdbc/OracleDriver.java and update commands to be executed.

About

A fake JDBC driver that allows OS command execution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.5%
  • Makefile 12.5%