Questions tagged [parrot-os]

Parrot Security OS is a Debian-based Linux distribution designed for penetration testing, vulnerability assessment and mitigation, computer forensics and anonymous web browsing.

Parrot Security OS is a Debian-based Linux distribution designed for penetration testing, vulnerability assessment and mitigation, computer forensics and anonymous web browsing.

GENERAL PARROT OS SUPPORT IS OFF-TOPIC. Support questions may be asked on Super User or Unix & Linux Stack Exchange.

77 questions
0
votes
3 answers

pdfdump in python not working using scapy

#!/bin/bash/python3 from scapy3k.all import *`` import subprocess import os def ifac111(): pkts = sniff(filter="tcp", iface="tun0", count=100) inp = input('want to see a \'pdfdump?\' \n Y/N--> ') fag = pkts.summary() print('-' *…
zbious
  • 31
  • 2
  • 7
0
votes
2 answers

apt-get update not working in parrot OS

i am trying to to do a sudo apt-get update in parrot OS, but all i get is this error Err:1 http://your.repo.domain/repository JollyRoger InRelease Could not resolve 'your.repo.domain' Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease …
sadatt_254
  • 9
  • 1
  • 1
  • 4
0
votes
1 answer

Cannot install strace on Parrot Linux

I use Parrot OS. As I found out, strace is a basic package which i can install just by apt-get install strace. But i just get Reading package lists... Done Building dependency tree Reading state information... Done Package strace is not…
user9088429
-1
votes
0 answers

Parrot os 5.3 is not using my pc full ram

I have installed parrot security 5.3 as my main operating system but it only use half of my pc ram only 2GB and my computer has 4GB ram so I am unable to run Burp suit community edition how to fix this problem How to use my pc Full ram for parrot os
-1
votes
1 answer

NMAP won't detect MySQL version

So I am working on a simple HTB and I need to find what MySQL version is running. I know what it is supposed to be I just can not figure out how to get there. The command I run: $sudo nmap 10.129.138.169 -sV -sC -v Response: PORT STATE SERVICE…
kev_pilch
  • 19
  • 3
-1
votes
1 answer

Parrot os is not starting

i want your help to find how can i recover my parrot os system. I use parrot os alongwith windows. I have 4gb of ram so i tried to make a swap file in parrot os . I created the swap file and put swappiness=10 in system.conf . But when i tried to…
itzroot
  • 1
  • 1
  • 1
  • 3
-1
votes
3 answers

Smbclient - vmware LINUX guest and windows Host - error opening local file

I started doing the machine - dancing on hack the box. I'm using Parrot LINUX vm on a windows host. I connected to htb from my LINUX vm. I'm able to connect smb but my get command isn't working. It's throwing an error message saying 'error…
Samuel K
  • 13
  • 1
  • 2
  • 7
-1
votes
1 answer

Pre-paid 3G/4G SIM with Tor

I was wondering if I would have an extra layer of anonymity by using a mobile wireless device with a pre-paid SIM (paid in cash) alongside Anonsurf and Tor browser? Or would it just be more hassle without extra benefit.
-1
votes
1 answer

Network manager flickering between device not managed, and no network devices available

Used sudo apt-get upgrade After reloading the machine, when I hover over the network icon in the top right it flickers between device not managed, and no network devices available. I changed /etc/NetworkManager/NetworkManager.conf to flip managed to…
Llione
  • 49
  • 5
-1
votes
1 answer

Remove LVM partition that overlap with my windows partition

So this happends when I want to setup dual-boot ParrotOS and Windows. When I want to install Parrot, I accidentally select 'use all disk and setup LVM' (not encripted) and I noticed that and click cancel but the LVM already been setup. Can I revert…
Edqe
  • 1
  • 1
  • 3
-1
votes
2 answers

apt-update command not working in parrot security

The output I receive after apt update: Ign:1 cdrom://[Debian GNU/Linux 4.5 _Parrot_ - Official Snapshot amd64 LIVE/INSTALL Binary 20190127-02:06] parrot InRelease Err:2 cdrom://[Debian GNU/Linux 4.5 _Parrot_ - Official Snapshot amd64 LIVE/INSTALL…
-1
votes
1 answer

Parrot os issue

I have problem with parrot secuirity os ihave upgrade it from parrot 4.18 to parrot 4.4 when i login with my true login and password the root account or the parrot user account a black screen appears and the login form pup up again if i put a wrong…
-2
votes
0 answers

not enough disk space in parrot-os 5.3

error image I've tried remounting my USB flash drive and tried with two different USB flash drives but no use this issue caused for parrot-os 5.3 I have tried architect version also but it had the same issue so please any one help with the issue
Aswin S
  • 1
  • 1
-2
votes
0 answers

Rendimiento de maquinas virtuales VMware y Virtualbox

Tengo un problema de rendimiento, al abrir una maquina virtual en VMware va con rendimiento lento. Sin embargo, cuando abro en paralelo una maquina virtual que previamente tenia las mismas caracteristicas que la que migre a VMware el rendimiento…
-2
votes
1 answer

Execute a command after completion of another command in Linux

I want to run a command in Linux after completion of another command (without using sleep). Example : i run a command for print contents of file after 3 days so i want that after 3 days when file is completely printed then my other command runs.
Blink
  • 17
  • 2