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

Some commands don't work normally #5

Closed
ghost opened this issue Jun 27, 2023 · 5 comments
Closed

Some commands don't work normally #5

ghost opened this issue Jun 27, 2023 · 5 comments

Comments

@ghost
Copy link

ghost commented Jun 27, 2023

The command pictured below doesn't give any working response, it's just empty like that, other commands work normally.
Screenshot 2023-06-27 170054

@TryZeroOne
Copy link
Owner

send the theme you are using (themes/... .toml)

@ghost
Copy link
Author

ghost commented Jun 28, 2023

[Logs]


NewClientConnectedTerminal = "{red}[jawir] New Connection\n{white}Login: {login}\nIp: {ip}\nPort: {port}\nDate: {date}" 

NewClientConnectedTelegram = "***🛬 New Connection 🛬***\n\n***Login***: `{login}`\n***IP:*** `{ip}`\n***Port***: `{port}`\n***Date***: `{date}`"

NewClientConnectedFile = "--------------------------------\nNew Connection\nIP: {ip}\nLogin: {login}\nDate: {date}\n"


NewAttackStartedTerminal = "{red}[jawir] New Attack Started \n{white}Login: {login}\nIp: {ip}\nPort: {port}\nDate: {date}\nTarget: {target}"


NewAttackStartedFile = "--------------------------------\nNew Attack Started\nIP: {ip}\nLogin: {login}\nDate: {date}\nMethod: {method}\nTarget: {target}\nPort: {target_port}\nDuration: {duration}\n"

NewAttackStartedTelegram = "***🚀 New Attack Started 🚀***\n\n***Sender***: `{login}`\n***Target***: `{target}`\n***Port***: `{target_port}`\n***Duration***: `{duration}`\n***Method***: `{method}`"



[CNC]
CmdPrompt = "\n\r{custom(fg=97 bg=47 fgstyle=1)}{login} {custom(fg=31 fgstyle=1)}❄ jawir {reset}{white} ➤ "

Banner = ["""
\r{red}                                                                              \r
\r                    ▄▄▄██▀▀▀▄▄▄       █     █░ ██▓ ██▀███                     \r
\r                      ▒██  ▒████▄    ▓█░ █ ░█░▓██▒▓██ ▒ ██▒                   \r
\r                      ░██  ▒██  ▀█▄  ▒█░ █ ░█ ▒██▒▓██ ░▄█ ▒                   \r
\r                   ▓██▄██▓ ░██▄▄▄▄██{white} ░█░ █ ░█ ░██░▒██▀▀█▄                   \r
\r                    ▓███▒   ▓█   ▓██▒░░██▒██▓ ░██░░██▓ ▒██▒                   \r
\r                    ▒▓▒▒░   ▒▒   ▓▒█░░ ▓░▒ ▒  ░▓  ░ ▒▓ ░▒▓░                   \r
\r                    ▒ ░▒░    ▒   ▒▒ ░  ▒ ░ ░   ▒ ░  ░▒ ░ ▒░                   \r
\r                    ░ ░ ░    ░   ▒     ░   ░   ▒ ░  ░░   ░                    \r
\r                    ░   ░        ░  ░    ░     ░     ░                        \r
\r
"""]



HelpCommand = "{red}{command}{white}: {description}"

MethodsCommand = "{red}{name}{white}: {description}"

CustomMethodsEnabled = false 
CustomMethods = ["""
     methods
"""]

CustomHelpEnabled = false
CustomHelp = ["""
help
"""
]


BotCount = "Total: {total}\n\r---------\n\r{red}{bots}\r"
NoBotsConnectedError = "{red}No Bots Connected :(\r"
CommandSent = "Command Sent To {bots} Bots\r"

UnknownCommandError = "{red}Unknown Command{white}"
InvalidCommandSyntaxError = "{red}{syntax}\r\nExample:\r\n{example}\r"


CommandExecuted = "{red}Command Executed Successfully{white}"
CommandInvalidSyntax = "{red}{syntax}\r\nExample:\r\n{example}\r"


# {login}
# {cpu}
# {memory}
# {animation}
# {bots}

# {date} - custom module (config.toml -> [Modules.date])
Title = "Bots: {bots} | User: {login} | {animation} "


[Auth]

LoginPrompt = "{red}Jawir {white}Network\r\n\n{red}Enter Login {white} ➢ "
PasswordPrompt = "{red}Enter Password {white} ➢ "
AuthError = "{red}Invalid Login or Password!\n"

CaptchaPrompt = "{blue}Enter Captcha: {white}{code} ➢  "
CaptchaError = "{red}Invalid Captcha\n"

IpIsNotAllowedError = "\n\n{red}IP Restricted!{white}\n\n"

@TryZeroOne
Copy link
Owner

The problem is that you have a different login (by standard root) in your config -> RootLogin. All these commands require root perms. set RootLogin = "sumbul"

TryZeroOne added a commit that referenced this issue Jun 28, 2023
TryZeroOne added a commit that referenced this issue Jun 28, 2023
@TryZeroOne
Copy link
Owner

TryZeroOne commented Jun 28, 2023

image
Now if you do not have root perms you will get an unknown command error

@ghost
Copy link
Author

ghost commented Jun 28, 2023

Oh yeah, I just noticed, problem solved.

@ghost ghost closed this as completed Jun 28, 2023
This issue was closed.
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

1 participant