Awesome, worked for me, and alot easier than anywhere else I've been looking. I been messin with this all day, hp G60 Nvidia Geforce 8200M Ghttp://www.backtrack-linux.org/forums/images/smilies/wink.png
Printable View
Awesome, worked for me, and alot easier than anywhere else I've been looking. I been messin with this all day, hp G60 Nvidia Geforce 8200M Ghttp://www.backtrack-linux.org/forums/images/smilies/wink.png
Hey guys. So any of you guys can't get pyrit up and running here are some other options if pyrit isn't being nice and is not installing.
If your getting
cpyrit/_cpyrit_cpu.c:35:26: error: openssl/hmac.h: No such file or directory
cpyrit/_cpyrit_cpu.c:36:25: error: openssl/md5.h: No such file or directory
cpyrit/_cpyrit_cpu.c:37:25: error: openssl/sha.h: No such file or directory
cpyrit/_cpyrit_cpu.c:38:25: error: openssl/aes.h: No such file or directory
Try this.
sudo apt-get install libssl-dev
if libssl-dev doesn't install and you get
The following packages have unmet dependencies:
libssl-dev: Depends: libssl0.9.8 (= 0.9.8k-7ubuntu8.6) but 0.9.8k-7ubuntu8.8 is to be installed
E: Broken packages
Try this
Add the following to /etc/apt/sources.list :
deb http://security.ubuntu.com/ubuntu lucid-security main
type in the terminal:
sudo apt-get update
Then, delete the newly added entry of the sources.list.
After that "apt-get install libssl-dev" should be working.
Thanks to samiux (samiux.blogspot.com/2012/03/howto-backtrack-5-r2-on-intel-x79.html)
If your still getting the same broken packages error last resort try this
1. In a terminal window, first type apt-get install synaptic
Wait for that to install and then start synaptic by typing synaptic in the terminal.
2. Wait for synaptic to update it’s search results and then in the search bar type dhcp3-common
3. Click on it and then in the “Package” menu at the top, select “Force Version…” The shortcut is ctrl+e.
4. In the drop-down menu, select 3.1.3-2ubuntu3.2 (stable)” and click force version and then “Mark”.
5. Press the “Apply” button with the green checkmark. Double-check to make sure you’re doing the right thing in the pop-up window. You will be removing dhcp3-common, dhcp3-gtk, dhcp3-daemon, and also Wicd.
6. Wait for Synaptic to do it’s thing and then close it. (Don’t reboot or anything like that!)
7. Since Wicd is important for starting and stopping networking with a GUI, reopen the terminal window and type apt-get install wicd
After that "apt-get install libssl-dev" should be working.
Thanks to thespiritbomber (http://pbnsec.com/?author=2)
I thought I'd share this with everyone because I had to do the last resort. I've spent a few days filtering though forums and the web for answers before pulling out my hair, nearly throwing my computer across the apartment in furry before finding my fix. I wasn't about to ask for help just yet lol. Hope this collaboration of articles helps someone out.
I try this way and it works. But now I have issue with Log Off. If I try to Log Off from xserver my laptop screen is completely black. :(
Any suggestions?
More info: Fresh clean installation of BT 5 R2, two different nvidia drivers used (from nvidia official download site), BT 5 R2 reinstalled four-five times already. Laptop is Sony VPCCW17FX with GeForce M210 family.
Same thing is happening if I try to reach tty session from x session. But one thing is strange. I am able to type on my keyboard (I am not able to see what I am typing and where) startx and I am back in x session. So something is missing or something is wrong. With nouveau drivers everything works fine.
Is it something with gdm, plymounth or.........
i try install CUDA error please help me
Attachment 1048
root@bt:~# cd pyrit/pyrit/
root@bt:~/pyrit/pyrit# cd ../cpyrit_cuda/
root@bt:~/pyrit/cpyrit_cuda# python setup.py build
running build
running build_ext
Skipping rebuild of Nvidia CUDA kernel ...
Building modules...
building 'cpyrit._cpyrit_cuda' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda/include -I/usr/include/python2.6 -c _cpyrit_cuda.c -o build/temp.linux-x86_64-2.6/_cpyrit_cuda.o -Wall -fno-strict-aliasing -DVERSION="0.4.1-dev (svn r308)"
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/_cpyrit_cuda.o -lcrypto -lcuda -lz -o build/lib.linux-x86_64-2.6/cpyrit/_cpyrit_cuda.so
/usr/bin/ld: cannot find -lcuda
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
root@bt:~/pyrit/cpyrit_cuda#
i try install the cuda but no CUDA is assigned into my cores ...
after we do pyrit/cpyrit_cuda/ setup.sh build and install its all success but i doesn't see the one of cores is assigned to CUDA
root@bt:/source/pyrit/cpyrit_cuda#pyrit list_cores
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Leug http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
The following cores seem available...
#1: 'CPU-Core (SSE2/AES)'
#2: 'CPU-Core (SSE2/AES)'
#3: 'CPU-Core (SSE2/AES)'
#4: 'CPU-Core (SSE2/AES)'
root@bt:/source/pyrit#
PS: i've use on my sony vaio laptop series Z115GG that has dual video card, 1 is NVIDIA with CUDA, 2 is Intel Graphics Accelerator
NVIDIA with CUDA when i search is NVIDIA GT-330M (300 Series Mobile)
kindly advice what is happen or missed