apt search nfdump
Sorting... Done
Full Text Search... Done
ivre/kali-rolling,now 0.9.18-0kali2 all [installed,automatic]
network recon framework IVRE or DRUNK
ivre-doc/kali-rolling...
Type: Posts; User: Fred Sheehan
apt search nfdump
Sorting... Done
Full Text Search... Done
ivre/kali-rolling,now 0.9.18-0kali2 all [installed,automatic]
network recon framework IVRE or DRUNK
ivre-doc/kali-rolling...
If your running it in a VM then give it more RAM, Chrome is a notorious RAM hog.
Have you fully updated your system?
It is partly driver related, but also by default most tools automatically choose 2.4 GHz
Threw me to start with too.
Good write up how to chasnge it here;...
Choose a basic install, with no extras, and once the system is installed you can update it/add any packages you want.
Usually it fails when you ask it to install extra packages and the network...
Is this a kali only install, or installed in a VM?
Bare metal you need to create a minimum of 2 partitions, one FAT32 formatted EFI partition where Grub lives, and another for the main Kali...
You can certainly config it in xorg, but monitors are either 'joined' where they but edges virtually, 'mirrored' so both showing the same, or individual, but I don't think that allows 2 monitors at...
Hi Stuart,
I do have a pretty deep knowledge of most Operating Systems, I've been involved with various computing platforms for most of the last 40+ years, my own first 'PC' was an Amstrad 1512...
Clarity is always best, and I am just an end user of Kali myself Stuart ;)
As Kali is now using zshell, you could add some plug ins, that's what I do :)
https://linuxhint.com/setup-configure-autocomplete-zsh/
Your first post it appeared you had lost connection whilst trying to do a full install, and doing it that way if any single package fails the entire install will too.
Using the tweaks menu you could...
You can use macchanger, its already installed in Kali;
macchanger -h
You need to import the file into your virtual machine manager, not try and directly mount it
different OS here, but method is the same;
...
Or screen resolution, are you using a high resolution monitor?
That can get really tiny on a 4K screen.
Or do you mean the screen is garbled, that's normally drivers..
Hi groothendrik,
I did try several methods actually in testing, the chap who was part of the Orca team even wrote a Python based application called Fenrir that would read terminal input, and I...
https://www.offensive-security.com/metasploit-unleashed/meterpreter-basics/
In BIOS you need to disable secure boot and allow 'legacy boot' sometimes called CSM on some systems.
If you previously had another OS on there, like Windows, then you will usually need to fully...
Have you been changing your wifi adapter settings at all?
MAC changers will stop you getting a normal connection but still allow ping..
sudo macchanger -p eth0
would change the Mac address...
Before you can apt-get install anything you need to update the repositoiry
sudo apt-get update
sudo apt-get full upgrade -y
You can install all the tools at once through the kali tweaks menu
Then you either have a DNS issue or your connection is not being forwarded,
can you ping an outside connection;
ping google.com
or check your ip route;
traceroute google.com
One thing to note here, if your on Windows it may well 'see' the downloaded Kali VM as a malicious file and perhaps this is why you can't get it unpacked successfully!
Make sure Windows Defender...
airgeddon is a wrapper tool, it uses many of Kali installed wifi tools automatically for you, and automates all the steps, just run it;
sudo airgeddon
Or you can launch it from the main Kali...
Kali contains many tools windows won't like, after all a great many can be used to compromise a windows machine.
Add your virtual machine folder to the excluded section of your anti virus to stop...
You probably forgot to enable port forwarding before setting up your iptables?
https://www.digitalocean.com/community/tutorials/how-to-forward-ports-through-a-linux-gateway-with-iptables
Being up and being ready for what?
Did you change the MAC address?
reset the MAC to default
https://www.poftut.com/install-configure-run-linux-tftp-client/
you can set up dnsmasq to do that, its in the Kali repo..
https://dnsmasq.org/
You are in a virtual machine, so therefore you have a virtual CPU and a virtual GPU, you can allocate more cores to your virtual CPU and enabled graphics accelleration for the virtual GPU in your...
a VNC server is a virtual display instance that is only accessible to the remote client, you need to set this virtual server up;
...
loaded but not running!
sudo systemctl enable bluetooth
sudo systemctl start bluetooth
Linux is case sensitive did you look for Crypto and not crypto?
Go on, give us a hint, "I have the following problem when starting armitiage", with nothing extra doesn't help.. error messages?
RDP needs port forwarding set up and is not as secure by default as VNC is;
https://www.realvnc.com/en/blog/vnc-vs-rdp-which-remote-desktop-tool-is-best/
If you need access to the same files from disparate system architectures then set up a Samba share on your server and connect other systems to the share!
Linux and any other unix system uses binaries, not executables that is a winblows thing..
if you launch firefox it will show you the settings file;
...
Safari and Chrome are both based on the original webkit engine, however, safari and chrome split some years back (at least 6 from memory) and since then have gone there own ways. Safari is much more...
If your using apt and apt-get why not use sudo apt and sudo apt-get and then it will get permissions... basic nix craft
Download the 'everything' ISO installer
Using virtual box if you want WiFi you need an external USB WiFi adapter
yokai79 just Go to general questions and click 'Post new Thread'
In virtual machine you cannot use the hosts WiFi adapter, the virtual ethernet connection it gives you is bridged to the hosts network connection.
If you want to use WiFi with a virtual machine...
The following is by no means exhaustive, but is a good place to start your hacking journey. Kali is only a platform, its a very capable penetration testing distribution IF you learn how to properly...
I am presuming you are using the default XFCE desktop? Unlock it, move it, relock it;
...
You can change the local name of a drivce in windows disk management, you will need to reboot once done though to show any changes in windows explorer.
...
Lots of users seem to have this issue with a virtual machine install, I've even had it myself in the past. Yes, choose a basic install tht doesn't need any downloads, and once Kali is installed and...
In firefox settings -> general..
look down bottom of page for network settings,
choose 'automatic proxy settings', save and then try quitting firefox and re-launching.
Your image shows you...
Just use airgeddon from the Kali menu!
You don't need an SSID hiding SSID means nothing bat all, networking is about MAC addresses!
Airgeddon uses airmon and several other tools all in one.
...
When you first install it, don't actually choose any extra packages, once its finished installing with what is already in the ISO image, i.e. its not trying to download anything else, and you are...
Do you mean it sat at a grub> prompt?
https://www.ubuntubuzz.com/2016/03/booting-gnulinux-manually-with-grub-prompt.html
Stop using WinRar
https://www.7-zip.org/index.html
start up in recovery mode and choose text and get a terminal and update from there.