Skip to content

gatekeeper258/SeaShell-greyhack-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeaShell

A collection of scripts written for use in the game grey hack https://store.steampowered.com/app/605230/Grey_Hack/


WIP
**Nightly** --> most commits reading "kind" can be used in the public build

Acknowledgments
// Thank you @github: WyattSL for the GreyHack Game documentation
// Thank you @github: psimonson for https://github.com/psimonson/greyhack-scripts/tree/master/v0.8/scripts
// Thank you to the members of the GreyHack community & discord

INSTALL

FILESYSTEM #

1.) Use installer to create the required file structure, (be sure to launch as home user) alternatively you can:
*create a folder named src, and place all scripts inside of it via the game code editor

-- You can pass the src code from here to the files, then easily compile them all using the installer
-- adjust the paths for the refernce code in main.src and payload.src
ex: import_code("/home/USER/src/utils.src") -- only if done manually !!

COMPILE #

-- You will need to compile the following files in this order, name the binary the same as the src


MAIN PROGRAM

1.) objects.src --> ** MUST ALLOW IMPORTS **
2.) core.src --> ** MUST ALLOW IMPORTS **
3.) utils.src --> ** MUST ALLOW IMPORTS **
4.) modules.src --> ** MUST ALLOW IMPORTS **
5.) main.src --> RENAME TO ss

ESCALATION

1.) cargo.src --> name to cargo
Once complete, the only required filed are ss, and cargo

LOCAL DB # (NPC PW hashes)

1.) Youll need the dictionary files from https://github.com/linuxgruven/dictionary
2.) The script will ask you to paste the contents into the script, using CTRL+SHIFT+V copy the correspnding.src to the terminal running installer.
3.) You will be prompted for your user in order for the builder script to build the hashes
4. The installer script can be ran in stages, or provides a full installation.

DELETE ALL SRC FILES ONCE YOU HAVE SUCCESFULLY RAN SS

SeaShell Features


1.) Manage multiple objects in a sandbox environment
2.) Capture net sessions remotely, return exploit objects from launched binaries
3.) Internal & External LAN bouncing
4.) Extensive surf mode which intends to replicate all vanilla commands
5.) Extended rshell-interface and commands
6.) FileSystem browser, editor, deleter ;)
7.) Service Manager & Site Builder
& More !

This tool easily handles negative karma 0-2 missions, and while not inteded directly for PvP, is a valid option

Usage


I have had some questions on how to best utilize in game & Here are some tips;

1.) When capturing and utilizing shell objects, For Most commands in surf_mode you must mount; then launch the binaries to run commands on your newly captured machine
2.) Most commands work passed to a computer object, obviously things a shell can do, a computer cannot itself.
3.) If you are getting errors when it comes to file paths, please first check your permissions, there are some places i might forget
4.) Exploit menu is somewhere between deprecated and redundant, ill let you decide

Hope you enjoy if you find useful;
image"
"Surf Mode"
Surf Mode
port entry
Port Entry
exploit menu
Exploit Menu
Exploit Menu
Exploit Menu
global objects
Global Objects
LAN mappin
LAN Mapping

About

Collection of scripts used for the game grey hack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • HTML 11.7%