forked from d1zzy/pvpgn
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Social Engineering #325
Comments
Isnt that only the case for Admin accounts? |
@Edelmetall2k I believe so |
It's the alias doubt command and no admin access needed. |
Hmm taking a closer look at this, I believe the core of the problem are the aliases which take an argument since the argument can be a placeholder var described by the op. We don't really want to remove the replacement functionality (can be useful) so my suggestion is to:
|
RElesgoe
referenced
this issue
May 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a trick you can play on other people to expose their IP. If you type "//d %r" It will expose your IP in the channel!
%a = number of registered accounts on the server
%c = number of currently existent channels
%g = total number of currently running games
%G = games of users with same client tag
%h = hostname of the server
%H = contact name (as set in bnetd.conf)
%i = userid of the user
%l = username
%N = name of the game the user has connected with
%m = check user's mail when they login
%r = IP of the user
%t = client tag of the user
%u = number of users currently logged in
%U = users logged in with the same client tag
%v = server version
The text was updated successfully, but these errors were encountered: