mushorg / tanner

He who flays the hide
GNU General Public License v3.0
222 stars 103 forks source link

User, tool, crawler and attacker #407

Closed Nicocimbali closed 3 years ago

Nicocimbali commented 3 years ago

Hi, I saw in the logs that tanner makes a division of users which can be: user, tool, crawler and attacker, I wanted to know based on what tanner does this classification? And what is the difference between these categories?

mzfr commented 3 years ago

Hey @Nicocimbali

You can see the code for choosing profile, here.

To detect crawler this(session_analyzer#L151) function is used.

For detecting attacker, this(session_analyzer#L172-L188) function is used.