rrlocksmith / simple-ducky-payload-generator

Automatically exported from code.google.com/p/simple-ducky-payload-generator
0 stars 0 forks source link

simple-ducky command not foud after installing #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install fresh Ubuntu Desktop 13.10 x64
2. Open a terminal and switch to root and install simple-ducky as described in 
your tutotrial
3. execute the command : simple-ducky

What is the expected output? What do you see instead?
Launch the simple ducky genrator but I get a command not found message instead.

What version of the product are you using? On what operating system?
simple ducky 1.1.1
Ubuntu Desktop 13.10 x64

Please provide any additional information below.
I noticed that there is no simple-ducky folder in /usr/share created after the 
installing process.
I suspected that there were a right issue so I set permission to everyone to 
read and write on /usr/share and re-install but still no change.
I launched the installation as root and set sudo before my command 
./installer_v1.1.1.sh but still the same.

Thanks for your support.

Original issue reported on code.google.com by a.planch...@gmail.com on 7 Mar 2014 at 5:32

GoogleCodeExporter commented 8 years ago
I tryed to modify some permissions on folder and extracted the error 
encountered during the install process :

Hope it will help...

PERMISSIONS

USR:
drwxr-xr-x   2 root root 36864 Mar  1 17:36 bin
drwxr-xr-x   2 root root  4096 Oct 16 21:01 games
drwxr-xr-x  35 root root  4096 Oct 26 13:20 include
drwxr-xr-x 149 root root 20480 Oct 26 13:21 lib
drwxr-xr-x  10 root root  4096 Oct 16 20:58 local
drwxr-xr-x   2 root root 12288 Oct 26 13:21 sbin
drwxrwx--x 276 root root 12288 Oct 26 13:20 share
drwxr-xr-x   4 root root  4096 Oct 16 21:01 src

TMP:
drwxrwxrwt  11 root    root      4096 Mar  8 18:56 tmp

ERRORS ENCOUNTERED :
root@ubuntu:/home/user/Downloads# ./installer_v1.1.1_debian.sh 
COLUMNS=115;
LINES=35;
export COLUMNS LINES;
./installer_v1.1.1_debian.sh: line 378: cd: /usr/share/ducky/encoder: No such 
file or directory

[*] Please wait while I download and install the Simple-Ducky Payload Generator

./installer_v1.1.1_debian.sh: line 16: git: command not found
bash: /usr/share/simple-ducky/install.sh: No such file or directory

[+] The Simple-Ducky installed sucessfully.

...

[-] It doesn't appear that the SE-Toolkit is installed on your system. 
Installing it now...

./installer_v1.1.1_debian.sh: line 188: git: command not found
chmod: cannot access ‘/tmp/simple-ducky/set/setup.py’: No such file or 
directory
python: can't open file '/tmp/simple-ducky/set/setup.py': [Errno 2] No such 
file or directory

[+] Good news, the SE-Toolkit installed without any issues.

Original comment by a.planch...@gmail.com on 8 Mar 2014 at 6:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This issue is attributed to git not being installed on the system. You can 
install git by typing the following in Terminal:

sudo apt-get install git

After git has been installed, run the simple-ducky installation script again. 
You'll find that there are no issues and the installer is able to clone the 
repos and grab the necessary files.

Original comment by themattb...@gmail.com on 7 Nov 2014 at 8:02