[Bug] HTTP response templates mixup
- Dominant language
- C#
- Stars
- 4.7k
- Forks
- 822
- PR merge metrics
- No merged PRs in 30d
Description
**Feature Request or Bug**
Bug
**Describe the feature request or bug**
Listeners start to serve responses based on profiles of different listeners, practically killing grunt communication.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a custom HTTP Profile (A)
2. Create a custom HTTP Profile (B) with HttpGetResponse/HttpPostResponse different from A
3. Create Listener with A
4. Create Listener with B
5. Stop Listener B
6. Modify HttpGetResponse/HttpPostResponse in Profile B
7. Start Listener B
8. Listener A starts to respond with templates defined in Profile B
**Expected behavior**
HTTP responses are generated based on the profile assigned to the listener.
**Screenshots**
N/A
**Covenant Server Information:**
- OS: Kali
- Docker or Native: Native
**Browser Information:**
N/A
**Target Information (System that implant is running on):**
N/A
**Additional context**
N/A
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.