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
-2
votes
1 answer

Bad: Kali Linux Copy And Paste Problems

Kali Linux Copy And Paste Problem: So I've been having this problem so much its became a huge pain, it gets aggravating having to type out such long sentences from my host computer without being able to copy and paste from it, I've tried everything…
-2
votes
1 answer

Issue with linux path after update

I messed up my path but for some reason I cannot fix it I have not looked at those settings in a while and really I forgot but every time I open a new terminal I have to set the…
-2
votes
1 answer

How to install requests, beautifulsoup4, bs4 modules

I have updated pip and pip3 to latest version and have installed requests by sudo pip install requests and sudo pip3 install requests by this command it is showing satisfying notification but when I tried to import it gave error in python3.7.5 but…
-2
votes
2 answers

sqlmap syntax don't ask any question during work

I'm using python to execute another sqlmap syntax and get response and log it in one file but during sqlmap run ask many question about params or ... but only i need simple and fast answer about my url have any hole or no if have it , give me report…
ali frd
  • 23
  • 7
-2
votes
1 answer

command not found but found when i drag and drop

i run flutter command in the flutter directory but it says command not found root/korra:/Desktop/flutter/bin# flutter bash: flutter: command not found but if i drag and drop the flutter to terminal whole path will comes under single quotes and…
Lalit Rawat
  • 1,022
  • 2
  • 17
  • 39
-2
votes
1 answer

While installing mongodb in kali linux, I get errors in apt-get

need help. Trying to install Mongodb in kali linux 2, using the command sudo apt-get install mongodb-org but it always gives me the following error: The following packages have unmet dependencies: mongodb-org : Depends: mongodb-org-shell but it is…
faiz-e
  • 190
  • 4
  • 21
-2
votes
1 answer

Fixing error while loading shared libraries: libpng12.so.0 when Installing Teensyduino in Kali

I installed Teensyduino on my Arduino. However, the Teensyloader does not work. It throws this error when I try to run it: teensy.64bit: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or…
jimminy
  • 129
  • 1
  • 1
  • 4
-3
votes
1 answer

Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so

Just wanna load a .jar file but I can't, and when running java --version I get: openjdk 17.0.4 2022-07-19, OpenJDK Runtime Environment (build 17.0.4+8-Debian-1), and OpenJDK 64-Bit Server VM (build 17.0.4+8-Debian-1, mixed mode, sharing) Exception…
-3
votes
1 answer

Cannot install Pyinstaller under Wine on Kali Linux

I am getting syntax error ERROR: Command errored out with exit status 1 ... while trying to install Pyinstaller under Wine on Kali Linux in a virtual environment I'm getting an error as follows: ┌──(root㉿kali)-[~/.wine/drive_c/Python27/Scripts] └─#…
khoju
  • 1
  • 1
-3
votes
1 answer

Is there any other altrenative to ">" in BASH w/ Python Subprocess

I am trying to print out my outputs into a log file, I am using python with subprocess to do so. But when I use > in code, I am getting error like: + klm.py scan /home '>' /home/userA/out/home_03-30-2022_11-07-32.log 2022-03-30 09:09:21,074 ERROR >…
Barak
  • 43
  • 7
-3
votes
1 answer

using Nmap with proxychains4

i was trying to scan ports with Nmap trough proxychains4 in order to be anonymous while scanning , but after i used wireshark to capture to traffics , i saw that my private IP didn't change and still the same
bryan
  • 1
  • 1
-3
votes
1 answer

How can I solve this error in c language in kali system?

I put the code in a source file and give it permission to execute then when I run this file, the output appears in the picture what does that mean? How can I solve it? #include //unsigned long balance; //float deposit; //int choice,…
raneem
  • 1
  • 3
-3
votes
1 answer

bad interpreter: /usr/bin/python3: no such file or directory on Kali Linux

I'm using Kali linux. When I tryied sqlmap, I got errof which is zsh: /usr/bin/sqlmap: bad interpreter: /usr/bin/python3: no such file or directory It seems there is not existing python3. But it showed weird. apt-get install python3 Reading package…
Ryoma
  • 31
  • 1
  • 1
  • 8
-3
votes
1 answer

Problems with pip or pip3 install requirements.txt what I should to do to fix this error?

I run into the error below when running either command lines; # Using pip pip install requirements.txt # Using pip3 pip3 install requirements.txt ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys,…
-3
votes
2 answers

Armitage 'Connection refused' error in new install of Kali Linux after full upgrade

I installed Kali Linux via VMware and did a full system upgrade: apt-get update apt-get upgrade apt-get full-upgrade As part of the upgrade postgresql upgraded from v11 to v12. I followed the instructions to finish this part of the…
Jon
  • 1
  • 1
  • 8
1 2 3
17
18