maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Maemo 5] fAircrack (Aircrack GUI) (https://talk.maemo.org/showthread.php?t=69009)

brokensmile 2011-07-24 19:19

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
wen i rouched the top menu bar line i can see only two applets in my n900 i.e volume option and battery percentage option... i cant see the all applets like fm transmetter,shortuts,internet,clock,bluetooth etc... the default also went off...how to get it back

Vento 2011-07-24 19:37

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
why not integrate http://talk.maemo.org/showthread.php?t=73809? for router like alice, fastweb and others

Sorry for my bad english

StefanL 2011-07-25 15:59

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by g0r (Post 1052732)
Will be great if can be added in the next version decryption for hidden APs too. At the moment it shows only the channel of hidden AP.

Added to the Todo list :(. Thanks for the feedback, keep 'em coming. :p

sada11 2011-07-25 16:05

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by StefanL (Post 1055088)
Yep, that is the most likely case. Still working on the ui logic so the decrypt / dictionary / john buttons only go active when the settings are correct.

after your update decrypt key does not work for me
When I try to John, I click decrypt, and nothing happend???

What do you mean when you say this:
..."john buttons only go active when the settings are correct"

StefanL 2011-07-25 16:17

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by Vento (Post 1057517)
why not integrate http://talk.maemo.org/showthread.php?t=73809? for router like alice, fastweb and others

Sorry for my bad english

This seems to be specific to Italien routers, which I cannot test in the near future, since I am not going to Italie again any time soon :(. However, this being open source etc. gives you an ideal opportunity to add anything you want for your needs ;).

StefanL 2011-07-25 16:23

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by sada11 (Post 1057996)
after your update decrypt key does not work for me
When I try to John, I click decrypt, and nothing happend???

What do you mean when you say this:
..."john buttons only go active when the settings are correct"

Edit 1: Yep, that seems to be a bug now :(. Will post an update when I have fixed it. Edit 2: This is a very quick and simple fix (already done) and will be posted soon. :D

You need to select a .cap file at least before the decrypt key goes active (kinda the theme behind event driven programming and QT :rolleyes:). However, in the future, decrypt / john / wordlist buttons should go active when the right combination (ie. wordlist, john setting) has been selected. Or vice versa, select wordlist or john and then the settings buttons go active etc. Still thinking about these details and their implementation. :p

Edit 2: I think I will implement the second ui interaction.

sada11 2011-07-25 16:28

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by StefanL (Post 1058000)
You need to select a .cap file at least before the decrypt key goes active (kinda the theme behind event driven programming and QT :rolleyes:). However, in the future, decrypt / john / wordlist buttons should go active when the right combination (ie. wordlist, john setting) has been selected. Or vice versa, select wordlist or john and then the settings buttons go active etc. Still thinking about these details and their implementation. :p

I know that ,I select a.cap and then type John but nothing happent, the key is marked when I press but nothing

StefanL 2011-07-25 16:45

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by sada11 (Post 1058003)
I know that ,I select a.cap and then type John but nothing happent, the key is marked when I press but nothing

As per my edit in post above, this is a bug: WPA decrypt bug #0.43, now it has an official name too :). Will post a fix for this soon. Also mentioned in these posts already, I have just been slow to fix this since I was working on the major breakthrough of handling APs with space:

Quote:

Originally Posted by g0r (Post 1054293)
wpa decrypt does not work for me on the new v0.43, after getting the handshake when pushing the decrypt button nothing happens (john or dictionaries), worked perfect on prv. version 0.42. I like the new layout, wep works perfect, will be nice if in the new version you can add decrypt for hidden netwrks. the instructions by Estel for hidden ntw. does not worked for me. Many Thanks for Your work on improving this great app. Will be nice if the new working version with instructions be added on the first page. Great work (combine faircrack with yamas script and get more than you bargain for)

Quote:

Originally Posted by mrwormp (Post 1054834)
.

I have the problem also. Xterm reports an error

Traceback (most recent call last):
File ''Main.py'', line 414, in doDecryptWPA
os.environ[''cap''] = str(str(' '' ' + capfile.strip()) + ' '' ' ).strip() #0.43
UnboundLocalError: local variable 'capfile' refrenced before assignment.

Will probably be an easy fix, so stick around for the next few days :p. Edit 1: I have fixed this and will post soon. :D

StefanL 2011-07-26 14:28

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
1 Attachment(s)
Latest update to fix some issues with 0.44 is attached below. This update has some more ui tweaks and fixes the WPA decrypt bug:

1) UI interaction minor fix: Decrypt WEP / WPA tab now provide informative messages ("Select a cap file", "Select a dictionary file", "Select at least one John option") in the status bar area.
2) UI interaction minor fix: Decrypt WPA tab buttons are now context sensitive (ie. decrypt button does not go active until either John or Wordlist selections are correct, John button needs to be pressed to have john option buttons go active, etc.).
3) WPA decryption fully functional again.

