This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [CVE ID] | |
| CVE-2024-54761 | |
| [Product] | |
| BigAnt Office Messenger | |
| [Version] | |
| 5.6.06 | |
| [Vulnerability Type] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #SEBEKE AXTARIS TOOL-U | |
| import scapy.all as sc | |
| import optparse | |
| def istifadeci_inputu(): | |
| parser=optparse.OptionParser() | |
| parser.add_option("-i","--ip",dest="IP_UNVAN",help="IP unvan daxil etmek uchun istifade olunur") | |
| return parser.parse_args() | |
| def input_yoxlama(IP_UNVAN): | |
| if not IP_UNVAN: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #MAC UNVAN DEYISHME TOOL-U | |
| import subprocess | |
| import optparse | |
| import re | |
| interface='' | |
| macadress='' | |
| def komekci_funk(): | |
| parser=optparse.OptionParser() |