Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fails on Kali Linux #24

Open
lokeshh opened this issue Aug 14, 2016 · 2 comments
Open

Installation fails on Kali Linux #24

lokeshh opened this issue Aug 14, 2016 · 2 comments

Comments

@lokeshh
Copy link
Member

lokeshh commented Aug 14, 2016

I'm on the Kali Linux with root account and tried to install ProxyHelper but it failed giving the following error:

You are not in /root/.proxyhelper directory, you are doing it wrong
See steps on github.com again

Here's how executed the installation commands:

root@kali:~# proxychains  git clone https://github.com/Nithmr/ProxyHelper ~/.proxyhelper
ProxyChains-3.1 (http://proxychains.sf.net)
Cloning into '/root/.proxyhelper'...
|DNS-request| github.com 
|D-chain|-<>-127.0.0.1:1234-<><>-8.8.8.8:53-<><>-OK
|DNS-response| github.com is 192.30.253.112
|D-chain|-<>-127.0.0.1:1234-<><>-192.30.253.112:443-<><>-OK
remote: Counting objects: 188, done.
remote: Total 188 (delta 0), reused 0 (delta 0), pack-reused 188
Receiving objects: 100% (188/188), 35.81 KiB | 47.00 KiB/s, done.
Resolving deltas: 100% (96/96), done.
Checking connectivity... done.
root@kali:~#  cd ~/.proxyhelper
root@kali:~/.proxyhelper#  chmod +x install.sh
root@kali:~/.proxyhelper#  sudo ./install.sh
You are not in /root/.proxyhelper directory, you are doing it wrong
See steps on github.com again
root@kali:~/.proxyhelper#  ./install.sh
You are not in /root/.proxyhelper directory, you are doing it wrong
See steps on github.com again
root@kali:~/.proxyhelper# 

@Akarshit
Copy link
Member

Thanks for the report. A major change in installation is on its way. I will test the next release with Kali. It should be done in a couple of days.

@clearnote01
Copy link
Contributor

if [ ! $(pwd | sed 's//././//') = '.proxyhelper' ]

The sed pattern to assert whether the user is in "~/.proxyhelper" directory or not, fails
for root user. Thanks for reporting this.

For now, you can just remove the if construct, all other components should work fine as long as you are in "$HOME/.proxyhelper" directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants