Jump to content

druncPyrit

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by druncPyrit

  1. Your problem is that you're new to this forum so you have a low post count. When you get to 5 you can edit your posts and make quite a few more than the current amount per day.

    It's sad that this is necessary but that's what it takes these days to combat forum spam.

    No probs mate..Thought it might be that.

  2. Sorry i needed a reboot sorry anout the way the code looks but i cant find an edit button.

    So now you all know that i suck on IDE's maybe this will make up for it..

    95745462-2f35-4bbd-a526-cba72d137a4e.png

    And just when you thought things couldnt get any better. Look at the driver version and head straight to

    http://hashcat.net/oclhashcat/ What Are you waiting for ? Get Cracking!

    Screenshot%20from%202015-09-22%20115953.

    I really need sleep. full credit MUST and an extremeley thorough explanation of the reason for the commands used head over to.http://unix.stackexchange.com/a/222662

    Sorry about the mess been almost 10 years and that was phpBB If someone could help ill merge and fix it up.

    Card used is an R7 200 clocks about , PMK's/swc in cpyrit OCL wish i could get cal++ working.

    Abd a lessom fhere for everyone. Im stayimg at a mates, he showed me his ISP issued password

    which just quietly is there before your eyes. Yep an 8 digit password. Have fun! 1min / digit...

  3. The easy way to do it.. I wrote a bash script for this because i keep breaking python with cal++ (which also happened in kali) every time it happens it seems the only solution is a fresh install.

    Here goes...

    By the looks of things you're packages are broken to bits maybe consider a fresh install and apt-get update && apt-get upgrade

    mv /usr/lib64 /usr/.lib64
    mv /usr/x86_64-linux-gnu /usr/.x86_64-linux-gnu
    apt-get install gcc g++ make dkms fakeroot
    
    # Download https://mega.co.nz/#!249nkZ6D!G_QanBu2lj5N3MnbHtC3kQLleV5QaSSE51iwfosnyn0
    
    cp ~/Download/Catalyst_15.7.tar.gz ~/
    tar zxvf Catalyst_15.7.tar.gz
    cd Setup-Experimental
    mkdir /lib/modules/4.0.0-kali1-amd64/build/include/linux
    cp /usr/include/linux/version.h /lib/modules/4.0.0-kali1-amd64/build/include/linux/
    sh ati-installer.sh 15.20 --install
    ! IMPORTANT DON'T REBOOT !
     aticonfig --initial
    
    ##############################################
    Nearly there....
    
    echo "export COGL_DRIVER=gl" >> /etc/environment
    echo "export COGL_OVERRIDE_GL_VERSION=1.4" >> /etc/environment
    echo "export COGL_RENDERER=GLX" >> /etc/environment
    echo "export LD_PRELOAD=/usr/lib/fglrx/fglrx-libGL.so.1.2" >> /etc/environment
    echo "export COGL_DRIVER=gl" > ~/.xsession
    echo "export COGL_OVERRIDE_GL_VERSION=1.4" >> ~/.xsession
    echo "export COGL_RENDERER=GLX" >> ~/.xsession
    echo "export LD_PRELOAD=/usr/lib/fglrx/fglrx-libGL.so.1.2" >> ~/.xsession
    echo "gnome-session" >> ~/.xsession
    mv /usr/.lib64 /usr/lib64
    mv /usr/.x86_64-linux-gnu /usr/x86_64-linux-gnu
    Here's my Second most 3rd most favourite part
    shutdown -r now
    
    
×
×
  • Create New...