Search:

Type: Posts; User: charonsecurity

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds; generated 1 minute(s) ago.

  1. Sounds like a partition was made, possibly FAT16?...

    Sounds like a partition was made, possibly FAT16? Chances are the rest of the disk space is still there, just no configured partition.

    You can use fdisk, or gparted to take a look to be sure, and...
  2. Replies
    5
    Views
    28,850

    Try that and then try apt-get install locales.....

    Try that and then try apt-get install locales.. (Full disclose, I have no clue if that will work here, careful as it actually might make things worse.)
  3. Replies
    3
    Views
    20,768

    Modify your /etc/profile to have the "PATH"...

    Modify your /etc/profile to have the "PATH" directive to be the same. When you look, you will see the "else", slightly different.
  4. Replies
    7
    Views
    21,463

    Can you post the contents of your...

    Can you post the contents of your /etc/apt/sources.list...

    Also try apt-get update && apt-get upgrade and then try to install finger again.

    --charonsecurity
  5. Replies
    2
    Views
    2,284

    I would recommend to sticking with the default...

    I would recommend to sticking with the default two for now, until you come across a reason to enable additional repos. I had recently did a fresh install of Kali, (been a while) added the additional...
  6. Replies
    4
    Views
    12,314

    Give this a shot: fdisk /dev/sde Brings you...

    Give this a shot:
    fdisk /dev/sde

    Brings you to a the fdisk prompt. D for delete partition. N for new partition, just hit enter to accept the defaults. T to tell what kind of filesystem. Safe to...
  7. It sounds to me you have a really unstable...

    It sounds to me you have a really unstable internet connection or your Kali server is underpowered. If you are able to ssh in with the only issue being stalls and slowdown, I would like to get some...
  8. Replies
    20
    Views
    30,921

    Run the command: apt-get update again.

    Run the command: apt-get update
    again.
  9. Replies
    1
    Views
    2,297

    I've read of commercial services that make it...

    I've read of commercial services that make it promise for this kind of request. However if the usb which contained the only set of private keys was formatted... maybe it was a low lvl format so don't...
  10. Replies
    1
    Views
    1,822

    The USB was in the wrong slot?

    The USB was in the wrong slot?
  11. Replies
    1
    Views
    1,745

    If its something in the bios, then you are...

    If its something in the bios, then you are looking for an option somewhere, that should be under the heading of "System Boot Order", or "Startup Boot Order" or something that has to do with boot...
  12. Replies
    1
    Views
    1,402

    To see this sizes of your hard drives, open a...

    To see this sizes of your hard drives, open a console and type, "df -h" the dash -h means easier to understand. You should be able to see you windows partition from Kali, in dolphin browser or...
  13. https://forums.kali.org/showthread.php?271-How-to-...

    https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux/
  14. Replies
    4
    Views
    5,205

    I suspect it may be because of how Windows 8...

    I suspect it may be because of how Windows 8 machines are loaded on to the system,
    https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux/page6&highlight=windows+8+ueif
  15. You mentioned windows 8... I believe your issue...

    You mentioned windows 8... I believe your issue lies possibly with the UEFI boot loader. Have you seen this page https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux it might be...
  16. What methods have you tried?

    What methods have you tried?
  17. Replies
    3
    Views
    4,055

    It almost sounds like you are describing a...

    It almost sounds like you are describing a perfect example usage for a Home VPN setup...
  18. Replies
    4
    Views
    2,983

    Try the command ifconfig eth0 up.

    Try the command ifconfig eth0 up.
  19. Replies
    5
    Views
    6,287

    I respectfully want to disagree with this...

    I respectfully want to disagree with this statement. By it's nature pen testing can be quite destructive. Why one reason you would want to schedule an attack on a production environment, when traffic...
  20. Replies
    2
    Views
    2,775

    If your intuition is correct, simply use the...

    If your intuition is correct, simply use the windows format utility from windows explorer and format the usb to fat32.
  21. lol, I actually had the same ah.ha moment as the...

    lol, I actually had the same ah.ha moment as the op when I first started out on linux some odd years ago. I'm betting he is very gratified to learn this gem, I know I was back then. still funny to...
  22. Should be fine, just remember you can have only 4...

    Should be fine, just remember you can have only 4 primary partitions, but as many extended partitions as you'd like.
  23. Replies
    4
    Views
    7,785

    Hmmm. The segmentation error, may be the culprit....

    Hmmm. The segmentation error, may be the culprit. Sometimes this error happens when it tries to read or write to the memory that it shouldn't. (Though not sure as to why you got this error) And not...
  24. I understand what you are trying to achieve, the...

    I understand what you are trying to achieve, the issue is your partitions setup I believe. Right now you have Kali as your first partition, so when you plug in your drive, windows sees it as a...
  25. The 'needs to be formatted' is normal under...

    The 'needs to be formatted' is normal under windows. Actually after you install kali onto any disk, it will convert the drive partitions to its own format (ext4?) (Not sure about the persistence...
  26. Installing on virtual box requires a little but...

    Installing on virtual box requires a little but more configuration on your end. Also, there is an ISO specifically for making a VM machine of Kali. Are you using that one? When you are installing you...
  27. Did you download the correct Kali Version (i.e....

    Did you download the correct Kali Version (i.e. the kali-linux-1.0.5-armhf-chromebook)?
  28. Is your PC using an ARM Processor?

    Is your PC using an ARM Processor?
  29. Yeah, you are on the right track. Basically I...

    Yeah, you are on the right track. Basically I would make a liveUSB/DVD (the backtrack one you have should be fine) and use gparted from there to resize the partitions.

    Edit*** Back Up first
  30. In Virtual Box ensure that the network settings...

    In Virtual Box ensure that the network settings is set to bridged.
  31. What method are you using to attempt to put it to...

    What method are you using to attempt to put it to usb? Have you checked your bios settings to ensure you have cd-rom set to boot before harddrive? Did you burn the dvd at the slowest possible setting...
  32. You might want to check up some of the threads...

    You might want to check up some of the threads for EFI Bootloading. That may be where your issue is.

    edit* oops heres one to start with...
  33. Replies
    6
    Views
    24,876

    I'm fairly certain 32-bit operating systems can...

    I'm fairly certain 32-bit operating systems can run on 64-bit hardware, and not the other way around...
  34. Replies
    7
    Views
    60,410

    There are additional Kali sources that can be...

    There are additional Kali sources that can be used, however as a word of caution the repo's on the documentation page are the recommended repos, as adding these additional ones may cause issues down...
  35. Replies
    11
    Views
    7,961

    Yes I concur with maverik35. Posting the outputs...

    Yes I concur with maverik35. Posting the outputs as he suggested will also help us troubleshoot your issue, and hopefully will get your machine up and running smoothly.
  36. When you initially format the usb before using...

    When you initially format the usb before using win32, what file system (ie fat32) are you using? In windows you won't be able to (natively) read the usb and will say it needs formatting, this is...
  37. From the sounds of it, you may have missed...

    From the sounds of it, you may have missed something. During a normal LVM gui install, it will ask you twice to enter a password. One for the Root user password, and the other for the encryption...
  38. Replies
    7
    Views
    60,410

    I would like to recommend to go ahead and compile...

    I would like to recommend to go ahead and compile it from source. Here is the latest from the official site;
    http://launchpad.net/terminator/trunk/0.97/+download/terminator-0.97.tar.gz

    I believe...
  39. I'm afraid your Pentium is a bit dated. I believe...

    I'm afraid your Pentium is a bit dated. I believe there is a non-pae build of Kali out there. Basically the error is telling you that your processor doesn't have the right instruction set programmed...
  40. Replies
    11
    Views
    7,961

    Yes, try (disabling) with the on board card...

    Yes, try (disabling) with the on board card first. And see if your nvidia will kick in. Then try vice versa. You shouldn't need to reinstall each time, it may just be confused. With the install are...
  41. Replies
    6
    Views
    5,445

    Double check this for us. I've seen it where the...

    Double check this for us. I've seen it where the volume was muted by default and that may be the issue. Since modprobe already stated it was in use.
  42. Replies
    5
    Views
    7,076

    I haven't tried this, but I did find a tutorial...

    I haven't tried this, but I did find a tutorial that seems to be what you are looking for:
    http://superuser.com/questions/499617/how-can-i-add-linux-to-the-new-windows-8-boot-manager

    Report back,...
  43. You are half way there. You need to format that...

    You are half way there. You need to format that unallocated space into a partition, I suggest ext4. I would use gparted that comes with Kail, not sure if windows can do ext partitions. ALSO, you can...
  44. Replies
    2
    Views
    2,010

    Also in addition to maverik35's questions, can he...

    Also in addition to maverik35's questions, can he connect to the forums directly not using the link? And if not, have him try using google's dns servers 8.8.8.8 and 8.8.4.4.
  45. Good question. I am sure everyone will have a...

    Good question. I am sure everyone will have a positive opinion either way. Personally I prefer the dual boot option (mainly to get rid of headaches with compatibility and networking issues.) Also...
  46. At what recording speed did you burn the DVD? If...

    At what recording speed did you burn the DVD? If you haven't tried yet, try burning at the lowest possible speed. Dono why but this seems to work. Also if you just can't get a dvd to work, try using...
  47. I'm sure you already searched for a solution and...

    I'm sure you already searched for a solution and came across this page: http://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux ? If not see if that can help you out, also for your...
  48. Replies
    5
    Views
    4,644

    Here check out this page:...

    Here check out this page: http://www.kali.org/kali-monday/pass-the-hash-toolkit-winexe-updates/
  49. Replies
    19
    Views
    23,517

    I like it, very beautiful. Great work man!

    I like it, very beautiful. Great work man!
  50. Replies
    6
    Views
    4,881

    For now, yes you are correct. In Virtual Box, the...

    For now, yes you are correct. In Virtual Box, the video card is being virtualized, meaning its really hardware emulation. I believe though in the future some developers are working for a way to allow...
Results 1 to 50 of 271
Page 1 of 6 1 2 3 4