![]() |
2011-06-24
, 18:34
|
Posts: 83 |
Thanked: 142 times |
Joined on Jun 2011
@ Paris, France
|
#142
|
From I got from comaX today is that the script should be completely functional with ash now [...]
So until figuring out why this happens with ash, bash will still be required. ( first line of the script should link to /bin/bash, not bin/ash)
The Following User Says Thank You to comaX For This Useful Post: | ||
![]() |
2011-06-25
, 08:55
|
Posts: 111 |
Thanked: 87 times |
Joined on Jan 2010
@ Plovdiv, Bulgaria
|
#143
|
![]() |
2011-06-25
, 09:21
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#144
|
New version with dependency check added - test if it works .
It still requires bash to be run, however it can now be run as
mitm_pcsci3nce.sh only, no need to type bash before the name now.
if dpkg -l | grep wget 1>/dev/null; then echo $?;fi
![]() |
2011-06-25
, 09:58
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#145
|
location: ht
![]() |
2011-06-25
, 10:06
|
|
Posts: 349 |
Thanked: 309 times |
Joined on Feb 2010
@ PS/IL
|
#146
|
New version with dependency check added - test if it works .
It still requires bash to be run, however it can now be run as
mitm_pcsci3nce.sh only, no need to type bash before the name now.
![]() |
2011-06-25
, 10:30
|
Posts: 83 |
Thanked: 142 times |
Joined on Jun 2011
@ Paris, France
|
#147
|
Hi, the check would be best done by using dpkg; e.g. for wget
Code:if dpkg -l | grep wget 1>/dev/null; then echo $?;fi
Placed it in /usr/bin and give it permissions. It does run using "mitm_pcsci3nce.sh"
Works like a charm and checks for deps on start up, but why not use osso-xterm and ash like vi_ did?
finally got this working after reinstalling every thing all is working fine one thing i noticed i was sniffing on phone an was using pc an if i click on facebook it goes to white page with
if i refresh page it works but surly some1 would realiz someting was wrong ..Code:location: ht
thanks for all work on script to all involved
The Following User Says Thank You to comaX For This Useful Post: | ||
![]() |
2011-06-25
, 11:00
|
Posts: 11 |
Thanked: 2 times |
Joined on Jun 2007
|
#148
|
cd /home/user/MyDocs/karam
mv ettercap-ng.tar.gz /opt
cd /opt
tar xzvf ettercap-ng.tar.gz
chmod +rwx -R ettercap/
rm ettercap-ng.tar.gz
cd # maybe not required
ln -s /opt/ettercap/lib/libnet.so.1.3.0 /usr/lib/libnet.so.1
ln -s /opt/ettercap/bin/ettercap /usr/bin
ln -s /opt/ettercap/bin/etterfilter /usr/bin
ln -s /opt/ettercap/bin/etterlog /usr/bin
![]() |
2011-06-25
, 11:05
|
|
Posts: 349 |
Thanked: 309 times |
Joined on Feb 2010
@ PS/IL
|
#149
|
What would be nice is for you guys to test with ash on your own, either with :
- ash script.sh
- script.sh, with the first line of the script being #! /bin/ash
And then report back, either here, or by mail.
ash: D: unknown operand
![]() |
2011-06-25
, 11:21
|
Posts: 529 |
Thanked: 194 times |
Joined on Aug 2010
@ UK
|
#150
|
the script has failed to find ettercap but on its own ettercap works. I installed ettercap via karma's debz from link below. how can i correct this?
http://talk.maemo.org/showthread.php...cking+tutorial
http://talk.maemo.org/showpost.php?p=852862&postcount=17
![]() |
Tags |
pentesting, tester of pens |
|
ash: unknown operand
and gives a false positive for missing dependencies (no such thing happens when run as bash)
Moreover, after using chmod +x on it the script still returns permission denied when run as ./mitm_pcsci3nce.sh.
I will try putting the script in /usr/bin now and running it directly and see what happens.
EDIT:
This works. Script can be started after chmod +x in /usr/bin by simply issuing mitm_pcsci3nce.sh in terminal. However, it still returns:
ash: unknown operand
and claims I have unmet dependencies (despite all showing success)
EDIT 2:
So until figuring out why this happens with ash, bash will still be required. ( first line of the script should link to /bin/bash, not bin/ash)
http://pcsci3nce.info
Last edited by Unhuman; 2011-06-24 at 18:21.