Search:

Type: Posts; User: P373

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    4,333

    Had a similar problem on my install. I got the...

    Had a similar problem on my install. I got the video working fine but couldn't access the card with hashcat. I installed these packages at the end of this THREAD.
  2. Replies
    4
    Views
    4,972

    It says it can't find the kernel headers pedropt....

    It says it can't find the kernel headers pedropt. Did you run:

    apt-get install -y linux-headers-$(uname -r)
  3. Replies
    1
    Views
    3,073

    After you edited the files did you run: ...

    After you edited the files did you run:

    dpkg-reconfigure gdm3
    For the changes to take effect?
  4. Does it give an error if you just install: ...

    Does it give an error if you just install:

    apt-get install pantheon
  5. Replies
    4
    Views
    3,570

    Try the:...

    Try the: http://http.kali.org/kali/pool/main/l/linux-latest/linux-headers-amd64_4.8+76+kali1_amd64.deb
  6. Replies
    4
    Views
    3,570

    To install the kernel source run: apt-get...

    To install the kernel source run:

    apt-get install -y linux-headers-$(uname -r)
  7. Replies
    2
    Views
    4,569

    Have you tried: systemctl enable smbd

    Have you tried:

    systemctl enable smbd
  8. There is a package for Jessie you could install...

    There is a package for Jessie you could install here Pantheon Desktop on Debian
  9. Replies
    69
    Views
    47,449

    You could try Hashcat St0ner1995: hashcat -m...

    You could try Hashcat St0ner1995:

    hashcat -m 2500 -a3 myfile.hccap -1 ?dABCDEF ?1?1?1?1?1?1?1?1?1?1
  10. Have you tried creating a non-root user with...

    Have you tried creating a non-root user with admin privs and running it?
  11. Replies
    1
    Views
    2,532

    You want to have a look at systemctl...

    You want to have a look at systemctl in Debian.

    You would need to run:

    systemctl enable cups

    reboot

    As far as configuring it through the web interface is fine. You should then be able to...
  12. I upgraded to Bettercap. It's pretty cool. Give...

    I upgraded to Bettercap. It's pretty cool. Give it a shot.

    Terminal 1:

    apt-get install bettercap

    bettercap -I eth0 -X
    Terminal 2:

    driftnet -i eth0
  13. Try enabling ip forward: echo 1 >...

    Try enabling ip forward:

    echo 1 > /proc/sys/net/ipv4/ip_forward
  14. Replies
    15
    Views
    9,285

    They updated the kernel this past week. Maybe...

    They updated the kernel this past week. Maybe that? Try loading your old kernels from Grub2 and see if it loads.
  15. Replies
    1
    Views
    3,956

    Try installing the kernel headers and start with...

    Try installing the kernel headers and start with make clean again.

    apt-get update && apt-get install -y linux-headers-$(uname -r)
  16. Replies
    2
    Views
    2,225

    You have to spoof network-manager I found out....

    You have to spoof network-manager I found out. Try this:


    leafpad /etc/NetworkManager/conf.d/30-mac-random.conf

    Add this to the file:


    [device-mac-randomization]
    # "yes" is already the...
  17. Replies
    3
    Views
    4,325

    Wrong Thread

    Wrong Thread
  18. Did you update your entire system before you...

    Did you update your entire system before you tried installing the Metapackage?

    What happens if you install kali-linux-full?
  19. Why don't you do a fresh install of Kali Rolling?

    Why don't you do a fresh install of Kali Rolling?
  20. Should look like this: aircrack-ng -w...

    Should look like this:

    aircrack-ng -w rockyou.txt testfile-01.cap
  21. Replies
    19
    Views
    13,302

    Someone call AT&T and tell them to stop using ten...

    Someone call AT&T and tell them to stop using ten digit pins!!!

    ATT102:383bc862ef4a:00d02d3a9ebf:5814322416

    Session.Name...: hashcat
    Status.........: Cracked
    Input.Mode.....: Mask...
  22. Replies
    19
    Views
    13,302

    Sorry folks. What worked eight months ago no...

    Sorry folks. What worked eight months ago no longer does. I've found downloading the Hashcat Binaries for Windows actually performs pretty good.



    Time.Started...: Wed Sep 21 07:05:43 2016 (1...
  23. Replies
    19
    Views
    13,302

    Install Nvidia: apt-get update apt-get...

    Install Nvidia:

    apt-get update
    apt-get dist-upgrade
    apt-get install -y linux-headers-$(uname -r)
    apt-get install nvidia-kernel-dkms

    Disable nouveau driver:

    sed 's/quiet/quiet...
  24. The important part is you got it installed and...

    The important part is you got it installed and working. Good job.
  25. Thread: Vega Removed?

    by P373
    Replies
    3
    Views
    15,747

    You should file a bug on the kali bug tracker and...

    You should file a bug on the kali bug tracker and it would bring it to someones attention.
  26. Thread: Alfa AWUS051NH V2

    by P373
    Replies
    18
    Views
    28,819

    I took a shot in the dark on that one. I've never...

    I took a shot in the dark on that one. I've never tried connecting a kali usb and any wireless adapters.
  27. Replies
    19
    Views
    13,302

    Did you reboot between these two steps? You maybe...

    Did you reboot between these two steps? You maybe installing the kernel-headers for the kernel your running and not the new one that got dist-upgraded.
  28. Replies
    3
    Views
    1,775

    You're probably using the 4.6 kernel which has...

    You're probably using the 4.6 kernel which has been giving me some problems as well. Try loading your 4.5 kernel in the Advanced Option of Grub.
  29. Go here and install your Nvidia drivers first....

    Go here and install your Nvidia drivers first. Install NVIDIA Drivers on Kali
    Make sure that works okay.
  30. Replies
    1
    Views
    1,128

    You could try this Jayand, boot into Grub and...

    You could try this Jayand, boot into Grub and choose Advanced options. Then arrow down to (recovery mode) and boot that.
    Login and run:



    systemctl start networking
    systemctl start...
  31. Thread: Vega Removed?

    by P373
    Replies
    3
    Views
    15,747

    Maybe you have to install it manually now: ...

    Maybe you have to install it manually now:

    apt-get update && apt-get install vega

    If not you could still download the files from Download Vega
  32. I run Kali Rolling solely on my laptop and dual...

    I run Kali Rolling solely on my laptop and dual boot it on my desktop. Yes it works. After you installed and reboot on your new drive open the terminal and run:

    apt-get update && apt-get...
  33. That is Weird. Try rebooting and when you get to...

    That is Weird. Try rebooting and when you get to the Grub2 screen go to advanced options for Kali and try and choose the right kernel that way. See if it works.
  34. Your welcome.

    Your welcome.
  35. Thread: Alfa AWUS051NH V2

    by P373
    Replies
    18
    Views
    28,819

    It maybe the driver. Make sure you've updated and...

    It maybe the driver. Make sure you've updated and upgraded but don't reboot. Try configuring it then.
  36. What about: dpkg --list | grep linux-image

    What about:

    dpkg --list | grep linux-image
  37. Have you tried updating Grub2 and rebooting? ...

    Have you tried updating Grub2 and rebooting?


    update-grub
  38. Thread: Alfa AWUS051NH V2

    by P373
    Replies
    18
    Views
    28,819

    What does this command tell you: airmon-ng

    What does this command tell you:

    airmon-ng
  39. Thread: Alfa AWUS051NH V2

    by P373
    Replies
    18
    Views
    28,819

    Are you running it on bare metal, usb, or...

    Are you running it on bare metal, usb, or virtually?
  40. Try this DrDinosaur: apt-get --reinstall...

    Try this DrDinosaur:

    apt-get --reinstall install fonts-cantarell
    fc-cache -fv


    Then reboot.
  41. Replies
    1
    Views
    1,342

    Have you tried downloading the file again. Maybe...

    Have you tried downloading the file again. Maybe through a torrent client?
  42. Have you tried Kali Light Edition. It runs XFCE?...

    Have you tried Kali Light Edition. It runs XFCE?

    Lenovo are good as well.
  43. Reboot and connect to the Internet using wlan0....

    Reboot and connect to the Internet using wlan0.
    Then run:

    airmon-ng start wlan1
    airodump-ng wlan1mon


    What happens. This is what works for me on my laptop.
  44. Replies
    1
    Views
    13,835

    Only thin I can think of is to install the nvidia...

    Only thin I can think of is to install the nvidia drivers and see if it picks it up Install NVIDIA Drivers on Kali
  45. Replies
    4
    Views
    2,681

    Did you install this on bare metal or a usb stick?

    Did you install this on bare metal or a usb stick?
  46. Replies
    7
    Views
    4,732

    If it's a fresh install try reinstalling. Only...

    If it's a fresh install try reinstalling. Only thing I can think.
  47. Thread: libcap problems

    by P373
    Replies
    6
    Views
    7,726

    Sorry I missed the part where you already...

    Sorry I missed the part where you already installed it. Which version of kali are you on. I download it and installed fine on kali rolling.
  48. Replies
    2
    Views
    2,841

    I would recommend keep booting into kernel 4.5...

    I would recommend keep booting into kernel 4.5 and keep updating. I've seen similar problems with my Nvidia card. Sometimes you have to wait for X-Server or your video drivers to be updated.

    If...
  49. Thread: libcap problems

    by P373
    Replies
    6
    Views
    7,726

    Try installing this package: apt-get install...

    Try installing this package:

    apt-get install libpcap-dev
  50. Replies
    7
    Views
    4,732

    If you installed Kali 2.0 and upgraded to Kali...

    If you installed Kali 2.0 and upgraded to Kali Rolling I can only suggest a fresh install of Kali Rolling.
Results 1 to 50 of 104
Page 1 of 3 1 2 3