Skip to content

Godweed/traffic-generator-botnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N|Solid

Deployment steps:

  $ apt-get update
  $ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
  $ apt-get install -y nodejs
  $ apt-get install git
  $ apt-get install nano
  
  
  $ apt-get install tor
  $ tor --hash-password mypassword
  $ nano /etc/tor/torrc

(ControlPort 9051, HashedControlPassword ${ctrl+v you hashed password})

  $ /etc/init.d/tor restart
  
  $ apt-get install phantomjs
  $ apt-get install casperjs
  $ npm i -g phantomjs & npm i -g casperjs
  $ git clone + npm i

Before ever run:

Ubuntu

$ export QT_QPA_PLATFORM=offscreen
$ tor

$ npm start

CentOS

$ unset QT_QPA_PLATFORM
$ tor

$ npm start    

N|Solid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published