Skip to main content

All Questions

Tagged with
-1 votes
2 answers
941 views

bot spam in discor creating

import discord import time client = discord.Client() @client.event async def on_ready(): print('Connected to Discord! {0.user}'.format(client)) @client.event async def on_message(message): ...
APTIKUM's user avatar
-1 votes
1 answer
203 views

Why am I unable to repeatedly send the same message with my discord bot in node.js?

I am trying to code a discord spam bot as a challenge since I am a beginner coder and for use on my friend's private server. Everything works up until I use a either a while or for loop (I tried both)....
FrancoFan's user avatar
6 votes
0 answers
2k views

AWS WAF ... how to improve results

I have a website served via AWS CloudFront. I've been getting a ton of entries in my nginx logs that look something like this: nginx_1 | 103.241.51.144 - - [09/Aug/2020:16:03:08 +0000] "...
hugo's user avatar
  • 1,225
0 votes
0 answers
46 views

Is it possible to hide form field visible and hidden names as well as the form action from hackers

We've received an enormous amount of form submissions to our marketing automation platform. As long as the submitter has a properly-formatted email address, two hidden fields necessary to post to our ...
user3120861's user avatar
0 votes
1 answer
83 views

Google Analytics Filter SPAM contain a word by campaign source

My website is under attack by click-bait bots disguised as a SEO solutions. Those bots are messing with my numbers everyday... When ever i discover a fake referral URL trying to get me, I filter / ...
Alex's user avatar
  • 282
-1 votes
1 answer
184 views

Filter fake traffic on site

Bots that mimic clicks on links come to the site. Browse the page and the like. Their IP address is different, the User-Agent is no different from ordinary users, the countries are also different. ...
CuBeR116's user avatar
0 votes
0 answers
78 views

htaccess 410 url spam hack requests excluding site generated request

Our site was hacked and links to random content where added to the site. We completely removed the hacked site and put a new one in its place. Everything new including images and content, no other ...
744's user avatar
  • 1
4 votes
2 answers
2k views

Aria-hidden on a Honey Pot field

I have a honey pot input field on a form to prevent bots from submitting it, hidden with absolute positioning. I would like assistive technologies such as screen readers to ignore the honey pot field, ...
Andrew's user avatar
  • 43
3 votes
1 answer
716 views

How can I keep spambots from getting past multiple web security measures?

I am trying to stop spam accounts from being created on my website. I run a website that has approximately 50-80k pageviews per month. It's a social media website. Users sign up and communicate with ...
Neon's user avatar
  • 113
1 vote
1 answer
182 views

Blocking Spam referral traffic - better to redirect or throw up a 403 error?

I'm testing out a plugin on a Wordpress site to prevent referral traffic. The default setting is a redirect to google.com. I can override this and display a 403 error instead. Do you see any ...
Lena Shore's user avatar
0 votes
1 answer
37 views

How is Google Analytics providing data for my site without the JS code?

I signed up for Google Analytics a couple months ago, but have yet to actually set up the JS snippet on my site. Today I logged into the dashboard and I see tons of tracking data already in there. I'...
Snidely Whiplash's user avatar
0 votes
2 answers
95 views

Strange security issue - why would this happen? [closed]

I work for a company which handles some websites that have educational forms prospective students can fill out if they wish to be contacted by a college. We have attempts coming in from two overseas ...
Dawn Deschain's user avatar
1 vote
0 answers
956 views

Prevent spam bots php mysql

I have a forum with lots of buttons <button class="vote" data-id="10">Vote up</button> the data-id relates to my thread id of MySQL table. It can happen as a bot will automatically run ...
Ohmyholy's user avatar
  • 123
0 votes
1 answer
204 views

Using Phone Number to Prevent Spam: How to prevent spam on a mobile app?

Compared to using CAPTCHA, would using a phone number to prevent spam/bots improve the user experience. I'm building an ecommerce app that does not require a user to create an account, when a user ...
simanacci's user avatar
  • 2,314
0 votes
0 answers
239 views

Block bot sites through .htaccess

I just wrote some rewrite conditions in order to block a bunch of bot sites. I successfully blocked many of them except three containing a hyphen (dash). So, since they all contain also the word "...
gabmorelli's user avatar

15 30 50 per page