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
0 answers

show some error when install zoom in kali

Please check error and give any solution dpkg --install /home/whthck/Downloads/zoom_amd64.deb (Reading database ... 498084 files and directories currently installed.) Preparing to unpack .../Downloads/zoom_amd64.deb ... Unpacking zoom (5.15.7.6521)…
-2
votes
0 answers

Unable to install Pyrit

How to resolve “could not create work tree dir ‘Pytit’ : no such file or directory Tried running apt update, also tried git clone https://github.com/JPaulMora/Pyrit.git —depth=1 and tried running apt install git python2-dev libssl-dev libpcap-dev…
Cliff
  • 1
-2
votes
1 answer

how can i install heroku in my kali linux operating system?

I cant install heroku in my kali linux operating system. how can i resolve this issue? isn't it not possible to run heroku in kali linux? when I have try to install, it show snap command not found.
-2
votes
1 answer

creating a fuzzer for ftp

I keep getting the error when I try to connect to the ftp server: a bytes like object is required not str #!/usr/bin/python import socket s = socket.socket(socket.AF_INET,socket.SOCK_STREAM) buffer = "\x41" *…
-2
votes
2 answers

How I can fix the trouble with go build and go install doesnt work

Hello guys decided to download one tool - https://github.com/Charlie-belmer/nosqli (wrote on GO) for my pentest practice (it's made the nosqli directory in my /home/user). And found out that it's doesn't work. So I've started to fix this problem and…
Dscarve
  • 11
  • 1
  • 4
-2
votes
1 answer

ERROR: Could not find ELF base! - Return-to-libc

I am learning Stack Buffer overflow in Return-to-libc. The code reads addresses from a file(as char array) and saves it in a uint32_t array[5] and tries to open a shell of "/bin/sh" over the existing one. I have two issues, I use GDB's PWNDBG in…
VMi
  • 346
  • 3
  • 16
-2
votes
1 answer

ImportError: cannot import name 'search' from 'googlesearch'

I installed all required libraries. Already having installed google, google-search, google-cloud, googlesearch-python, beautifulsoup4.But after all the things I got this error: **Traceback (most recent call last): File "/usr/local/bin/sigit", line…
Somraj
  • 23
  • 6
-2
votes
2 answers

Why does it gives error while installing pip?

I am getting error while installing pip. I have python 3.9.2 installed. root@kali:~# sudo apt-get install python3-pip Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be…
-2
votes
1 answer

zipalign: symbol lookup error: /usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol: _ZN11unwindstack12ElfInterfaceD2Ev

Getting this error while using zipalign zipalign: symbol lookup error: /usr/lib/x86_64-linux-gnu/android/libbacktrace.so.0: undefined symbol: _ZN11unwindstack12ElfInterfaceD2Ev
-2
votes
1 answer

TheFatRat Installation Issues mingw-32 →NOT OK mingw-w64 → NOT OK

TheFatRat Installation Issue... :-) [ mingw-32 & mingw-w64 ] (Plss Help Me with This... Tried All the things you discussed with others... Stuck with this from 3 days...) #244 issue thread : https://github.com/Screetsec/TheFatRat/issues/244 SS issue…
Anmega02
  • 39
  • 2
  • 5
-2
votes
1 answer

seq command unkown service or name

#!/bin/bash for ip in 'seq 1 254'; do ping -c 1 $0.$ip | grep "64 bytes" | cut -d " " -f 4 | tr -d ":" & done the file is ipsweep.sh when i run it show me this root@kali:ping: ./ipsweep.sh.seq: Name or service unkown
R3d_F1lc0n
  • 21
  • 4
-2
votes
4 answers

How to set Python 3.8 as my default python version on kali linux

I installed python 3.8 in my kali linux OS, but when I type python in kali linux terminal it showing like this > Python 2.7.18 (default, Apr 20 2020, 20:30:41) How can I set Python 3.8 as my default?
-2
votes
2 answers

Where is the executable file of Kali Linux on Windows?

I would like to add a shortcut in Windows10 using DisplayFusion to launch WSL Kali Linux and directly open the file manager ranger. Example: This works quite well for launching a new firefox tab: Function Name: Launch_Firefox Key Combination:…
-2
votes
1 answer

You have an error in your SQL syntax on for the right syntax to use near 'join-date DATE,credit DOUBLE(15,0) zerofill,PRIMARY KEY(id) )' at line

create table clients_info ( id MEDIUMINT NOT NULL AUTO_INCREMENT, name CHAR(30) NOT NULL, join-date DATE, credit DOUBLE(15,0) zerofill, PRIMARY KEY(id) ); You have an error in your SQL syntax on for the right syntax to use near…
-2
votes
2 answers

Cannot install python3-pip on kali linux

There is an error : it says there is no install candidate for python3-pip
Ethem Can
  • 53
  • 1
  • 1
  • 6