Hallo Everyone
Great Distro, i am immensely enjoying it, and enjoying fixing some bugs, maybe related to my hardware, so no blames
Ok First of all Usb installation didnt work in anyway, but hey,! i got it on DVD and installed like a charm .
Now the Bugs:
1) Ettercap is in the menu but its not installed ! Proof:
root@bt:~# ettercap -G
The program 'ettercap' can be found in the following packages:
* ettercap (You will have to enable component called 'universe')
* ettercap-gtk (You will have to enable component called 'universe')
Try: apt-get install <selected package>
*** FIX: ' apt-get install synaptic , then apt-get install gdebi .
when done, download and install the following 2 packages:
https://launchpad.net/~timothy-redae...izzt1_i386.deb
https://launchpad.net/~timothy-redae...izzt1_i386.deb
2) NVIDIA DRIVERS: the tutorial in the WIKI is not working this time, incompatibility issues ( try it before you opt for this fix)
Instructions : gedit /etc/modprobe.d/blacklist.conf
add these lines and save:
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
Then:
apt-get --purge remove nvidia-*
Reboot
add-apt-repository ppa:ubuntu-x-swat/x-updates
apt-get update && apt-get install nvidia-current nvidia-current-modaliases nvidia-settings
Reboot then nvidia-xconfig
3) SOUND: Go to System->Preferences -> Startup Applications
Make sure you’re in the tab ‘Startup programs’
-> Click on ‘Add’
Name: Pulseaudio daemon
Command:/usr/bin/pulseaudio
Comment: Start the sound daemon
Now logout, then login again
4) SSLSTRIP :
root@bt:~# sslstrip
sslstrip: command not found
FIX: Download SSLStrip from http://www.thoughtcrime.org/software/sslstrip/
Then :
root@bt:~# tar -zxvf sslstrip-0.9.tar.gz
sslstrip-0.9/
sslstrip-0.9/README
sslstrip-0.9/COPYING
sslstrip-0.9/setup.py
sslstrip-0.9/sslstrip/
sslstrip-0.9/sslstrip/StrippingProxy.py
sslstrip-0.9/sslstrip/SSLServerConnection.py
sslstrip-0.9/sslstrip/ServerConnectionFactory.py
sslstrip-0.9/sslstrip/ClientRequest.py
sslstrip-0.9/sslstrip/ServerConnection.py
sslstrip-0.9/sslstrip/CookieCleaner.py
sslstrip-0.9/sslstrip/__init__.py
sslstrip-0.9/sslstrip/DnsCache.py
sslstrip-0.9/sslstrip/URLMonitor.py
sslstrip-0.9/lock.ico
sslstrip-0.9/sslstrip.py
root@bt:~# cd sslstrip-0.9
root@bt:~/sslstrip-0.9# python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.6
creating build/lib.linux-i686-2.6/sslstrip
copying sslstrip/ServerConnection.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/ServerConnectionFactory.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/StrippingProxy.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/SSLServerConnection.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/ClientRequest.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/__init__.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/URLMonitor.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/DnsCache.py -> build/lib.linux-i686-2.6/sslstrip
copying sslstrip/CookieCleaner.py -> build/lib.linux-i686-2.6/sslstrip
running build_scripts
creating build/scripts-2.6
copying and adjusting sslstrip/sslstrip -> build/scripts-2.6
changing mode of build/scripts-2.6/sslstrip from 644 to 755
running install_lib
creating /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/ServerConnection.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/ServerConnectionFactory.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/StrippingProxy.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/SSLServerConnection.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/ClientRequest.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/__init__.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/URLMonitor.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/DnsCache.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
copying build/lib.linux-i686-2.6/sslstrip/CookieCleaner.py -> /usr/local/lib/python2.6/dist-packages/sslstrip
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/ServerConnection.py to ServerConnection.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/ServerConnectionFactory.py to ServerConnectionFactory.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/StrippingProxy.py to StrippingProxy.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/SSLServerConnection.py to SSLServerConnection.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/ClientRequest.py to ClientRequest.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/__init__.py to __init__.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/URLMonitor.py to URLMonitor.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/DnsCache.py to DnsCache.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/sslstrip/CookieCleaner.py to CookieCleaner.pyc
running install_scripts
copying build/scripts-2.6/sslstrip -> /usr/local/bin
changing mode of /usr/local/bin/sslstrip to 755
running install_data
creating /usr/local/share/sslstrip
copying README -> /usr/local/share/sslstrip
copying COPYING -> /usr/local/share/sslstrip
copying lock.ico -> /usr/local/share/sslstrip
running install_egg_info
Writing /usr/local/lib/python2.6/dist-packages/sslstrip-0.9.egg-info
Cleaning up...
root@bt:~/sslstrip-0.9# sslstrip
sslstrip 0.9 by Moxie Marlinspike running...
So far these are the bugs i found and they are all fixed.
Hardware: HP G70 INTEL DUAL CORE , NVIDIA GFORCE M9200GX.
Backtrack 5R1 Gnome 32bit
Good luck
GD



