Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 519 Bytes

File metadata and controls

13 lines (9 loc) · 519 Bytes

SQLObfuscator

This is the final proejct for EE 379K: Enterprise Network Security. We provide a script that takes in a SQL payload and returns an obfuscated payload. The code can be run as follows:

Usage:

python3 obfuscator.py [command]

where command is the payload. The script will print the obfuscated payload to the console.

Other

The notebooks folder contains our train/test pipelines for our models. The data folder contains the data used to create our results contained in the graphs folder.