GithubHelp home page GithubHelp logo

Comments (4)

sejozawer avatar sejozawer commented on July 22, 2024

Maybe it can help you
https://pp.userapi.com/c845124/v845124885/14fda/XwM3z-Cwalk.jpg

from memcrashed-ddos-exploit.

noscodes avatar noscodes commented on July 22, 2024

Try executing the command with sudo.

from memcrashed-ddos-exploit.

psktheboss avatar psktheboss commented on July 22, 2024

WHERE TO PASTE THIS SHIT CODE??? I DONT UNDERSTAND GUYS?? WTF HELP NOW I RETYPED THE CODE FROM THE PNG FOR NOTHING WTF??? GUYS CAN YOU EXPLAIN MORE STUFF WWWTF PEOPLE!!! YOU GOT DISCORD ORE SOMETHING IF YES ADD ME MY NAME WILL BE: "AllesNormaal#4342"

#!/bin/bash

Update apt-get

export DEBIAN_FRONTEND="noninteractive"
sudo apt-get update

Remove Docker

sudo apt-get remove docker docker-engine docker.io* lxc-docker*

Install Dependcies 4 Cert

sudo apt-get install apt-transport -https ca-certificates curl gnupg2 software-properties-common

Add Docker repo gpn key

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

echo "deb https://download.docker.com/linux/debian stretch stable" >> /etc/apt/sources.list

sudo apt-get update

Install Docker

sudo apt-get install docker-ce

Run Hello World

sudo docker run hello-world

Manage Docker as a non-root User

sudo groupadd dockersudo
usermod .aG docker $USER

Config Docker to Start on Boot

sudo systemct1 enable docker

from memcrashed-ddos-exploit.

649 avatar 649 commented on July 22, 2024

Okay you do not necessarily need docker at all for this to work. This has to do with the way you are using scapy. What is the target IP address you tried to use? Is it an IP or domain name? The problem you are facing has to do with scapy, not the code I released.

from memcrashed-ddos-exploit.

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.