forked from kulisu/metasploit-pro-trial-grabber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 724 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "skiddie/metasploit-pro-trial-grabber",
"description" : "This is a PHP command-line script to auto-grab the metasploit 7-DAYs pro trial key.",
"require" : {
"php" : ">=5.3.2",
"php-curl-class/php-curl-class" : "1.0.1",
"shark/simple_html_dom" : "dev-master",
"mwhite/random-uagent" : "dev-master"
},
"repositories" : [ {
"type" : "composer",
"url" : "https://packagist.org/"
} ],
"authors" : [ {
"name" : "Chris Lin",
"email" : "Chris@skiddie.me",
"homepage" : "http://www.skiddie.me",
"role" : "Developer"
} ],
"license" : "GPL-2.0",
"type" : "project",
"homepage" : "https://github.com/skiddie/metasploit-pro-trial-grabber"
}