Fixed IPtables for APF Mode

Added a new banner
This commit is contained in:
byt3bl33d3r 2015-09-14 20:25:06 +02:00
commit 589e45b64f
5 changed files with 26 additions and 7 deletions

View file

@ -65,6 +65,19 @@ banner4 = """
"""
banner5 = """
@@@@@@@@@@ @@@ @@@@@@@ @@@@@@@@@@ @@@@@@@@
@@@@@@@@@@@ @@@ @@@@@@@ @@@@@@@@@@@ @@@@@@@@
@@! @@! @@! @@! @@! @@! @@! @@! @@!
!@! !@! !@! !@! !@! !@! !@! !@! !@!
@!! !!@ @!@ !!@ @!! @!! !!@ @!@ @!!!:!
!@! ! !@! !!! !!! !@! ! !@! !!!!!:
!!: !!: !!: !!: !!: !!: !!:
:!: :!: :!: :!: :!: :!: :!:
::: :: :: :: ::: :: ::
: : : : : : :
"""
def get_banner():
banners = [banner1, banner2, banner3, banner4]
banners = [banner1, banner2, banner3, banner4, banner5]
return random.choice(banners)