maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2) (https://talk.maemo.org/showthread.php?t=82643)

nieldk 2012-05-28 18:21

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by wganis (Post 1210783)
pls help nmap cant open device wlan0

are you root?

nieldk 2012-05-28 18:26

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by paradoxy88 (Post 1213942)
Hi, first i would like to say hello to everyone for a great community here.

I am fairly new to the N9 and the Maemo/Megoo OS, i managed to install ettercap and nmap.

i am in the usr/local/bin path, but when i write nmap 192.168.1.1, it says not found. There is nmap folder in the given path. Same with ettercap, i have the destktop icon, but cant run it through terminal,

regards

if you didnt add /usr/local/bin to $PATH environmemt variable you either
1 from /usr/local/bin issue command ./nmap (IP adr)
or
2 from any location enter
/usr/local/bin/nmap (IP adr)

remember like i previously answered, you must be root,

harmattan 2012-05-29 07:10

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by nieldk (Post 1213950)
You need to edit etter.conf and change the lines with UID and GUID to 0 (we need to run as root on the devices at all times)

hey thanks a lot, that did the trick!!!

wganis 2012-06-02 11:54

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by nieldk (Post 1213960)
are you root?

how to become root pls help ??

koe 2012-06-02 15:17

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
wganis
#devel-su
#rootme

paradoxy88 2012-06-06 17:51

Re: [TOOLS] Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by nieldk (Post 1172274)
BTW.
To get openssl

Code:

~ $ devel-su (rootme)
~ # develsh
~ # apt-get update
~ # apt-get install openssl (will fail.... so to fix, next steps are needed)
~ # mv /etc/apt/sources.list ./  (for backup)
~ # apt-get update
~ # dpkg -i /var/cache/apt/archives/openssl_0.9.8k-8maemo7\+dbg\+0m6_armel.deb (this should now install openssl)
~ # mv ./sources.list /etc/apt/  (for restore)
~ # apt-get update

/N

Does this still work for you? My phone doesnt seem to find the package?

koorosh-n9 2012-07-24 17:49

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
I cant Install Nmap / Ettercap ...
Code:

RM696-21-3_PR_001:/home/user/MyDocs/apps# dpkg -i nmap_5.51-1_armel.deb
(Reading database ... 52345 files and directories currently installed.)
Unpacking nmap (from nmap_5.51-1_armel.deb) ...
dpkg: error processing nmap_5.51-1_armel.deb (--install):
 error setting permissions of `./usr/local/share/nmap': Operation not permitted
dpkg-deb (subprocess): data: internal gzip write error: Broken pipe
dpkg-deb (subprocess): failed in write on buffer copy for failed to write to pipe in copy: Broken pipe
dpkg-deb: subprocess <decompress> returned error exit status 2
Errors were encountered while processing:
 nmap_5.51-1_armel.deb
aegis-NOT-installing nmap (from '')

[Update]
#Using Pr 1.3
#Using Root SSH
[/Update]
Need Help
Sorry For Bad English ;)

koe 2012-07-24 18:46

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
koorosh-n9
Quote:

Sorry For Bad English
don't be.
seems like you have no permissions (?), try to use inception.
or try to install it without SSH.

koorosh-n9 2012-07-25 08:30

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Thanks for your Reply !

i'm Currently installed Inception but i dont know how can i use it
#same error on Root Level "devel-su [rootme]"

panukooo 2012-07-25 20:43

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
hi, with the new update is necessary to make these steps?

(This is command-line-fu only, so you might want to add "export PATH=$PATH:/usr/local/bin:/usr/local/sbin" to your /home/user/.profile)


in truth I do not understand how to do this step , you could better explain this step please?

otherwise, just download the new ettercap , just install it and I can use ? or I have to do the step that you explained at the beginning?


Hint: edit /usr/local/etc/etter.conf and change "remote_browser = "mozilla -remote openurl(http://%host%url)"" to "remote_browser = "invoker -s --type=e /user/bin/grob http://%host%url""

First, download 'ettercap-files.tar.gz' from above 4shared link

Code:
devel-su <-rootme
develsh
tar -xvzf ettercap-files.tar.gz
cd ettercap-files
dpkg -i libnet_1.1.2.1_armel.deb
dpkg -i libpcap_1.2.1_armel.deb
dpkg -i pcre_3.8.12_armel.deb
dpkg -i ettercap_0.7.4.1_armel.de

i have inception instaled ineed instal this with inception?

Rogatti 2012-07-26 02:38

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by panukooo (Post 1242937)

First, download 'ettercap-files.tar.gz' from above 4shared link

Code:
devel-su <-rootme
develsh
tar -xvzf ettercap-files.tar.gz
cd ettercap-files
dpkg -i libnet_1.1.2.1_armel.deb
dpkg -i libpcap_1.2.1_armel.deb
dpkg -i pcre_3.8.12_armel.deb
dpkg -i ettercap_0.7.4.1_armel.de

i have inception instaled ineed instal this with inception?

-
-
or
-
devel-su <-rootme
ariadne sh ???
tar -xvzf ettercap-files.tar.gz
cd ettercap-files
dpkg -i libnet_1.1.2.1_armel.deb
dpkg -i libpcap_1.2.1_armel.deb
dpkg -i pcre_3.8.12_armel.deb
dpkg -i ettercap_0.7.4.1_armel.de

koorosh-n9 2012-07-29 19:10

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Sorry Again ;
I Have a Problem :
Code:

/user/local/bin # ./nmap 192.168.2.1
sh : ./nmap: Operation Not Permitted

where is problem ?
[sorry for bad english :(]

nieldk 2012-07-29 20:55

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
about Inception. I didnt test it, possibly it may work.
Some of these tools needs deep and direct access to the wlan, so I will recommend to use open mode, aegis patched, kernel for these tools.
The errors some of you are having indicates that perhaps Inception is not enough.
Also, I didnt test the tools on pr1.3 yet (council work, and vacation time right now).

jusE 2012-09-22 08:25

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
wlan0: permission denied.

erm, not working in PR1.3 I guess ? :(

the log looks like:

Code:

Listening on wlan0...
ERROR : 1, Operation not permitted
[ec_capture.c:capture_init:147]

pcap_open: wlan0: You don't have permission to capture on that device (socket: Operation not permitted)


The command I used is
Code:

ettercap -Tqi wlan0 -M arp:remote // //


EDIT 2:

So the capture permission denied means that we can't monitor on the device?
Are there any drivers for monitoring enabled anywhere?

nieldk 2012-09-28 15:39

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by jusE (Post 1270400)
wlan0: permission denied.

erm, not working in PR1.3 I guess ? :(

the log looks like:

Code:

Listening on wlan0...
ERROR : 1, Operation not permitted
[ec_capture.c:capture_init:147]

pcap_open: wlan0: You don't have permission to capture on that device (socket: Operation not permitted)


The command I used is
Code:

ettercap -Tqi wlan0 -M arp:remote // //


EDIT 2:

So the capture permission denied means that we can't monitor on the device?
Are there any drivers for monitoring enabled anywhere?

sounds like you are not root, also, did you flash open mode aegis patched kernel, or are you using Inception?
Like I said, I personally never used Inception, so I recommend Aegis patched kernel.

GosthShadow 2012-09-30 08:39

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
I have built macchanger, stkeys and dsniff-2.3, if anybody wants I can upload them...

Here it is http://www.multiupload.nl/ZZEZG1LHDO

GosthShadow 2012-10-02 12:29

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by GosthShadow (Post 1274223)
I have built macchanger, stkeys and dsniff-2.3, if anybody wants I can upload them...

Here is the pack if anybody want's it http://www.multiupload.nl/ZZEZG1LHDO

genes 2014-04-15 16:21

Re: [TOOLS] UPDATED 2203 Network tools (Pentest) for N9 (PR1.1 & PR1.2)
 
Quote:

Originally Posted by GosthShadow (Post 1274223)
I have built macchanger, stkeys and dsniff-2.3, if anybody wants I can upload them...

Here it is http://www.multiupload.nl/ZZEZG1LHDO

can you repost it:D?


All times are GMT. The time now is 15:31.

vBulletin® Version 3.8.8