Questions tagged [kali-linux]

Kali Linux is a special-purpose Linux distribution for penetration testing and security auditing, based on Debian. KALI LINUX QUESTIONS ON STACK OVERFLOW MUST BE PROGRAMMING RELATED. Questions about problems getting something to work on Kali, why Kali is so different from other Linux distributions, etc., are generally off-topic for Stack Overflow.

Kali Linux is a special-purpose Linux distribution for penetration testing and security auditing, based on Debian.

Nearly all questions about Kali are considered off-topic not only on Stack Overflow, but on its sister sites (e.g. Server Fault, Super User, Unix and Linux Stack Exchange). For more information about why we have this policy, please read the following FAQ: Why is Kali Linux so hard to set up? Why won't people help me?

275 questions
0
votes
2 answers

Unable to connect to EC2 Linux instance in AWS. Error: Host key verification failed

I have created an EC2 Linux Instance in AWS. I used Ubuntu Server 20.04 LTS (HVM) AMI. After create the instance I was downloaded the key pair file (.pem). I gave it a name "EC2-Key-Pair". Then I launched the instance. Then in my Kali Linux system I…
Sann
  • 115
  • 1
  • 7
0
votes
2 answers

ImportError even after pip install (pyinotify)

┌──(jimmyboy㉿kali)-[~/Desktop/Hacking/MITMf/MITMf] └─$ ./mitmf.py --help Traceback (most recent call last): File "./mitmf.py", line 29, in import core.responder.settings as settings File…
Hirusha Adikari
  • 150
  • 1
  • 14
0
votes
0 answers

Why my pycurl is not compiled against Openssl?

I'm trying to run on kali linux 2020 wfuzz, but i got this error /usr/local/lib/python3.9/dist-packages/wfuzz-3.1.0-py3.9.egg/wfuzz/__init__.py:34: UserWarning:Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL…
Michael
  • 1
  • 1
0
votes
1 answer

Default username and password of kali linux -2021.1-vbox amd 64?

I had tried this USERNAME: Root PASSWORD: Root user: kali password: kali the version is 2021.1 64bit help me to either update it or bypass it what is the correct credential?
Manoj jain
  • 3
  • 1
  • 3
0
votes
2 answers

Metasploit Framework .go module can't be loaded

This is my first post, so I might get the format wrong.. Anyway, after searching for a solution online (which I could not find), I resorted to asking here. Upon launching my msfconsole a few days ago, I started getting all of these warnings/errors…
SPTLC
  • 1
  • 1
  • 1
0
votes
1 answer

How to modify the apktool path

4.1 dirthy, but this version was not official of apktool, and I was having some problems, so I upgraded to version 2.5.0 and official, however I want my apktool folder to be in /usr/share but if I move my apktool folder to /usr/share when I run…
Dakota
  • 42
  • 1
  • 9
0
votes
2 answers

Ubuntu or Kali dowloads for VM

I just installed Virtual BOX to run linux labs. I am running into the issue, when I download Ubuntu or Kali .ISO or .OVA file extensions these files appear as if they were PDF files - so VM does not recognize them. Any suggestions towards correcting…
TCTIPX
  • 3
  • 1
0
votes
1 answer

Fuzzing with SPIKE - generic_send_tcp error

I know SPIKE is already outdated, but I have to do it in SPIKE. I am trying to do this generic_send_tcp 0.0.0.0 8080 check_post.spk 0 0 bu I get that generic_send_tcp: undefined symbol: s_string Should I add sth or remove. I will add that two weeks…
Patrieszka
  • 63
  • 1
  • 9
0
votes
1 answer

Error when function start_chrome() from helium called

when I run this code: from helium import * start_chrome() I am getting this error : NameError: name 'start_chrome' is not defined Help with this. Funny thing is yesterday it was working.
0
votes
1 answer

Why am I receiving the following error: "struct.error: required argument is not an integer"

Attempting to create a script to send beacon frames at 100ms intervals indefinitely. I've had luck with other scripts that include less Dot11Elt sublayers, but for some reason it doesn't like the same 'sendp' command in this script. ht_caps =…
rhax07
  • 11
  • 1
0
votes
1 answer

Cannot upgrade azure cli to the latest version

az --version showing an updated version available as shown below. kali@kali:~$ az --version azure-cli 2.18.0 * core 2.18.0 * telemetry 1.0.6 Extensions: interactive …
whoami
  • 1,689
  • 3
  • 22
  • 45
0
votes
1 answer

scanf Output not showing of C language in kali terminal

I am currently doing C programming in the terminal of nano text editor in kali linux 2020.x. 15 minutes ago, I wrote a code which is not working finely. I am mentioning that code. #include int main(){ int num; scanf("%d",&num); …
Get_ Maths
  • 103
  • 4
0
votes
0 answers

How to use the command update-alternatives --config

sorry if my English bad, I have a problem, every time I want to run burpsuite or subgraph vega, I must run this code update-alternatives --config java There are 2 choices for the alternative java (providing /usr/bin/java). Selection Path …
0
votes
0 answers

How to install packages for python2 only?

Is there any ways install packages for python2 only? I am using the latest Kali Linux version and I want to use some old scripts At that moment of creating these scripts (Around years 2013-2015). The script was written in Python1 or Python2 and…
0
votes
3 answers

I can't install "python-gtk2" on kali 20.04

I need to install "python-gtk2" on kali 20.04 which is running on virtual box. I used sudo apt-get install python-gtk2 and the output: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to…
Sadi Hurayv
  • 21
  • 1
  • 1
  • 3