robiot / rustcat

Rustcat(rcat) - The modern Port listener and Reverse shell
https://git.io/rustcat
GNU General Public License v3.0
675 stars 61 forks source link

`rc` binary name clashes with openrc #26

Closed invakid404 closed 2 years ago

invakid404 commented 2 years ago

The rustcat binary name rc clashes with /sbin/rc on OpenRC systems, which may cause some weirdness if installed to a directory with higher precendence than /sbin for some reason.

I noticed this while packaging rustcat for Funtoo Linux, which is an OpenRC distro. We've decided to install rustcat in /usr/bin/rustcat instead of /usr/bin/rc for the time being. If this is something you even care about, considering an alternative name for the binary would be preferred. I thought I might let you know anyway :^)

robiot commented 2 years ago

Yeah, I have been thinking about this. The binname should probably be changed to rcat everywhere since thats a mix between rustcat and rc and doesn't conflict with openrc (I suppose).

invakid404 commented 2 years ago

Yep, rcat would be totally fine.

robiot commented 2 years ago

Its now updated to rcat everywhere. You may need to update the funtoo package to make it work with this.

invakid404 commented 2 years ago

Consider it done :)

invakid404 commented 2 years ago

@robiot I saw you edited the readme to reflect the binary name changes, but you haven't updated the gifs. Might be worth doing that as well :D BTW, Funtoo package hit production two hours ago, so that's sorted now and the link in the readme should point to the right location.

robiot commented 2 years ago

Yeah I will update the gifs as fast as I can. I saw the link now worked, cool thanks!