Skip to content

Commit 646e842

Browse files
committed
update contact
1 parent 489ae01 commit 646e842

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Network security sniffer for finding vulnerabilities in the network. Designed fo
88
Above: Invisible network protocol sniffer
99
Designed for pentesters and security engineers
1010
11-
Author: Magama Bazarov, <magamabazarov@mailbox.org>
11+
Author: Mahama Bazarov, <mahamabazarov@mailbox.org>
1212
Pseudonym: Caster
1313
Version: 2.8
1414
Codename: Rubens Barrichello
@@ -174,7 +174,7 @@ caster@kali:~$ sudo above --interface eth0 --timer 120
174174
175175
Invisible network protocol sniffer. Designed for security engineers
176176
177-
Author: Magama Bazarov, <caster@exploit.org>
177+
Author: Mahama Bazarov, <mahamabazarov@mailbox.org>
178178
Alias: Caster
179179
Version: 2.8
180180
Codename: Rubens Barrichello
@@ -352,7 +352,7 @@ As of version 2.8 Above is now able to identify the vendor by MAC address, speci
352352

353353
# Copyright
354354

355-
Copyright (c) 2025 Magama Bazarov. This project is licensed under the Apache 2.0 License
355+
Copyright (c) 2025 Mahama Bazarov. This project is licensed under the Apache 2.0 License
356356

357357
# Outro
358358

above/above.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# right indented banner output
5050
print(indent + banner.replace("\n", "\n" + indent))
5151
print(indent + Fore.YELLOW + "Invisible network protocol sniffer. Designed for security engineers\n")
52-
print(indent + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Magama Bazarov, <magamabazarov@mailbox.org>")
52+
print(indent + Fore.YELLOW + "Author: " + Style.RESET_ALL + "Mahama Bazarov, <mahamabazarov@mailbox.org>")
5353
print(indent + Fore.YELLOW + "Alias: " + Style.RESET_ALL + "Caster")
5454
print(indent + Fore.YELLOW + "Version: " + Style.RESET_ALL + "2.8")
5555
print(indent + Fore.YELLOW + "Codename: " + Style.RESET_ALL + "Rubens Barrichello\n")

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name="above",
55
version="2.8",
66
url="https://github.com/caster0x00/above",
7-
author="Magama Bazarov",
8-
author_email="magamabazarov@mailbox.org",
7+
author="Mahama Bazarov",
8+
author_email="mahamabazarov@mailbox.org",
99
description="Invisible Network Protocol Sniffer",
1010
long_description=open('README.md', encoding="utf8").read(),
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)