Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
23 views

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....
Mohamed Nasser's user avatar
6 votes
0 answers
2k views

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 ...
Alex's user avatar
  • 81
-1 votes
1 answer
558 views

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), ...
Bean Potter's user avatar
-3 votes
1 answer
870 views

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 ...
uncle grandpa's user avatar
-1 votes
1 answer
102 views

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 ...
ALX's user avatar
  • 1
3 votes
4 answers
15k views

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) ...
Kartick Mandi's user avatar
0 votes
1 answer
1k views

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/...
Sebastien Fnt's user avatar
1 vote
0 answers
2k views

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 ...
e1k's user avatar
  • 19
2 votes
1 answer
242 views

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 ...
Zay Maw's user avatar
  • 43
14 votes
2 answers
36k views

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....
Ace of Diamonds's user avatar
1 vote
2 answers
1k views

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 ...
Meaks's user avatar
  • 31
-2 votes
1 answer
1k views

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 ...
Egede Solomon's user avatar
2 votes
1 answer
3k views

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:...
TheCosmicMiner's user avatar
-3 votes
1 answer
125 views

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 ...
hamoibnamo's user avatar
-3 votes
1 answer
62 views

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/...
Barak's user avatar
  • 43
0 votes
1 answer
148 views

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 ...
Dipo Deen's user avatar
1 vote
1 answer
893 views

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....
Zakarakus's user avatar
0 votes
1 answer
381 views

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 ...
f3l1x's user avatar
  • 11
2 votes
2 answers
2k views

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....
Shy's user avatar
  • 536
-1 votes
1 answer
3k views

[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 ...
DA TO's user avatar
  • 9
0 votes
2 answers
1k views

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, ...
Jason's user avatar
  • 97
-1 votes
1 answer
206 views

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: ...
Myke Wolf 's user avatar
0 votes
1 answer
257 views

I need to convert from 'ifconfig' command output to Uppercases: I've tried like this: ifconfig | tr [:upper:]
Zaless's user avatar
  • 11
-1 votes
1 answer
514 views

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 ...
SLIMAN ALHRBI's user avatar
0 votes
1 answer
326 views

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 ...
kingoz's user avatar
  • 11

1
2 3 4 5