Nameless9000 / NamelessOS

My greyhack hacking tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NamelessOS

My hacking tool.

Wiki Link

How to install:

  1. save or compile all files in /lib with allow import on
  2. rent a server
  3. compile installer.gs
  4. run installer.gs and fill in all inputs
  5. wait for it to install and launch nameless os

How to use

  1. you will receive an email with a code, enter that code into the input (ONLY IF U RUN NAMELESS OS ON THE IP YOU SET AS MFA IP)
  2. type 'help' for all commands
  3. run 'secure' to secure your pc (you will need to manually secure your network)
  4. you can run commands one after the other eg. 'nmap 1.1.1.1;nc -lvnp 1337'
  5. you can feed the output of some commands to others eg. 'cat /etc/passwd:grep root:crack'

Remote hacking: 'manual' Local hacking: 'getsystem'

Compile manually

  1. save or compile all the files in /lib with allow import on
  2. rent a server
  3. compile this script with values inputted
globals.ipProtect="ip";
globals.server={"db":"1.1.1.1","pass":"1234"};
globals.email={"user":"x@x.com","password":"1234"};
globals.auth={"pass":"password123","mfaIp":"123.123.123.123","emailCheck":"x@x.com"};
import_code("/lib/ninit");
import_code("/lib/nlib1");
import_code("/lib/nmain");

About

My greyhack hacking tool.

License:MIT License


Languages

Language:JavaScript 100.0%