SQLMaps 1.0.0
dotnet add package SQLMaps --version 1.0.0
NuGet\Install-Package SQLMaps -Version 1.0.0
<PackageReference Include="SQLMaps" Version="1.0.0" />
paket add SQLMaps --version 1.0.0
#r "nuget: SQLMaps, 1.0.0"
// Install SQLMaps as a Cake Addin #addin nuget:?package=SQLMaps&version=1.0.0 // Install SQLMaps as a Cake Tool #tool nuget:?package=SQLMaps&version=1.0.0
SQLECmd
This repo that contains all the Maps used by Eric Zimmerman's SQLECmd.
Ongoing Projects
- SQLECmd Map Ideas - Development roadmap for SQLECmd Maps. Please feel free to contribute by adding ideas or by finishing tasks in the
To Do
column. Any help is appreciated!
Command Line Interface
SQLECmd version 0.5.0.0
Author: Eric Zimmerman (saericzimmerman@gmail.com)
https://github.com/EricZimmerman/SQLECmd
d Directory to process that contains SQLite files. This or -f is required
f File to process. This or -d is required
csv Directory to save CSV formatted results to.
json Directory to save JSON formatted results to.
dedupe Deduplicate -f or -d files based on SHA-1. First file found wins. Default is TRUE
hunt When true, all files are looked at regardless of name and file header is used to identify SQLite files, else filename in map is used to find databases. Default is FALSE
maps The path where event maps are located. Defaults to 'Maps' folder where program was executed
sync If true, the latest maps from https://github.com/EricZimmerman/SQLECmd/tree/master/SQLMap/Maps are downloaded and local maps updated. Default is FALSE
debug Show debug information during processing
trace Show trace information during processing
Examples: SQLECmd.exe -f "C:\Temp\someFile.db" --csv "c:\temp\out"
SQLECmd.exe -d "C:\Temp\" --csv "c:\temp\out"
SQLECmd.exe -d "C:\Temp\" --hunt --csv "c:\temp\out"
Short options (single letter) are prefixed with a single dash. Long commands are prefixed with two dashes
Documentation
SQLECmd parses any SQLite database from any OS. As long as a Map exists for the database, SQLECmd will parse it! If there's a Map that's missing, please create an issue or submit your own via a Pull Request.
Download Eric Zimmerman's Tools
All of Eric Zimmerman's tools can be downloaded here. Use the Get-ZimmermanTools PowerShell script to automate the download and updating of the EZ Tools suite. Additionally, you can automate each of these tools using KAPE!
Special Thanks
Open Source Development funding and support provided by the following contributors:
- SANS Institute and SANS DFIR.
- Tines
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- AlphaFS.New (>= 2.3.0)
- CsvHelper (>= 27.2.1)
- FluentValidation (>= 10.3.6)
- Serilog (>= 2.10.0)
- ServiceStack.Text (>= 5.13.2)
- YamlDotNet (>= 11.2.1)
-
net6.0
- AlphaFS.New (>= 2.3.0)
- CsvHelper (>= 27.2.1)
- FluentValidation (>= 10.3.6)
- Serilog (>= 2.10.0)
- ServiceStack.Text (>= 5.13.2)
- YamlDotNet (>= 11.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 203 | 7/7/2023 |