Posts by Ped • 7 points
3 posts
-
0
votes0
answers77
viewsQ: How to run scripts in F12 by Selenium
I wanted to know how to run a script by F12 ( Developer Tools ) by Selenium, I wanted him to open F12, then I would go to the Console and put the script there, I tried…
-
-2
votes1
answer47
viewsQ: Writeprocessmemory does not write data
Hello! I am trying to write data in INT type memory, and it is not working, Readprocessmemory worked normally! But the Writeprocessmemory does not. I don’t know if I’m doing anything wrong more if…
-
0
votes1
answer64
viewsQ: ERROR 10043 - Protocol not configured in system
Hello! I’m trying to create a script that monitors the network, I’m trying to learn so if there’s something wrong I’m sorry. The code I have import socket import struct import binascii s =…