f0rb1dd3n / Reptile

LKM Linux rootkit
2.54k stars 571 forks source link

What parameter specifies the remote port? #26

Closed ly24cx closed 6 years ago

ly24cx commented 6 years ago

rt

f0rb1dd3n commented 6 years ago

You don't need to specify, the client will be compiled with this port as a constant.

f0rb1dd3n commented 6 years ago

@ly24cx,

I just have update client to receive source port and remote port as parameter. Now you can use client for any configuration without recompiling. So, you can use -r to remote port and -q to source port.

Look if it solve your issue, and close this.

;)

ly24cx commented 6 years ago

thanks