Guest User

Untitled

a guest
Jan 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Some web sites may perform log analysis to identify retrieval
  2. programs such as Wget by looking for statistically significant
  3. similarities in the time between requests. [...]
  4.  
  5. A 2001 article in a publication devoted to development on a popular
  6. consumer platform provided code to perform this analysis on the
  7. fly. Its author suggested blocking at the class C address level to
  8. ensure automated retrieval programs were blocked despite changing
  9. DHCP-supplied addresses.
  10.  
  11. if index(lowcase(agentstr), 'keynote') or
  12. index(lowcase(agentstr), 'sureseeker') or
  13. index(lowcase(agentstr), 'wget') or
Add Comment
Please, Sign In to add comment