Questions tagged [kali-linux]

Kali Linux is an open-source, Debian-based GNU/Linux distribution geared towards various information security tasks, such as Penetration Testing, Security Research, Computer Forensics and Reverse Engineering. - It is NOT a recommended distribution if you’re unfamiliar with Linux or are looking for a general-purpose Linux distribution.

Kali Linux is specifically geared to meet the requirements of professional penetration testing and security auditing. To achieve this, several core changes have been implemented in Kali Linux which reflect these needs.

Compared to upstream Debian and other Debian related distribution such as for example Ubuntu big differences are:

  • Network services disabled by default ...

  • Custom Linux kernel ...

  • A minimal and trusted set of repositories ...

It is NOT a recommended distribution if you’re unfamiliar with Linux or are looking for a general-purpose Linux Server OS or desktop distribution for development, web design, gaming, etc.

Even for experienced Linux users, Kali can pose some challenges. Although Kali is an open source project, it’s not a wide-open source project, for reasons of security. The development team is small and trusted, packages in the repositories are signed both by the individual committer and the team, and - importantly - the set of upstream repositories from which updates and new packages are drawn is very small. Adding repositories to your software sources which have not been tested by the Kali Linux development team is a good way to cause problems on your system.

While Kali Linux is architected to be highly customizable, do not expect to be able to add random unrelated packages and repositories that are “out of band” of the regular Kali software sources and have it Just Work. In particular, there is absolutely no support whatsoever for the apt-add-repository command, LaunchPad, or PPAs.

Excerpt from: https://www.kali.org/docs/introduction/should-i-use-kali-linux/

24 questions
3
votes
1 answer

ps command output does not display wchan values in fedora

I am running fedora 5.3.12-200.fc30.x86_64 and testing simple tcp client/server codes. I tried running different ps commands but I can not get any value displayed in wchan field, although in my case both server and client are in suspended states.…
2
votes
3 answers

X2GO client not forwarding keys like Ctrl and Alt

I really hope someone can point me in the right direction here. X2GO server is on Ubuntu Server 16.04LTS ( Not a VM ). X2GO client is on Kali Rolling Release ( Updated ). Normally this would not be a problem but lets say I run a Terminal command…
Kickass
  • 71
  • 1
  • 5
1
vote
0 answers

How to Chain Proxies With Auth (Proxychain?)

I have my Kali local machine (A). I can SSH into another server (B) and use the proxy settings in Iceweasel or use proxychains to visit 10.2.x.x addresses. However I can not access a machine (C) on a 10.4.x.x addresses or even ping it from the SSH…
pee2pee
  • 369
  • 1
  • 5
  • 12
1
vote
1 answer

Kali linux Source lists fails

I am trying to update Kali Linux via the official source_lists while when i do sudo apt-get update it fails saying W: Failed to fetchThe source list is as follows :- in /etc/apt/sources.list: #regular repositories deb http://http.kali.org/kali sana…
1
vote
0 answers

is there a way on Linux to set DNS servers using a cmd line?

I use a script that creates multiple network interfaces with IP adresses. An example of commands used by the script: ip addr flush eth0 ip addr flush eth1 ip addr add 192.168.1.10 dev eth0 route add default gw 192.168.1.1 eth0 ip addr add…
1
vote
1 answer

Anyone know of a script, program, etc... to check folder/file permissions and repair/restore?

I am not a newb. I am a professional imploring to other professionals over their discoveries of a quick solution to a common problem, and I know what chmod -R is. This is in response to the -1 rating instantly given to my question, for those who…
Anoduck
  • 23
  • 4
0
votes
1 answer

Changing ntpversion in ntpq packets

So im using ntpq Ver 4.2.8p13, and it seems the default NTP Version that it claims in packages is version 2, as shown by: root@kali:~# ntpq -c ntpversion NTP version being claimed is 2 However, when i try changing this, I go into interactive…
Sam
  • 11
  • 3
0
votes
1 answer

ngrok[14746]: Incorrect Usage: flag provided but not defined: -domain

I am trying to create ngrok service in Kali Linux following this link:https://amito.me/2016/09/Building-Your-Own-Ngrok-Service-on-CentOS-7/ leafpad /usr/lib/systemd/system/ngrok.service [Unit] Description=ngrok server service After=syslog.target…
Raakh
  • 23
  • 7
0
votes
1 answer

execstop mysql error on stop and restart

prerequisite: os: kali-linux 2018.1 uname -r: 4.14.0-kali3-amd64 mysql version: mysql Ver 15.1 Distrib 10.1.29-MariaDB problem: yesterday i had setup an apache server with this help,…
0
votes
1 answer

Php5-gd error linux

So i'm new to the whole server building stuff, and I am trying to make a DVWA server on Kali Linux, but it gives me an error which says:The PHP module PHP-GD is not installed. But when I try to run this command: apt-get install php5-gd it gives me…
0
votes
1 answer

hping3 not returning tcp timestamp

A recent pentest revealed that the TCP timestamp option was enabled. I have tried to reproduce the pentesters' result using hping3 --tcp-timestamp -S -p 80 xx.xx.xx.xx but the tool never returns. It sits on the line: HPING xx.xx.xx.xx (eth0…
Leo
  • 133
  • 8
0
votes
1 answer

Kali - Enable SSH by changing files on disk?

I am working with a number of Kali images using various automation tools for a specific customer requirement. To cut a long story short I need to enable SSH on the Kali host but without actually 'using' the host itself. Is there a way to set SSH…
Burnside
  • 1
  • 1
0
votes
0 answers

Apache2 ProxyPass/ProxyPassReverse Not Working

I am trying to redirect a online website such as amazon.com for example to a website using cloudflare such as chat.openai.com. The problem is that you can not obtain the IP address from a website using cloudflare which means we can not use a DNS…
0
votes
1 answer

Debain apt missing Ubuntu keyring?

Im on Kali Linux and the other day I was installing some packages with apt so I could run R code (if I remember correctly I installed r-base) and ever since then my apt has been acting up. Whenever I try to install any package now I get…
0
votes
0 answers

I increased VM storage from Virtual Media Manager in VBox but it is not applied in VM

Here is how I increased the storage of the VM in the VBox interface: I used Virtual Media Manager. I increased the VM storage and apply. When I click Information: Format: VDI Storage details: Dynamically allocated As you see, it should be…
1
2