Skip to content

Commit 3582c1a

Browse files
authored
Merge branch 'master' into master
2 parents 591bf92 + 30f2016 commit 3582c1a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ For a full list of differences from the original Evilginx, see the [CHANGELOG](C
1313
## Disclaimer
1414

1515
This fork is provided “as is” and may not be actively maintained in the future.
16-
That said, contributions are always welcome. Any improvements or fixes are appreciated.
16+
That said, contributions are always welcome. Any improvements or fixes are appreciated.

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ func main() {
4747
exe_dir := filepath.Dir(exe_path)
4848

4949
core.Banner()
50-
showAd()
50+
showEvilginxProAd()
51+
showEvilginxMasteryAd()
5152

5253
// CUSTOM STDLIB LOGGER
5354
log.InitFileLogger("evilginx2.log", "[evilginx2] ", _log.LstdFlags|_log.Lshortfile)

0 commit comments

Comments
 (0)