We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eac60f commit 20ea60cCopy full SHA for 20ea60c
sif.go
@@ -58,7 +58,7 @@ func New(settings *config.Settings) (*App, error) {
58
app := &App{settings: settings}
59
60
if !settings.ApiMode {
61
- fmt.Println(styles.Box.Render(" █▀ █ █▀▀\n ▄█ █ █▀ "))
+ fmt.Println(styles.Box.Render(" █▀ █ █▀▀\n ▄█ █ █▀ "))
62
fmt.Println(styles.Subheading.Render("\nblazing-fast pentesting suite\nman's best friend\n\nbsd 3-clause · (c) 2022-2025 vmfunc, xyzeva & contributors\n"))
63
}
64
0 commit comments