Yuzmeister / fbpwn

Automatically exported from code.google.com/p/fbpwn
0 stars 0 forks source link

Make the user agent randomized #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The user agent string should be randomized for each time the application login.

Original issue reported on code.google.com by A.M.Saafan on 24 Aug 2011 at 10:01

GoogleCodeExporter commented 8 years ago

Original comment by A.M.Saafan on 24 Aug 2011 at 10:50

GoogleCodeExporter commented 8 years ago

Original comment by A.M.Saafan on 24 Aug 2011 at 11:08

GoogleCodeExporter commented 8 years ago
Fixed !

Now the user agent is chosen randomly between:
FIREFOX_3, FIREFOX_3_6, INTERNET_EXPLORER_6, INTERNET_EXPLORER_7, 
INTERNET_EXPLORER_8 

The seed used in randomization is the current time in UTC milliseconds from the 
linux epoch.

Original comment by HusseinElMotayam@gmail.com on 26 Aug 2011 at 2:33