Why not add this to your code
import gtk, pygtk
window = gtk.Window()
screen = window.get_screen()
print "width = " + str(screen.get_width()) + ", height = " + str(screen.get_height())
Type: Posts; User: ondrovic; Keyword(s):
Why not add this to your code
import gtk, pygtk
window = gtk.Window()
screen = window.get_screen()
print "width = " + str(screen.get_width()) + ", height = " + str(screen.get_height())
cool looking forward to it :-)
Seems like it doesn't handle multiple folders very well. Also can get favicon.ico from any site
here is the error log from trying to clone a website
Great work finally got around to testing this. I noticed when cloning a site it comes back with a lot of 404 errors. I will post a log file tomorrow for you.
I would love to test 3.0 I use it on bt4 and also os x ondrovic @ gmail [dot] com
why not split your world list file into smaller segments?
Good job buddy, haven't had a chance to test it yet buy looks very promising. Keep up the great work
i get this error trying to run the script.
root@bt:~# sh fone.sh
: command not found
'one.sh: line 132: syntax error near unexpected token `{
'one.sh: line 132: `ITSATRAP() {
Getting this...
dpkg -i *.deb should do it then just python /usr/local/bin/Fern Wifi Cracker/execute.py
try here boot-multiple-iso-from-usb-multiboot-usb
New version uploaded to svn
Very nice script. Glad that you are learning python keep up the good work :-)
Got svn access to the code now get it here fern-wifi-cracker - Revision 4: /trunk hope this makes everyone feel a little better about the code and the developer
I have been in contact with Saviour and he is a very nice guy. This is his first project and he is trying to share it with everyone on this great forum. There have been some issues with him setup up...
Looks great. Great job with the interface.
I updated your passthrough script to add the ability to select a charset
PasteBin Link
Here is a little script I threw together to do the functions of airolib-ng thought I would share.
#!/bin/bash
airolib="/usr/local/bin/airolib-ng" # location of airolib-ng...
I have found an issue when update aircrack-ng, the script downloads and compiles that latest svn version like it is supposed to but it leaves the new files in /pentest/passwords/aircrack-ng/src and...
well trying the following
./crunch 8 8 -f mixalpha-numeric-all-space | airolib-ng ~/wpadb --import passwd
prints list to screen
or
here is an interesting article on TrueCrypt
FBI hackers fail to crack TrueCrypt - Techworld.com
I have been searching all morning to see if this was possible and thus far have come up blank.
Can you use crunch and pipe the output into an airolib-ng database? If it is possible would it be...
I get the following when trying to do a make
WARNING: Symbol version dump /usr/src/linux-source-2.6.34/Module.symvers
is missing; modules will have no dependencies and modversions.
...
Seems as though you are making some good progress on your script :-). It seems to be working much better now. I am not a fan of gui interfaces and loved it the way it was before you added the gui,...
I noticed that the version of Conky that is available in BT4 is only version 1.6.1. Has anyone successfully updated to 1.8.0? If so can some post a how-to guide?
Thanks