SeanDaBlack / AbBOT

310 stars 57 forks source link

Invalid Nonce #78

Closed broman closed 2 years ago

broman commented 2 years ago

Hello, firstly thank you for this project. I'm getting the following error in the debug logs:

15:22:14 bot.logger - [DEBUG] Initiating GET request to /wp-admin/admin-ajax.php for the nonce.
15:22:14 urllib3.connectionpool - [DEBUG] Starting new HTTPS connection (1): prolifewhistleblower.com:443
15:22:23 urllib3.connectionpool - [DEBUG] https://prolifewhistleblower.com:443 "POST /wp-admin/admin-ajax.php HTTP/1.1" 200 None
15:22:23 bot.logger - [DEBUG] Found nonce: 4d5c0e9b08
15:22:23 bot.logger - [DEBUG] Redirecting prolifewhistleblower.com to 127.0.0.1
15:22:23 bot.logger - [DEBUG] Ending redirection of prolifewhistleblower.com
15:22:23 bot.logger - [DEBUG] Initiating POST request to /wp-admin/admin-ajax.php to submit the form data.
15:22:23 urllib3.connectionpool - [DEBUG] Resetting dropped connection: prolifewhistleblower.com
15:22:31 urllib3.connectionpool - [DEBUG] https://prolifewhistleblower.com:443 "POST /wp-admin/admin-ajax.php HTTP/1.1" 200 None
15:22:31 bot.logger - [DEBUG] RESPONSE:
15:22:31 bot.logger - [DEBUG] 200
15:22:31 bot.logger - [DEBUG] {'Server': 'nginx', 'Date': 'Sat, 04 Sep 2021 22:22:30 GMT', 'Content-Type': 'application/json; charset=UTF-8', 'Connection': 'close', 'Vary': 'Accept-Encoding', 'Access-Control-Allow-Origin': 'https://prolifewhistleblower.com', 'Access-Control-Allow-Credentials': 'true', 'X-Robots-Tag': 'noindex', 'X-Content-Type-Options': 'nosniff', 'Expires': 'Wed, 11 Jan 1984 05:00:00 GMT', 'Cache-Control': 'no-cache, must-revalidate, max-age=0', 'X-Frame-Options': 'SAMEORIGIN', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'Content-Encoding': 'gzip'}
15:22:31 bot.logger - [DEBUG] {"success":false,"data":"Invalid nonce. Please refresh your browser."}
15:22:31 bot.logger - [DEBUG] Redirecting prolifewhistleblower.com to 127.0.0.1
Form failed to submit.

I have tried refreshing my browser. Any help is appreciated!

broman commented 2 years ago

I didn't realise the repos have been split.