mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-24 05:13:04 +00:00
initializing user
This commit is contained in:
parent
39b006691e
commit
cd0e265afd
1 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ InjectionRequests.init({
|
|||
});
|
||||
|
||||
|
||||
function get_default_user_created_banner(password) {
|
||||
function get_banner() {
|
||||
return `
|
||||
============================================================================
|
||||
█████╗ ████████╗████████╗███████╗███╗ ██╗████████╗██╗ ██████╗ ███╗ ██╗
|
||||
|
@ -383,7 +383,7 @@ vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
|
|||
}
|
||||
|
||||
async function print_banner() {
|
||||
console.log(banner_message);
|
||||
console.log(get_banner());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue