Skip to content

Commit

Permalink
Updated packages list and pumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
MalwareMechanic committed Nov 29, 2018
1 parent bced4d3 commit c6219a5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 38 deletions.
2 changes: 1 addition & 1 deletion flarevm.installer.flare/flarevm.installer.flare.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>flarevm.installer.flare</id>
<version>2.2.16</version>
<version>2.2.16.1</version>
<title>FLARE</title>
<authors>FLARE</authors>
<description>FLARE VM - Malware Analysis Environment</description>
Expand Down
53 changes: 16 additions & 37 deletions flarevm.installer.flare/tools/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
{"name": "dnspy.flare"},
{"name": "dotpeek.flare"},
{"name": "de4dot.flare"},
{"name": "dnsd.flare"},
{"name": "rundotnetdll.flare"},


{"name": "javaruntime"},
Expand All @@ -49,6 +51,11 @@

{"name": "ffdec.flare"},

{"name": "metasploit.flare"},
{"name": "kali_windowsbinaries.flare"},

{"name": "volatility.flare", "x64Only": true},

{"name": "fileinsight.flare"},
{"name": "hxd.flare"},
{"name": "010editor.flare"},
Expand All @@ -62,13 +69,15 @@
{"name": "resourcehacker.flare"},

{"name": "sublimetext3"},
{"name": "notepadplusplus"},
{"name": "notepadplusplus.flare"},

{"name": "unxutils"},
{"name": "farmanager.flare"},
{"name": "checksum"},
{"name": "7zip.install"},
{"name": "7zip.flare"},
{"name": "putty"},
{"name": "wireshark.flare"},
{"name": "nmap.flare"},
{"name": "winpcap"},
{"name": "rawcap"},
{"name": "wget"},
Expand All @@ -78,6 +87,7 @@
{"name": "apimonitor.flare"},
{"name": "spystudio.flare"},
{"name": "hashcalc.flare"},
{"name": "hashmyfiles.flare"},
{"name": "regshot.flare"},
{"name": "exeinfope.flare"},
{"name": "ncat.flare"},
Expand Down Expand Up @@ -115,43 +125,12 @@
"args": "--package-parameters \'/InstallDir:C:\\Python27.x86\'"
},
{"name": "python2"},
{
"name": "hexdump",
"args": "--source python"
},
{
"name": "pefile",
"args": "--source python"
},
{
"name": "winappdbg",
"args": "--source python"
},
{
"name": "pycryptodome",
"args": "--source python"
},
{
"name": "https://github.com/williballenthin/vivisect/zipball/master",
"args": "--source python"
},
{"name": "python3"},
{"name": "libraries.python2.flare"},
{"name": "libraries.python3.flare"},
{"name": "flare-qdb.python.flare"},
{
"name": "capstone-windows",
"args": "--source python"
},
{
"name": "unicorn",
"args": "--source python"
},
{
"name": "oletools",
"args": "--source python"
},

{"name": "floss.python.flare"},
{"name": "fakenet-ng.python.flare"},
{"name": "python3"}
{"name": "fakenet-ng.python.flare"}

]
}

0 comments on commit c6219a5

Please sign in to comment.