Questions tagged [kali-linux]

Kali Linux is an open-source, Debian-based GNU/Linux distribution geared towards various information security tasks, such as Penetration Testing, Security Research, Computer Forensics and Reverse Engineering.

24 questions
3
votes
1 answer

ps command output does not display wchan values in fedora

I am running fedora 5.3.12-200.fc30.x86_64 and testing simple tcp client/server codes. I tried running different ps commands but I can not get any value displayed in wchan field, although in my case both server and client are in suspended states.…
2
votes
2 answers

X2GO client not forwarding keys like Ctrl and Alt

I really hope someone can point me in the right direction here. X2GO server is on Ubuntu Server 16.04LTS ( Not a VM ). X2GO client is on Kali Rolling Release ( Updated ). Normally this would not be a problem but lets say I run a Terminal command…
Kickass
  • 71
  • 1
  • 5
1
vote
1 answer

How to Chain Proxies With Auth (Proxychain?)

I have my Kali local machine (A). I can SSH into another server (B) and use the proxy settings in Iceweasel or use proxychains to visit 10.2.x.x addresses. However I can not access a machine (C) on a 10.4.x.x addresses or even ping it from the SSH…
pee2pee
  • 351
  • 1
  • 3
  • 11
1
vote
1 answer

Kali linux Source lists fails

I am trying to update Kali Linux via the official source_lists while when i do sudo apt-get update it fails saying W: Failed to fetchThe source list is as follows :- in /etc/apt/sources.list: #regular repositories deb http://http.kali.org/kali sana…
1
vote
0 answers

is there a way on Linux to set DNS servers using a cmd line?

I use a script that creates multiple network interfaces with IP adresses. An example of commands used by the script: ip addr flush eth0 ip addr flush eth1 ip addr add 192.168.1.10 dev eth0 route add default gw 192.168.1.1 eth0 ip addr add…
1
vote
1 answer

Anyone know of a script, program, etc... to check folder/file permissions and repair/restore?

I am not a newb. I am a professional imploring to other professionals over their discoveries of a quick solution to a common problem, and I know what chmod -R is. This is in response to the -1 rating instantly given to my question, for those who…
Anoduck
  • 23
  • 4
0
votes
1 answer

Changing ntpversion in ntpq packets

So im using ntpq Ver 4.2.8p13, and it seems the default NTP Version that it claims in packages is version 2, as shown by: root@kali:~# ntpq -c ntpversion NTP version being claimed is 2 However, when i try changing this, I go into interactive…
Sam
  • 11
  • 2
0
votes
1 answer

ngrok[14746]: Incorrect Usage: flag provided but not defined: -domain

I am trying to create ngrok service in Kali Linux following this link:https://amito.me/2016/09/Building-Your-Own-Ngrok-Service-on-CentOS-7/ leafpad /usr/lib/systemd/system/ngrok.service [Unit] Description=ngrok server service After=syslog.target…
Raakh
  • 13
  • 5
0
votes
1 answer

execstop mysql error on stop and restart

prerequisite: os: kali-linux 2018.1 uname -r: 4.14.0-kali3-amd64 mysql version: mysql Ver 15.1 Distrib 10.1.29-MariaDB problem: yesterday i had setup an apache server with this help,…
0
votes
1 answer

Php5-gd error linux

So i'm new to the whole server building stuff, and I am trying to make a DVWA server on Kali Linux, but it gives me an error which says:The PHP module PHP-GD is not installed. But when I try to run this command: apt-get install php5-gd it gives me…
0
votes
1 answer

hping3 not returning tcp timestamp

A recent pentest revealed that the TCP timestamp option was enabled. I have tried to reproduce the pentesters' result using hping3 --tcp-timestamp -S -p 80 xx.xx.xx.xx but the tool never returns. It sits on the line: HPING xx.xx.xx.xx (eth0…
Leo
  • 133
  • 8
0
votes
0 answers

Unable to Install Appgate on Kali Due to libicu Dependency Issue

I'm trying o install the Appgate VPN client on the latest version of Kali. I downloaded the Ubuntu .deb file from from https://www.appgate.com/support/software-defined-perimeter-support/client. When I attempt to install the file I get a dependency…
0
votes
0 answers

Linux Switch Networks/interfaces & NameServers Quickly

I was wondering if anyone knows of a way to switch to a different network back and forth quickly. For example, possibly setting up another eth0 and eth1 In /etc/network/interfaces i have to add a new address, netmask, and gateway for another network…
Bigbear
  • 101
  • 1
0
votes
0 answers

Proxychains in Kali Linux didn't work even if I configured it properly

I just see the video that NetworkChuck made named "learning hacking? DON'T make this mistake!! (hide yourself with Kali Linux and ProxyChains)" and I wanted to try it out. I configured the file exactly the same and found some proxies and wrote them…
0
votes
0 answers

disregard traffic in config file OpenVPN

i want to disregard the traffic of the openvpn config file. I want to when i connect to the tunnel , I stay in the default gateway without entering the tunnel
1
2