Release Notes
[ADD] New Dojo+: Set on escalating your Hacktivist skills to the next level, Gungnir pays Eos for a private tutoring session so that you can quickly add another priceless command tool to your arsenal: Sqlmap
Includes:
- 1 new Dojo
- 1 new Quest
- sqlmap tool

[ADD] Avatar: Eos
The unapologetic voice of truth for the people of the city. Gungnir’s daughter & former Cybermancer…Eos rose to prominence on the Grid utilizing her vast knowledge of computer tech as a Ronin CyberJournalist & Hacktivist. Countless propaganda platforms, biased TV networks, & Mega-corrupt-Conglomerates have fallen in the wake of her unflinching investigative reports. Eos’s skillset knows NO walls. She refers to herself in the third person and operates at Purity Level 6.
[ADD] Badge: Intro to Applied Cyber Security
- Complete Networks: 1-8
- Complete Dojos: dirb, file, nmap, hydra, john
- Complete Quests: dirb, file
[ADD] App: Web Browser
We built our own interactive web browser to display in-game web pages. Buttons, links, and input fields all work.
[UPDATE] Shop icon
[UPDATE] Start menu button design
We added a lot to our sqlmap tool! Click on "Show Details" to view the man page if you’re interested :)
Show details
Usage:sqlmap [options]
Options:
-h Show help message and exit
--version Show program's version number and exit
Target:
At least one of these options has to be provided to define the
target(s)
-u URL Target URL (e.g. ""http://www.site.com/vuln.php?id=1"")
-d DIRECT Connection string for direct database connection
Example:
""S=IP/HostName;DB=DBName;CR=UserName:password""
-c CONFIGFILE Load command parameters from file
Request:
These options can be used to specify how to connect to the target URL
```
--cookie=COOKIE HTTP Cookie header value (e.g. ""PHPSESSID=a8d127e..;SOME=fd32k"")
--auth-cred=AUTH.. HTTP authentication credentials (name:password name:password)
```
Enumeration:
These options can be used to enumerate the back-end database management system information, structure and data contained in the tables
-a, --all Retrieve everything
--current-user Retrieve DBMS current user
--current-db Retrieve DBMS current database
--hostname Retrieve DBMS server hostname
--users Enumerate DBMS users
--passwords Enumerate DBMS users password hashes
--dbs Enumerate DBMS databases
--tables Enumerate DBMS database tables
--columns Enumerate DBMS database table columns
--dump Dump DBMS database table entries
--search Search column(s), table(s) and/or database name(s)
-D DB DBMS database to enumerate
-T TBL DBMS database table(s) to enumerate
-C COL DBMS database table column(s) to enumerate