Skip to content

Commit

Permalink
Update NetStrike.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isPique authored Aug 9, 2024
1 parent d1f5393 commit 33d5b84
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions NetStrike.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,25 @@ def display_banner():
DEFAULT, GREEN, RED, YELLOW, YELLOW2, BLINK, MAGENTA = '\033[0m', '\033[1;92m', '\033[1;31m', '\033[3m\033[1;33m', '\033[1;93m', '\033[5m', '\033[1;35m'

print('''
{4} ██████ █████ █████ █████████ █████ ███ █████{0}
{4}░░██████ ░░███ ░░███ ███░░░░░███ ░░███ ░░░ ░░███{0}
{4}░███░███ ░███ ██████ ███████ ░███ ░░░ ███████ ████████ ████ ░███ █████ ██████{0}
{4}░███░░███░███ ███░░███░░░███░ ░░█████████ ░░░███░ ░░███░░███░░███ ░███░░███ ███░░███{0}
{4}░███ ░░██████ ░███████ ░███ ░░░░░░░░███ ░███ ░███ ░░░ ░███ ░██████░ ░███████{0}
{4}░███ ░░█████ ░███░░░ ░███ ███ ███ ░███ ░███ ███ ░███ ░███ ░███░░███ ░███░░░{0}
{4}█████ ░░█████░░██████ ░░█████ ░░█████████ ░░█████ █████ █████ ████ █████░░██████{0}
{4}░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░ ░░░░░░{0}
{6})    /\__/\ 
{6}( = (˶ᵔ ᵕ ᵔ˶)
{1}-------{6}U{1}-{6}U{1}----------------
{1}| | |‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾|
{1}| {3}Code Author: {2}isPique {0}{1}| {3}GitHub: {2}https://github.com/isPique{0}
{1}| {3}Version: {2}1.0 {0}{1}| {3}Insta: {2}https://instagram.com/omrefarukk{0}
{1}| | |_____________________________________________|
{1}-------------------------- {6}\ (˶ᵔ ᵕ ᵔ˶) /{0}
{6}\ /{0}
{4} ██████ █████ █████ █████████ █████ ███ █████{0}
{4}░░██████ ░░███ ░░███ ███░░░░░███ ░░███ ░░░ ░░███{0}
{4}░███░███ ░███ ██████ ███████ ░███ ░░░ ███████ ████████ ████ ░███ █████ ██████{0}
{4}░███░░███░███ ███░░███░░░███░ ░░█████████ ░░░███░ ░░███░░███░░███ ░███░░███ ███░░███{0}
{4}░███ ░░██████ ░███████ ░███ ░░░░░░░░███ ░███ ░███ ░░░ ░███ ░██████░ ░███████{0}
{4}░███ ░░█████ ░███░░░ ░███ ███ ███ ░███ ░███ ███ ░███ ░███ ░███░░███ ░███░░░{0}
{4}█████ ░░█████░░██████ ░░█████ ░░█████████ ░░█████ █████ █████ ████ █████░░██████{0}
{4}░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░ ░░░░░░{0}
{6})    /\__/\ 
{6}( = (˶ᵔ ᵕ ᵔ˶)
{1}-------{6}U{1}-{6}U{1}----------------
{1}| | |‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾|
{1}| {3}Code Author: {2}isPique {0}{1}| {3}GitHub: {2}https://github.com/isPique{0}
{1}| {3}Version: {2}1.0 {0}{1}| {3}Insta: {2}https://instagram.com/omrefarukk{0}
{1}| | |_____________________________________________|
{1}-------------------------- {6}\ (˶ᵔ ᵕ ᵔ˶) /{0}
{6}\ /{0}
'''.format(DEFAULT, GREEN, RED, YELLOW, YELLOW2, BLINK, MAGENTA))

def tcp_syn_flood(destination_ip, packet_size, thread_num):
Expand Down Expand Up @@ -270,4 +270,4 @@ def main():
logger.log(SUCCESS, f"\033[1;92mAttack completed. A total of \033[1;93m{total_sent}\033[1;92m requests sent within \033[1;93m{time() - total_time:.2f}\033[1;92m seconds. (\033[1;93m+{(time() - total_time) - duration:.2f}\033[1;92m due to asynchronous latency)")

if __name__ == "__main__":
main()
main()

0 comments on commit 33d5b84

Please sign in to comment.