Giter VIP home page Giter VIP logo

Comments (2)

OscarAkaElvis avatar OscarAkaElvis commented on June 27, 2024

Please, stop creating issues copying and pasting everything as is because the asterisks are interpreted by markdown as bold. Use screenshots instead next time.

I see in your data you are launching docker from a standard non-root account. Try to launch docker run with sudo or as root.

Anyway I think is not related to docker. What about launching it in native mode without using docker? Are you able to capture packets?

from airgeddon.

v1s1t0r1sh3r3 avatar v1s1t0r1sh3r3 commented on June 27, 2024

Ok the problem here is that your xterm windows can't reach your host X Window system. By default, on docker the DISPLAY used is ":0". So be pretty sure of having your X running there.

  1. Be sure of having an X windows system running on your host.
  2. Check where are they listening. You can check it launching env | grep DISPLAY

As I said, usually they are on ":0" and if that is the case it should work. If you have in ":1" for example, you must modify your docker run command to set the DISPLAY var pointing to the right place. So you should add -e DISPLAY=:1 to your docker run command.

I updated right now Linux Docker Wiki Section with a new parameter which does this automatically. So your command should be:

docker run --rm -ti --name airgeddon --net=host --privileged -p 3000:3000 -v /home/localhost/AirgeDDon:/io -e DISPLAY=$(env | grep DISPLAY | awk -F "=" '{print $2}') v1s1t0r1sh3r3/airgeddon

The key to see if it worked is the xdpy resolution detection. If the resolution is not detected something went wrong and probably the xterms are going to fail.

Closing.

from airgeddon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.