Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rasta-mouse/Fork-n-Run
https://github.com/rasta-mouse/Fork-n-Run
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rasta-mouse/Fork-n-Run
- Owner: rasta-mouse
- Created: 2020-09-27T18:39:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T14:33:59.000Z (about 3 years ago)
- Last Synced: 2024-05-02T02:23:14.732Z (6 months ago)
- Language: C#
- Size: 65.4 KB
- Stars: 69
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - rasta-mouse/Fork-n-Run - (C# #)
README
## Fork-n-Run
Experimenting with reusable components for fork n' run operations. Supports:- PPID Spoofing
- BlockDLLs
- Command Line Argument Spoofing
- Output returned over anonymous pipes### Example
```text
C:\>DemoApp.exe 8256Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Ping statistics for 127.0.0.1:
Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms--
Pinging 127.0.0.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128Ping statistics for 127.0.0.1:
Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms--
Hello from .NET Assembly
```