Install version 0.3 from post no 1. in this thread (or any other working version), then apply my update. As per usual, make a back-up copy of the files to be replaced (Main.py, FAS.py, getinfo.sh, scan.sh, getmacmanaged.sh, getmacmonitor.sh, wepcaplist.sh, wpacaplist.sh, keylist.sh), copy the archive to the FAS directory on your N900 and extract within xterm in the FAS directory:

tar -xzvf faircrack0.45.tar.gz

Enjoy :p

Note: I think we have reached the limits of what the current version can do, the next step should be a major overhaul to be able to add extra functionality.

Edit 1: Attached file has a fix for delete WPA cap file button not going active until after dictionary file selected, which was in the first release of 0.45.

StefanL 2011-07-26 15:53

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by brokensmile (Post 1057505)
wen i rouched the top menu bar line i can see only two applets in my n900 i.e volume option and battery percentage option... i cant see the all applets like fm transmetter,shortuts,internet,clock,bluetooth etc... the default also went off...how to get it back

Not sure this belongs in this thread :confused:

mrwormp 2011-07-26 16:16

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
I now realise that each time you use this program it create a cap file called replay_arp-date-time in the /home/user directory

StefanL 2011-07-26 16:37

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by mrwormp (Post 1058706)
I now realise that each time you use this program it create a cap file called replay_arp-date-time in the /home/user directory

Only when you do injection, I think. This was discussed with Estel a few pages back (NB: My settings shows 50 posts per page :eek:).

sada11 2011-07-26 16:55

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by stefanl (Post 1058639)
latest update to fix some issues with 0.44 is attached below. This update has some more ui tweaks and fixes the wpa decrypt bug:

1) ui interaction minor fix: Decrypt wep / wpa tab now provide informative messages ("select a cap file", "select a dictionary file", "select at least one john option") in the status bar area.
2) ui interaction minor fix: Decrypt wpa tab buttons are now context sensitive (ie. Decrypt button does not go active until either john or wordlist selections are correct, john button needs to be pressed to have john option buttons go active, etc.).
3) wpa decryption fully functional again.

Install version 0.3 from post no 1. In this thread (or any other working version), then apply my update. As per usual, make a back-up copy of the files to be replaced (main.py, fas.py, getinfo.sh, scan.sh, getmacmanaged.sh, getmacmonitor.sh, wepcaplist.sh, wpacaplist.sh, keylist.sh), copy the archive to the fas directory on your n900 and extract within xterm in the fas directory:

Tar -xzvf faircrack0.45.tar.gz

enjoy :p

note: I think we have reached the limits of what the current version can do, the next step should be a major overhaul to be able to add extra functionality.

now working!!! Thanks

StefanL 2011-07-26 17:12

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by sada11 (Post 1058731)
now working!!! Thanks

Sweet, another satisfied customer :D. Please note there was a small update which is posted on the same post. Just download and apply the latest attached file under the 0.45 version.

sada11 2011-07-26 17:26

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by StefanL (Post 1058750)
Sweet, another satisfied customer :D. Please note there was a small update which is posted on the same post. Just download and apply the latest attached file under the 0.45 version.

Now everything works perfect thank you for that, and I'm glad to have you continued to work on this and I would like to continue and further
Thank you very much

Estel 2011-07-27 12:30

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
I think I've found a bug. When You use john to decrypt WPA cap (I used it with both letters and numbers, but I doesn't think it matter), then You manually close xterm window, where decryption is going, aircrack-ng is *still* running - without any window You can open/close/whatever. It's also consuming 80-90% of Your CPU time, on 900 mhz ;) Have to kill it via xterm using PID.

