R
R
Ruswak2017-08-04 10:56:19
Django
Ruswak, 2017-08-04 10:56:19

What means can be used to parse the underlying http protocols, using django?

Good afternoon.
I have a django web application that renders a web page on request. Some people get paid for referrals. It is required to write a system of protection against bots. What tools can be used to analyze packets at the underlying levels of the Osi model using python?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Peter, 2017-08-04
@Ruswak

You will definitely not find anything in the packages that will indicate a bot.
And you can analyze by UserAgent, IP address, frequency of requests, and the like, using standard tools.

U
un1t, 2017-08-04
@un1t

At the level of Janga, no way. This must be done at the level of the web server or firewall or balancer. It depends on what sticks out and directly receives tcp traffic from clients.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question