acmpesuecc / nexus-framework

A c2 server written in go with payload generation and agent connections
GNU General Public License v3.0
0 stars 3 forks source link

[OPTIMIZATION] Improve Listener Storage and Retrieval #3

Open Icarus131 opened 2 weeks ago

Icarus131 commented 2 weeks ago

The existing mechanism to maintain the listeners per session works with the help of a .json file. It would be helpful if we can avoid a large number of I/O operations.

TODO:

We can declare a concurrent map to hold listeners like so:

var listenersMap sync.Map
Viprakshi commented 2 weeks ago

can you assign me this @Icarus131 ?

sujith27pes commented 2 weeks ago

can i please get to resolve this @sujith27pes