It happened to me some time ago, but then. I got no clue why. Yesterday, it happened with fully charged battery (I was planning a long train trip today), and by evening, I got only 20% left of dual-scud ;p, with quite warm phone. That was the moment I decided to investigate further. No big deal, but can be quite irritating, if You do not except it and it will drain Your battery in few hours (normal batter can be drain in even 120-150 minutes, from full)

I'm not sure, if it is pure fAircrack bug, or one in maemo aircrack-ng - but seems to happen only, when I use fAircrack john decryption. So I decided to post here.

sada11 2011-07-27 13:05

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by Estel (Post 1059231)
I think I've found a bug. When You use john to decrypt WPA cap (I used it with both letters and numbers, but I doesn't think it matter), then You manually close xterm window, where decryption is going, aircrack-ng is *still* running - without any window You can open/close/whatever. It's also consuming 80-90% of Your CPU time, on 900 mhz ;) Have to kill it via xterm using PID.

It happened to me some time ago, but then. I got no clue why. Yesterday, it happened with fully charged battery (I was planning a long train trip today), and by evening, I got only 20% left of dual-scud ;p, with quite warm phone. That was the moment I decided to investigate further. No big deal, but can be quite irritating, if You do not except it and it will drain Your battery in few hours (normal batter can be drain in even 120-150 minutes, from full)

I'm not sure, if it is pure fAircrack bug, or one in maemo aircrack-ng - but seems to happen only, when I use fAircrack john decryption. So I decided to post here.

and to me the same thing happens when I using the John, as you say it does not matter whether they are just numbers letters or both, I just took the numbers and the same. I even tried to turn off the phone, and after a few moments, phone is turn on (alone) with the message "if you want to turn your phone" YES-NO
????????

mooglez 2011-07-27 13:06

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by Estel (Post 1059231)
I think I've found a bug. When You use john to decrypt WPA cap (I used it with both letters and numbers, but I doesn't think it matter), then You manually close xterm window, where decryption is going, aircrack-ng is *still* running - without any window You can open/close/whatever. It's also consuming 80-90% of Your CPU time, on 900 mhz ;) Have to kill it via xterm using PID.

confirming above

