-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
691b6d7
commit b2718b1
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## [0.1.1](https://github.com/daddycocoaman/dumpscan/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/daddycocoaman/dumpscan/compare/6bd8cdced2ec061ec436bac4a200526683fd0a1d...HEAD) | ||
|
||
**Merged pull requests:** | ||
|
||
- fix empty x509 list [\#2](https://github.com/daddycocoaman/dumpscan/pull/2) ([daddycocoaman](https://github.com/daddycocoaman)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "dumpscan" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
description = "Scanning memory dumps for secrets using volatility and yara" | ||
authors = ["Leron Gray <[email protected]>"] | ||
license = "MIT" | ||
|