Skip to content

Instantly share code, notes, and snippets.

View nscan9's full-sized avatar
💭
I may be slow to respond.

scan9 nscan9

💭
I may be slow to respond.
View GitHub Profile
[CVE ID]
CVE-2024-54761
[Product]
BigAnt Office Messenger
[Version]
5.6.06
[Vulnerability Type]
@nscan9
nscan9 / sebekeaxtaris.py
Created August 14, 2023 14:57
Network Scanner
#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:
@nscan9
nscan9 / macchanger.py
Last active August 14, 2023 14:55
Mac Changer
#MAC UNVAN DEYISHME TOOL-U
import subprocess
import optparse
import re
interface=''
macadress=''
def komekci_funk():
parser=optparse.OptionParser()