Estel 2011-07-27 13:13

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Just to add some clarification, to my previous post - I dont think this bug was introduced on 0.44 or 0.45 - If i remember correctly, it happened on 0.43 as well (although, I didn't know how to reproduce it, then)

sada11 2011-07-27 13:19

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by Estel (Post 1059261)
Just to add some clarification, to my previous post - I dont think this bug was introduced on 0.44 or 0.45 - If i remember correctly, it happened on 0.43 as well (although, I didn't know how to reproduce it, then)

yes, the same to me

g0r 2011-07-27 13:43

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Tested the new version and works, wep, wpa, with or without spaces, shows the full name .cap in the decrypt section and does delete the files from fas directory but there is a small issue I found, the injection is much more slower than version 0.42, ex: on v0.42 after authenticate and starting the injection the data packets where almost instant where in v0.45 you have to wait for a good few min. and if the network goes down (as it happens with me few good times) and you have to start the process again (authenticate then injection) does take another few good min. before data packets collection starts again where in v0.42 as I said was almost instant. Well to cut it short, the process from the start to the end on v0.42 was taking me from 8 to 12 min for a wep of 12 characters and in the new v0.45 is taking me up to 28min same newtork same settings.
Didn't know about the bug Estel found, will investigate and let you know

StefanL 2011-07-27 14:50

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by Estel (Post 1059231)
I think I've found a bug. When You use john to decrypt WPA cap (I used it with both letters and numbers, but I doesn't think it matter), then You manually close xterm window, where decryption is going, aircrack-ng is *still* running - without any window You can open/close/whatever. It's also consuming 80-90% of Your CPU time, on 900 mhz ;) Have to kill it via xterm using PID.

It happened to me some time ago, but then. I got no clue why. Yesterday, it happened with fully charged battery (I was planning a long train trip today), and by evening, I got only 20% left of dual-scud ;p, with quite warm phone. That was the moment I decided to investigate further. No big deal, but can be quite irritating, if You do not except it and it will drain Your battery in few hours (normal batter can be drain in even 120-150 minutes, from full)

I'm not sure, if it is pure fAircrack bug, or one in maemo aircrack-ng - but seems to happen only, when I use fAircrack john decryption. So I decided to post here.

Yep, I did observe the same myself yesterday as well. Not sure this is a fAircrack bug, either. I used conky to find the offending PID and then kill it in xterm.

StefanL 2011-07-27 14:56

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by g0r (Post 1059280)
Tested the new version and works, wep, wpa, with or without spaces, shows the full name .cap in the decrypt section and does delete the files from fas directory but there is a small issue I found, the injection is much more slower than version 0.42, ex: on v0.42 after authenticate and starting the injection the data packets where almost instant where in v0.45 you have to wait for a good few min. and if the network goes down (as it happens with me few good times) and you have to start the process again (authenticate then injection) does take another few good min. before data packets collection starts again where in v0.42 as I said was almost instant. Well to cut it short, the process from the start to the end on v0.42 was taking me from 8 to 12 min for a wep of 12 characters and in the new v0.45 is taking me up to 28min same newtork same settings.
Didn't know about the bug Estel found, will investigate and let you know

Not sure this is a bug in fAircrack, since it just calls aircrack-ng to do all the heavy work. Collection of data from a network is variable and not expected to be the same each time. :(

Estel 2011-07-27 18:27

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by g0r (Post 1059280)
Tested the new version and works, wep, wpa, with or without spaces, shows the full name .cap in the decrypt section and does delete the files from fas directory but there is a small issue I found, the injection is much more slower than version 0.42, ex: on v0.42 after authenticate and starting the injection the data packets where almost instant where in v0.45 you have to wait for a good few min. and if the network goes down (as it happens with me few good times) and you have to start the process again (authenticate then injection) does take another few good min. before data packets collection starts again where in v0.42 as I said was almost instant. Well to cut it short, the process from the start to the end on v0.42 was taking me from 8 to 12 min for a wep of 12 characters and in the new v0.45 is taking me up to 28min same newtork same settings.
Didn't know about the bug Estel found, will investigate and let you know

Thanks for investigating, but for me it seems to be not related to fAircrack or even aircrack (aireplay, in particular) itself. I've tested package injection, and *when it's working*, it works same as before - 350-500 pps send. Ho ever, You can start resending them only, when ARP packet is generated - I elaborated on it more few pages ago in this thread.

---

As for strange aircrack-ng behavior, what wonders me is, that when decrypting WEP, everything close as it should. I haven't tested dictionary attack - don't have means to do so now, but maybe it's just related to aircrack-ng cooperation with john? Maybe it's even 100% aircrack-ng bug (in which case, Mentalist can be interested), not fAircrack one?

Mr_Ryde 2011-07-27 18:37

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Hi peeps,

I have read through this thread and have attempted numerous reinstalls and reconfigurations and reboots. I always end up in the same position. I have the drivers and I have the necessary apps but when I try and sh Launch i get the following error:

Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "Main.py", line 3, in <module>
import os
ImportError: No module name os


Can one of you clever chaps tell me what the hell I've done wrong?

Cheers.

sada11 2011-07-27 19:01

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by Mr_Ryde (Post 1059455)
Hi peeps,

I have read through this thread and have attempted numerous reinstalls and reconfigurations and reboots. I always end up in the same position. I have the drivers and I have the necessary apps but when I try and sh Launch i get the following error:

Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "Main.py", line 3, in <module>
import os
ImportError: No module name os


Can one of you clever chaps tell me what the hell I've done wrong?

Cheers.

follows this: http://talk.maemo.org/showthread.php?t=73580
This is the easiest way. just run the scrypt (testing) with x-term
all thanx goes to kingoddball who made this

Mr_Ryde 2011-07-27 20:35

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by sada11 (Post 1059466)
follows this: http://talk.maemo.org/showthread.php?t=73580
This is the easiest way. just run the scrypt (testing) with x-term
all thanx goes to kingoddball who made this

Tried it. All goes well (the install runs and there are no problems). Then I try to launch and get the same error :(

pkcmd 2011-07-28 06:36

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
1 Attachment(s)
Text Only. Why?

StefanL 2011-07-28 15:57

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by pkcmd (Post 1059733)
Text Only. Why?

My guess is you don't have all the PyQT stuff installed properly :confused:.

Try running it from PyGTKEditor, it will provide you with an xterm window that shows any problems in the execution of the code.

fatcobrah 2011-07-29 07:25

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
when u gonna connect faircrack with a server to crack wpa/wpa2 online?
can u put an option to use john only for cellphone no.?ex:079XXXXXXX?

colla84 2011-07-29 09:34

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
hi dear, i have more question about this program/gui.

for crack wep and wpa (1 or 2), for find password, we need a dictionary of words?
and dictionary in which folder in the n900 must be?

thanks regards

stevomanu 2011-07-29 09:53

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by colla84 (Post 1060445)
hi dear, i have more question about this program/gui.

for crack wep and wpa (1 or 2), for find password, we need a dictionary of words?
and dictionary in which folder in the n900 must be?

thanks regards

Code:

/home/user/MyDocs/FAS/diction
that is were you put the dictionary file an then it should show in the app its self ..and away you go

colla84 2011-07-29 11:14

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by stevomanu (Post 1060451)
Code:

/home/user/MyDocs/FAS/diction
that is were you put the dictionary file an then it should show in the app its self ..and away you go

thanks for answer fast, and more is big the dictionary more is the possibility can find the keys true???

the format of the file which is? .txt ?

thanks regards

stevomanu 2011-07-29 11:31

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by colla84 (Post 1060496)
thanks for answer fast, and more is big the dictionary more is the possibility can find the keys true???

the format of the file which is? .txt ?

thanks regards

yes .txt is right formatt as for dictionary well that depends really thing is thou the n900 is not the best device to try wpa/wpa2 it would take way to long even on most pc,s it would ... good luck

StefanL 2011-07-29 11:42

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by Estel (Post 1059449)
As for strange aircrack-ng behavior, what wonders me is, that when decrypting WEP, everything close as it should. I haven't tested dictionary attack - don't have means to do so now, but maybe it's just related to aircrack-ng cooperation with john? Maybe it's even 100% aircrack-ng bug (in which case, Mentalist can be interested), not fAircrack one?

Quote:

Originally Posted by sada11 (Post 1059251)
and to me the same thing happens when I using the John, as you say it does not matter whether they are just numbers letters or both, I just took the numbers and the same. I even tried to turn off the phone, and after a few moments, phone is turn on (alone) with the message "if you want to turn your phone" YES-NO
????????

I think this happens, because aircrack is called in a script for the john option and it does not perform a proper clean-up when closing the window. This seems to be a maemo system level / python interaction thing, where the housekeeping isn't working properly. So, I don't think it is an aircrack or fAircrack bug, but I will look into if we can avoid using a script so we don't have to do a manual kill.

StefanL 2011-07-29 11:46

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by fatcobrah (Post 1060402)
when u gonna connect faircrack with a server to crack wpa/wpa2 online?
can u put an option to use john only for cellphone no.?ex:079XXXXXXX?

Ok, will add to my list of things to look at (cellphone stuff); I am not yet conversant with python and web stuff. You may have noticed that I am slowly moving from start to finish of the original program and providing enhancements along the way and have now made it to the decrypt tab. :D

StefanL 2011-07-29 11:54

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by stevomanu (Post 1060500)
yes .txt is right formatt as for dictionary well that depends really thing is thou the n900 is not the best device to try wpa/wpa2 it would take way to long even on most pc,s it would ... good luck

I am working on including the airolib generated database option, which speeds up the password cracking by ~50x (still slow though compared to PC). :)

colla84 2011-07-29 14:53

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Quote:

Originally Posted by StefanL (Post 1060510)
I am working on including the airolib generated database option, which speeds up the password cracking by ~50x (still slow though compared to PC). :)

how to? :D

for driver installation i have found this application :wlan driver applet

it have same fuction like wifiswitcher and load driver edge (wlxxx) or driver stock with tap....


so i have installed atm but dont see if drivers are correctly installed!
this program download driver and use it !

Estel 2011-07-29 21:01

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
Chillout gay and gals. Cloud cracking is huge task, not likely to be finished in weeks or, as I suppose, even months. Lets "allow" StefanL finish things that are obviously missing, then he can prepare absolutely new features in peace, without constant bug reports :D

Ideally, we should be able to do in fAircrack (almost) everything, that we can do using terminal aircrack - then, such a superb features may be slowly introduced ;)

stevomanu 2011-07-29 21:04

Re: [Maemo 5] fAircrack (Aircrack GUI)
 
have update today many thanks for that ,but i was wandering why this feature is not in the updated version ..

packet broadcast injection button for WEP

if not can you maybe add it in next release please


All times are GMT. The time now is 21:53.

vBulletin® Version 3.8.8