Search:

Type: Posts; User: schwermie

Search: Search took 0.00 seconds.

  1. SHORT VERSION OF THE FIX: ...

    SHORT VERSION OF THE FIX:

    root@kali:/etc/redis# mv /etc/redis/redis.conf /etc/redis/redis.conf.bak
    root@kali:/etc/redis# apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall...
  2. Just to be sure i have a correct redis.conf i did...

    Just to be sure i have a correct redis.conf i did install the package default.

    root@kali:/etc/redis# mv redis.conf redis.conf.bak
    root@kali:/etc/redis# apt-get -o...
  3. I tried to start the redis-server manually. There...

    I tried to start the redis-server manually. There seems to be a problem with the redis.conf. Finally problem fixed...

    root@kali:~# redis-server /etc/redis/redis.conf

    *** FATAL CONFIG FILE ERROR...
  4. grid, i tried your idea, no luck. After...

    grid, i tried your idea, no luck. After reinstalling:

    Setting up redis-server (2:2.8.17-1+deb8u3) ...
    Job for redis-server.service failed. See 'systemctl status redis-server.service' and...
  5. cat /var/log/apt/term.log ... Setting up...

    cat /var/log/apt/term.log
    ...
    Setting up redis-server (2:2.8.17-1+deb8u3) ...
    Job for redis-server.service failed. See 'systemctl status redis-server.service' and 'journalctl -xn' for details....
  6. I did try remove redis-server and the packages...

    I did try remove redis-server and the packages depending on it. Then reinstall all packages again. No luck.

    root@kali:~# apt-get remove redis-server
    Reading package lists... Done
    Building...
  7. Trying to remove the redis-server package is not...

    Trying to remove the redis-server package is not possible as it wants to remove kali-linux-full openvas openvas-scanner as well.
  8. # systemctl status redis-server.service ●...

    # systemctl status redis-server.service
    ● redis-server.service - Advanced key-value store
    Loaded: loaded (/lib/systemd/system/redis-server.service; enabled)
    Active: failed (Result:...
  9. dist-upgrade failed by redis-server package (Kali 2.0/sana)

    Hi,

    I just did an apt-get update && apt-get dist-upgrade -y

    ...
    Errors were encountered while processing:
    redis-server
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    Anyone...
  10. Replies
    4
    Views
    11,682

    I just downloaded the 64bit ISO file through...

    I just downloaded the 64bit ISO file through direct download. No troubles here.

    Perhaps you noticed a little hick-up.
  11. Hi kalirookie1, You should not connect your...

    Hi kalirookie1,

    You should not connect your awus036nh to OSX and put the in bridged mode. You can even leave the onboard airport active.

    Follow these steps.
    - Connect your awus adapter.
    - In...
  12. Check your repo's as mentioned by g0tmi1k cat...

    Check your repo's as mentioned by g0tmi1k
    cat /etc/apt/sources.list and compare them to the one's in the documentation.

    Don't forget to do a apt-get update when your repo's are fixed.
  13. Thread: BooT Failed

    by schwermie
    Replies
    3
    Views
    5,172

    Are you certain the image you downloaded isn't...

    Are you certain the image you downloaded isn't corrupt. Did you perform a sha hash check?
  14. Replies
    3
    Views
    2,926

    It can be many different things. At time of...

    It can be many different things. At time of download the server load could be high. The mirror you get redirected to has issues. You could try and manual select a mirror from where you download kali....
  15. Replies
    8
    Views
    20,988

    More info at:...

    More info at:
    http://docs.kali.org/general-use/kali-linux-sources-list-repositories
  16. Replies
    8
    Views
    18,252

    You could try to use an other mirror. Just edit...

    You could try to use an other mirror. Just edit your sources.list file with a mirror you would like to use. You can find the mirror site at:
    http://docs.kali.org/kali-support/kali-linux-mirrors
  17. Replies
    4
    Views
    8,511

    Kali is not the distro to start with as a linux...

    Kali is not the distro to start with as a linux beginner. Try to get the linux basics before jumping into Kali. There are enough online resources for learning Linux.
  18. Replies
    2
    Views
    2,559

    It is a tar.gz file. use tar xvzf on...

    It is a tar.gz file. use tar xvzf <filename> on linux or if you use Windows to unpack, download 7-Zip.
  19. Replies
    6
    Views
    6,879

    When you look at:...

    When you look at: http://docs.kali.org/kali-support/kali-linux-mirrors, you can select a mirror near to you, with a good transfer speed.
    You have to edit your sources.list file, to change the mirror...
  20. Replies
    16
    Views
    24,049

    You mean SHA1 hash. But i agree, make sure the...

    You mean SHA1 hash. But i agree, make sure the image is 100% correct.
  21. Replies
    5
    Views
    4,578

    Could you post the solution as well. Other...

    Could you post the solution as well. Other (forum) users might get the same problem, and this post might help them to solve their problem.
  22. Replies
    6
    Views
    102,205

    The username should be "root" (lowercase, without...

    The username should be "root" (lowercase, without quotes).

    If this does not help, try login using single user mode, and reset the password.
  23. Perhaps this documentation helps a bit, it...

    Perhaps this documentation helps a bit, it explains the repos and it's use.

    http://docs.kali.org/general-use/kali-linux-sources-list-repositories
  24. Thread: Live usb

    by schwermie
    Replies
    1
    Views
    3,137

    The current image is 2.4G in space. You could...

    The current image is 2.4G in space. You could create 2 partitions and use the second for persistance. More info at: http://docs.kali.org/installation/kali-linux-live-usb-install

    What would you...
  25. Replies
    7
    Views
    17,470

    When you run netstat -tulpn do you see that a...

    When you run netstat -tulpn do you see that a service is listening on port 22?
    If so, can you connect to ssh localhost from your Kali system?

    As system_crash mentioned, i would advise to use...
  26. Replies
    3
    Views
    9,257

    I would suggest to try and build one yourself. I...

    I would suggest to try and build one yourself. I should be straight forward.

    http://docs.kali.org/live-build/live-build-a-custom-kali-iso

    If you add persistence to your USB install, you should...
  27. You can have multiple entries, but i recommend to...

    You can have multiple entries, but i recommend to put it in one line:

    127.0.0.1 localhost bostaurus
  28. Replies
    4
    Views
    4,256

    Time to do some network troubleshooting. Check...

    Time to do some network troubleshooting. Check DNS, Routing (gateway set?), ARP table being populated etc...
  29. Nice to know you got it up and running now.

    Nice to know you got it up and running now.
  30. Replies
    15
    Views
    28,942

    No, i don't have a surface pro, but i think your...

    No, i don't have a surface pro, but i think your wireless chipset is not supported with the default Kali Live.
  31. Replies
    2
    Views
    5,041

    What is the output for iwconfig & dmesg (wlan...

    What is the output for iwconfig & dmesg (wlan related)?

    My wg111v2 works great in BT as in Kali (fresh install, no extra configuration needed)
  32. What is the ouput for iwconfig & dmesg ( related...

    What is the ouput for iwconfig & dmesg ( related to wireless) ?
  33. Replies
    1
    Views
    4,469

    What is the output for netstat -tulpn? Perhaps...

    What is the output for netstat -tulpn? Perhaps apache is still listning on port 80.
  34. My install took around 10 minutes. But i used dd...

    My install took around 10 minutes. But i used dd on OSX. Not that i think it should take longer on Linux systems.
  35. Replies
    47
    Views
    397,659

    Great post. I just wanted to add, increasing...

    Great post. I just wanted to add, increasing power is only effecient one way. A better antenna (even better a directional one) works better both ways. It is nice they hear you a few blocks away, but...
  36. Replies
    12
    Views
    14,985

    I think you meen apt-get update && apt-get...

    I think you meen apt-get update && apt-get upgrade. A dist-upgrade is if you would switch to a complete new distribution version. Not applicable yet.
  37. Replies
    5
    Views
    9,560

    If you know the partitions where Centos is...

    If you know the partitions where Centos is installed. It shouldn't be to hard to fix. Otherwise boot Kali and run fdisk, you should be able to view the partition table. Be aware, don't change the...
  38. Replies
    15
    Views
    28,942

    I got my wireless adaptor detected during...

    I got my wireless adaptor detected during install, so i think it is a driver/hardware issue. If you mount your disk, you should be able to add the files needed for EFI boot.
  39. Replies
    8
    Views
    15,004

    I tried many ways to get this working, also the...

    I tried many ways to get this working, also the one in the post charonsecurity refers to, but till now no luck.

    But i won't give up. If i have the fix, i will post the steps to take. I someone...
  40. If you need a playground to start with, take a...

    If you need a playground to start with, take a look at http://www.dvwa.co.uk/

    Also i believe that all web developers should be familiar with the OWASP Top 10. Good coding and input validation is...
  41. If Kali was not able to run properly, then there...

    If Kali was not able to run properly, then there wouldn't be an official document.

    http://docs.kali.org/general-use/kali-linux-virtual-box-guest

    I think compuwar is correct, there are no...
  42. Replies
    4
    Views
    10,978

    Ton, dd makes an exact copy of your image. If...

    Ton,

    dd makes an exact copy of your image. If your image file is a small volume, you get this result. You can expand your partion as explained by brav0hax.
  43. Deauth frames are part of management frames which...

    Deauth frames are part of management frames which are always unencrypted. So there is no current solution. aerokid240 is totally correct in his reply.
    As i'm correct there will be a new standard on...
Results 1 to 43 of 43