Slackor icon indicating copy to clipboard operation
Slackor copied to clipboard

How to install slackor in ubuntu?

Open chenzxshe opened this issue 6 years ago • 1 comments
trafficstars

Excuse me,How to install slackor in ubuntu16.04? root@vultr:~/Slackor-master# python3 -V Python 3.5.2 root@vultr:~/Slackor-master# pip3 -V pip 19.1.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5) I'm going to run install.sh,but then this happened: root@vultr:~/Slackor-master# ./install.sh Reading package lists... Done Building dependency tree
Reading state information... Done golang is already the newest version (2:1.6-1ubuntu4). xterm is already the newest version (322-1ubuntu1). upx-ucl is already the newest version (3.91-1). git is already the newest version (1:2.7.4-0ubuntu1.6). python3-pip is already the newest version (8.1.1-2ubuntu0.4). 0 upgraded, 0 newly installed, 0 to remove and 62 not upgraded. package github.com/kbinani/screenshot: cannot download, $GOPATH not set. For more details see: go help gopath package github.com/lxn/win: cannot download, $GOPATH not set. For more details see: go help gopath package golang.org/x/sys/windows: cannot download, $GOPATH not set. For more details see: go help gopath package github.com/atotto/clipboard: cannot download, $GOPATH not set. For more details see: go help gopath package github.com/miekg/dns: cannot download, $GOPATH not set. For more details see: go help gopath package github.com/bmatcuk/doublestar: cannot download, $GOPATH not set. For more details see: go help gopath Collecting pycrypto (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 2)) (2.9.1) Collecting prettytable (from -r requirements.txt (line 3)) Using cached https://files.pythonhosted.org/packages/ef/30/4b0746848746ed5941f052479e7c23d2b56d174b82f4fd34a25e389831f5/prettytable-0.7.2.tar.bz2 Collecting pypykatz (from -r requirements.txt (line 4)) ERROR: Could not find a version that satisfies the requirement pypykatz (from -r requirements.txt (line 4)) (from versions: none) ERROR: No matching distribution found for pypykatz (from -r requirements.txt (line 4)) ./install.sh: line 11: python: command not found

Slackor is a great tool,I hope you can tell me how to use slackor in ubuntu16.04,thank you!

chenzxshe avatar Jul 15 '19 06:07 chenzxshe

For now you can do this (probably) https://stackoverflow.com/a/21012349

export GOPATH=$HOME/go

export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

But I will look into fixing this when I have time.

n00py avatar Jul 15 '19 17:07 n00py