Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetHost / Fakehost #72

Open
Aetherinox opened this issue Jun 20, 2023 · 2 comments
Open

SetHost / Fakehost #72

Aetherinox opened this issue Jun 20, 2023 · 2 comments

Comments

@Aetherinox
Copy link

Aetherinox commented Jun 20, 2023

Confused about how this works. I understand the spoofhost blocks, however, the docs mention /sethost, however, it returns the error:
Sethost not found or unavailable (cannot_send_to_user)

Also, in regards to the 'password' field on a spoofhost, what command does a user have to use / or the syntax needed for a user to apply the spoofhost to them.

@Aetherinox
Copy link
Author

Aetherinox commented Jun 20, 2023

Something I thought about afterward, was trying to enter a password that has been encrypted.
If anyone else has an issue.

Create the new spoofhost block:
Spoofhost "YourHost.Domain.com" { pass = "$CRYPT$9qJHpfEhqFVQA"; host = "*"; };

The password has to be encrypted using the provided umkpasswd app in the bin folder.
./umkpasswd -m native YourPassword

Which will return:
Crypted Pass: $CRYPT$9qJHpfEhqFVQA

Then within the IRC software, execute:
/sethost YourHost.Domain.com YourPassword

And you should see:
YourUsername sets mode: +x


Another issue. The hidden host feature doesn't seem to be working. I'm using SRVX latest version. Are these two still compatible with each other? When I whois a user with +x and authorized, they still have their IP address as their host. I cannot get it to show *users.network.com. I've gone over the IRCU config file many times to make sure hidden_host is enabled.

@jobe1986
Copy link
Member

jobe1986 commented Jul 7, 2023

As for your +x issue, it sounds like you havent enabled HOST_HIDING and set HOST_HIDING_STYLE to 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants