└─$ cowsay Graze upon these delicious Saturday World of Haiku updates

New Content Available in the Store
Dekkar will guide you through Dirb Quest & introduce you to the Dealer’s AI known as K.O.N.A. Dive head-first into the basics of using the fabled “Directory Buster” while investigating a shady CryptoCoin being launched by Corwin Banking.- New Quest
- New Dojo
- New Tool: Dirb (Directory Buster)
Description
DIRB is a Web Content Scanner. It looks for
existing (and/or hidden) Web Objects. It works by
launching a dictionary-based attack against a web
server and analyzing the response.
Synopsis:
dirb <url_base> <url_base> [<wordlist_file(s)>] [options]
Parameters:
-v
Show Also Not Existent Pages.
-x <extensions_file>
Amplify search with the extensions on this file.
-X <extensions>
Amplify search with this extensions.
- New Avatar: Dekkar
Dekkar is the code name of grid runner Mina Kit, who has been active since 2046 . She can acquire almost any information or data required, but for a very high price. Dekkar's data sources include many compromised systems and human/AI intermediaries to which only she has access. She has occasionally acted in the interest of the Cybermancers since they are some of her best customers. Dekkar is also an important grid runner with influence over Dealer's Guild and overall Grid society. She usually operates at Purity Level 4.
Terminal
- [ADD] Autocomplete for ssh, based on ~/.ssh/known_hosts file, as happens in the real world
- [FIX] ssh with the new user feedback yield instruction, set up autocomplete for it, based on ~/.ssh/known_hosts file under home system..
- [UPDATE] Reworked scp command.
Scp usage examples
`> scp file ubuntu@3.86.220.7:`
copies local file "file" to root of "3.86.220.7"
`> scp file ubuntu@3.86.220.7:newfile`
copies local file "file,” renamed to "newfile" to root of "3.86.220.7"
(if newfile exists in the remote and it's a folder, just copy "file" inside of it)
`> scp -r folder ubuntu@3.86.220.7:newfolder`
copies local folder "folder,” renamed to "newfolder" to root of "3.86.220.7"
(if newfolder exists in the remote and it's a folder, just copy "folder" inside of it)
`> scp ubuntu@3.86.220.7:file .`
copies remote file from the remote into the current directory "."
Misc
- [UPDATE] Auto-fill for an email field in the feedback popup.
- [UPDATE] H.Y.N.T.A Support popups are far less aggressive and are shown once per mission.
- [UPDATE] In the feedback popup, the type of feedback drop-down has a default value.
- [FIX] Small typo in the feedback popup.
- [UPDATE] In network explore mode, prevent CTRL+SPACE triggering Nitro.
- [UPDATE] In network explore mode, prevent feedback hints.
- [UPDATE] More performant scanline effect in transition scenes.
Changed files in this update