Python Sample SQLite
Jump to navigation
Jump to search
It is possible to access SQLite files in Truxton without first exporting them.
APSW
Truxton will automatically create a unique identifier for your file type. This is not recommended as the value is random which will make it difficult to share with other exploitation programs.
import sys
sys.path.append('C:/Program Files/Truxton/SDK')
import truxton
def main() -> None:
return None
if __name__ == "__main__":
sys.exit(main())
Predefined Value
If you have carefully chosen a integer value for your new file type, you can specify it when you register the other details.