Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4l3x777/windows_service
Explore Windows Service
https://github.com/4l3x777/windows_service
reverse-shell services svchost windows-service
Last synced: about 1 month ago
JSON representation
Explore Windows Service
- Host: GitHub
- URL: https://github.com/4l3x777/windows_service
- Owner: 4l3x777
- License: gpl-3.0
- Created: 2024-02-20T17:46:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:59:03.000Z (10 months ago)
- Last Synced: 2024-02-23T15:48:41.323Z (10 months ago)
- Topics: reverse-shell, services, svchost, windows-service
- Language: C++
- Homepage:
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Service
+ Explore Windows services
+ Запуск реверс shell'a через Windows services## How to
+ запустить `service.exe` c параметрами
```PYTHON
Allowed options:
-h [ --help ] give this help list
--type type command type, 0 - create service, 1 -
run service
--group-name group-name SvcHost service group name
--service-name service-name Service name
--description description (=ServiceDescription)
Service description
--display-name display-name (=DisplayName)
Service display name
--dll-path dll-path Service DLL full path
--verbose verbose (=1) verbose messages, 0 - without, 1 - with
```+ собрать и поместить `service_dll.dll` например в `C:\test`
+ запустить netcat, поймать reverse shell## Пример работы
![alt text](/img/service.gif)