236 questions
-1
votes
0
answers
23
views
Kali linux Faild to fetch mirror [closed]
Im trieng to install "VIEL" but at the end of installing it outputs this
Error: Failed to fetch http://mirror1.sox.rs/kali/kali/pool/main/g/gcc-mingw-w64/gcc-mingw-w64-x86-64_15.2.0-7+28_all....
6
votes
0
answers
2k
views
Problems with ngrok on Kali Linux [closed]
ERROR: Error reading configuration file '/root/.config/ngrok/ngrok.yml': YAML parsing error: yaml: unmarshal errors:
ERROR: line 2: field authtoken not found in type config.v3yamlConfig
what i ...
-1
votes
1
answer
558
views
Pycharm installation problem on Kali Linux ( java lang out of memory ) [duplicate]
First of all, I am sorry if what I will describe isn't clear, I'm learning english and I'm new in this website and new in the field of IT.
So, I tried to install PyCharm on my VirtualBox (Kali Linux), ...
-3
votes
1
answer
870
views
Selenium and Python: AttributeError: 'str' object has no attribute [duplicate]
this seems to be a string problem since i have chromedriver, selenium and python installed. selenium has been downgraded to 4.9 like it was advised and the code was even redone to work better with ...
-1
votes
1
answer
102
views
Why isn't the text showing up within my window?
I'm trying to create a window that has "Hello, world" printed in it, and the window is working but the text is not working or is not showing up.
I've tried changing the colors of the text ...
3
votes
4
answers
15k
views
how to install mysqlclient python library in linux?
I have a Django project and I want to deploy it on a server.But I'm unable to connect mysql.
I have tried different alternatives but I can't fixed this problem.(I have kali linux operating system)
...
0
votes
1
answer
1k
views
CMake on Kali Linux "is not able to compile a simple test program" due to incompatible libc and ld-linux-x86-64
I am running CLion with snap on my Kali Linux virtual machine. When I am creating a new executable C Project, I get the following error that I cannot seem to solve:
CMake Error at /snap/clion/209/bin/...
1
vote
0
answers
2k
views
Virtual environnement python2 on Kali and installing some modules
Virtual env
I want to create virtual env for Python2 to use tools thar were written in Python2 (Volatilty2, Iodine, and perhaps some other later on).
I have errors but, the virtual env seems to be ...
2
votes
1
answer
242
views
Creating Laravel project on Kali Linux 2022.3 kept failing
I am currently using Kali Linux 2022.3, PHP version 8.1.5 and Composer version 2.4.2.
I am trying to create a Laravel Project using.
composer create-project laravel/laravel example-app
But It kept ...
14
votes
2
answers
36k
views
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....
1
vote
2
answers
1k
views
How to count how many instances of a program are running in the system using python
I would like to know how I can count how many instances of a program are running in the system using python.
For example: if my terminal is open 3 "times", and there are 3 instances of the ...
-2
votes
1
answer
1k
views
How can I remove directory or uninstall homebrew from my terminal? [closed]
How can I remove directory or uninstall homebrew from my terminal?
I am running Ubuntu terminal on my Windows 10 system.
ubeath@DESKTOP:~$ rmdir homebrew
rm:cannot remove 'homebrew':is a directory
...
2
votes
1
answer
3k
views
Can't add authtoken to "ngrok" [closed]
I'm new to Kali Linux and recently I tried to install ngrok, it worked perfectly but now for some reason it doesn't. I tried to create a new Authtoken and add it on Kali but it always says "ERROR:...
-3
votes
1
answer
125
views
creating a fuzzer for ftp [duplicate]
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 ...
-3
votes
1
answer
62
views
Is there any other altrenative to ">" in BASH w/ Python Subprocess [duplicate]
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/...
0
votes
1
answer
148
views
Valet not working on kali linux. Redirecting to htdocs
I installed valet on Kali Linux, and pinged a test domain to make sure it's working which it is. However, after running valet park in the folder directory that I have my files. It redirects me to ...
1
vote
1
answer
893
views
Attempted to install a tool using the instructions on Github but get a error when try to run
I am ovbviously not au fait with building from Github repos but would really appreciate some help.
OS: Kali Linux (5.15.0-kali2-amd64)
I am trying to build per the instructions here: https://github....
0
votes
1
answer
381
views
Kali Linux Vscode Python - Operation not permitted run python file with internal terminal
Hy guys, i am trying to use vscode in kali linux.
But I ran into a problem.
The moment I start the python file from the play symbol in the terminal it gives me a permission error.
But if I boot from ...
2
votes
2
answers
2k
views
In Kali Linux, why do I only see python2 and python3 binaries (NOT a 'python' binary) in /usr/bin/ and get "python command not found"
I am running latest version of Kali Linux:
uname -a
Linux User 5.14.0-kali4-amd64 #1 SMP Debian 5.14.16-1kali1 (2021-11-05) x86_64 GNU/Linux
It already came with Python 3.9....
-1
votes
1
answer
3k
views
GNU C comiler version 10.3.0, was not found. Vmware [closed]
[pic][1]
I get this error after installing VMware. From other questions in this forum, I tried to install build-essential, then update and upgrade, but it didn't solve my problem. Also, I tried ...
0
votes
2
answers
1k
views
Python pip module issues on Kali Linux
I am on my Kali Linux. When I run sudo python3 Storm-Breaker.py, I get an error
ModuleNotFoundError: No module named 'pyngrok'
But when I import pyngrok in an ordinary python file and then run it, ...
-1
votes
1
answer
206
views
Apache Subversion importing empty trunk, tag and branches sub directory to repo
I am new to svn. I am trying to import empty subdirectories trunk, tags and branches into my repo. I have already created the directories but going about importing the subs is a problem
I have tried:
...
0
votes
1
answer
257
views
How to convert ouput into uppercases in kali linux shell
I need to convert from 'ifconfig' command output to Uppercases:
I've tried like this:
ifconfig | tr [:upper:]
-1
votes
1
answer
514
views
MulVAL: make[1]: *** [Makefile:4: attack_graph] Error 1
I'm trying to compile MulVal, everything is already setup tried all of the solutions, getting this error, don't know if it was from the compiler or the code it self.
this is the error i get when i ...
0
votes
1
answer
326
views
Trying to do a nmap scan on a list of ip's. It won't go through the list with $
Please help I'm very new to this. Any help or references where i can get help are greatly appreciated. Shouldn't the $ be replaced with the ip's in the iplist?
for ip in $(cat iplist.txt); do sudo ...