maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   NeoPwn v2 = BackTrack Mobile! (https://talk.maemo.org/showthread.php?t=45472)

joshv06 2010-11-11 17:16

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by one1002 (Post 870532)
hmm..it seems that neopwn packet injection isn't working with latest power-kernel..user Kieron has confirmed this..

i wonder if there's any workaround to enable packet injection with the latest power-kernel?

Maybe us NeoPwn users can ask Titan to implement it to the next kernel-power version? Maybe it's possible, idk.

one1002 2010-11-11 17:24

Re: NeoPwn v2 = BackTrack Mobile!
 
however, i don't know which file is missing in the latest kernel-power that were presence in kernel-power v40...

Kieron 2010-11-11 18:02

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by one1002 (Post 870542)
however, i don't know which file is missing in the latest kernel-power that were presence in kernel-power v40...

Yeah, I think the dev modded the kernel cause its got 'wl' at the end of the filename, whereas the normal powerkernel doesn't. Not sure how we'd check.

I'm sticking to the old PK for now. NeoPwn > usbhost! :D

one1002 2010-11-11 19:51

Re: NeoPwn v2 = BackTrack Mobile!
 
i guess it's a patch to allow interface of wlan0 monitor mode, but i could be wrong. i don't know..will get back to all of you if there's any news..

Megaltariak 2010-11-11 21:28

Re: NeoPwn v2 = BackTrack Mobile!
 
No, monitor mode is fully working with the normal power-kernel, and works only on channel 6 with stock kernel.
The modded kernel only provide support for injection. However, injection modules must be loaded at runtime, and unloaded for normal use of wlan.

Kieron 2010-11-11 21:41

Re: NeoPwn v2 = BackTrack Mobile!
 
Didn't work for me. I tried to load modules, and my normal script didn't work.

If anyone else can confirm that PK does infact work, I'll be glad if they could help me get it working :D

Megaltariak 2010-11-11 22:42

Re: NeoPwn v2 = BackTrack Mobile!
 
Injection only works with the modded power-kernel from neopwn.
Injection and monitor mode are very different things, google is your friend if you don't know what it is.

OptX 2010-11-12 09:20

Re: NeoPwn v2 = BackTrack Mobile!
 
Why not giving multiboot a go, since new Version is here ?
Neopwn is still running fine for me.
Here are the steps to set up multiboot : http://talk.maemo.org/showpost.php?p...&postcount=526

karniv0re 2010-11-12 17:38

Re: NeoPwn v2 = BackTrack Mobile!
 
I extracted the following files from neopwn tar.gz and moved them to to a folder "pinject" under /opt/
compat.ko
rfkill_backport.ko
cfg80211.ko
mac80211.ko
wl1251.ko
wl1251_spi.ko

I then wrote a script, named it as on-mod.sh, that contained the following:
#!bin/bash
rmmod wl12xx
rmmod mac80211
rmmod cfg80211
insmod compat.ko
insmod rfkill_backport.ko
insmod cfg80211.ko
insmod mac80211.ko
insmod wl1251.ko
insmod wl1251_spi.ko

when i run this, the wl12xx is unloaded (since i cant see any wireless networks in my select connection panel), however i get the following errors:
insmod error inserting 'compat.ko': -1 invalid module format
insmod error inserting 'rfkill_backport.ko': -1 invalid module format
insmod error inserting 'cfg80211.ko': -1 invalid module format
insmod error inserting 'mac80211.ko': -1 invalid module format
insmod error inserting 'wl1251.ko': -1 invalid module format
insmod error inserting 'wl1251_spi.ko': -1 invalid module format

What am i doing wrong?? I can work my way around linux and have done a bit of work with aircrack, but this has me stumped.

I have *NOT* used any of the other files from the neopwn tar.gz. The following files were also present in the folder:
kernel-power_2.6.28-maemo40-wl1_armel.deb
kernel-power-flasher_2.6.28-maemo40-wl1_armel.deb
kernel-power-modules_2.6.28-maemo40-wl1_armel.deb

I just need packet injection to work without the whole neopwn suite... Any help here??

one1002 2010-11-12 19:28

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by OptX (Post 871256)
Why not giving multiboot a go, since new Version is here ?
Neopwn is still running fine for me.
Here are the steps to set up multiboot : http://talk.maemo.org/showpost.php?p...&postcount=526

thx for the heads up..but i prefer not to use multiboot because it literally flashes each and everytime when booting into a kernel..

do u know how to make it work with u-boot?

one1002 2010-11-12 19:30

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by karniv0re (Post 871713)
I extracted the following files from neopwn tar.gz and moved them to to a folder "pinject" under /opt/
compat.ko
rfkill_backport.ko
cfg80211.ko
mac80211.ko
wl1251.ko
wl1251_spi.ko

I then wrote a script, named it as on-mod.sh, that contained the following:
#!bin/bash
rmmod wl12xx
rmmod mac80211
rmmod cfg80211
insmod compat.ko
insmod rfkill_backport.ko
insmod cfg80211.ko
insmod mac80211.ko
insmod wl1251.ko
insmod wl1251_spi.ko

when i run this, the wl12xx is unloaded (since i cant see any wireless networks in my select connection panel), however i get the following errors:
insmod error inserting 'compat.ko': -1 invalid module format
insmod error inserting 'rfkill_backport.ko': -1 invalid module format
insmod error inserting 'cfg80211.ko': -1 invalid module format
insmod error inserting 'mac80211.ko': -1 invalid module format
insmod error inserting 'wl1251.ko': -1 invalid module format
insmod error inserting 'wl1251_spi.ko': -1 invalid module format

What am i doing wrong?? I can work my way around linux and have done a bit of work with aircrack, but this has me stumped.

I have *NOT* used any of the other files from the neopwn tar.gz. The following files were also present in the folder:
kernel-power_2.6.28-maemo40-wl1_armel.deb
kernel-power-flasher_2.6.28-maemo40-wl1_armel.deb
kernel-power-modules_2.6.28-maemo40-wl1_armel.deb

I just need packet injection to work without the whole neopwn suite... Any help here??

on the script itself, try including "cd /opt/pinject/"

karniv0re 2010-11-12 21:08

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by one1002 (Post 871818)
on the script itself, try including "cd /opt/pinject/"

I tried what you said.. Its not working.. In fact even when I try to do command by command I get the same errors. I searched around the Internet and found references to the drivers not being compiled for the kernel on which you are trying to install. I still dont get what the whole thing means..

hawaii 2010-11-12 21:18

Re: NeoPwn v2 = BackTrack Mobile!
 
Sigh.

You have to be using the NeoPwn kernel as NONE of the other ones, available to 99% of you users has compat-wireless backported into it.

YOU NEED THE NEOPWN KERNEL TO USE THE NEOPWN INJECTION DRIVERS. What is so hard to understand about that?

ALBoOri 2010-11-13 10:04

Re: NeoPwn v2 = BackTrack Mobile!
 
Guy's , Any Link to download the NeoPwn ?

one1002 2010-11-13 13:29

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by hawaii (Post 871896)
Sigh.

You have to be using the NeoPwn kernel as NONE of the other ones, available to 99% of you users has compat-wireless backported into it.

YOU NEED THE NEOPWN KERNEL TO USE THE NEOPWN INJECTION DRIVERS. What is so hard to understand about that?

because i didn't know that before..and thx btw.. :):):):):)

HellDragon 2010-11-16 22:05

Re: NeoPwn v2 = BackTrack Mobile!
 
where can i download it? i looked everywhere on neopwn.com and google and there is no download.

baicker 2010-11-19 15:45

Re: NeoPwn v2 = BackTrack Mobile!
 
install successfully
http://www.blogjava.net/baicker/arch...19/338479.html

joshv06 2010-11-20 06:23

Re: NeoPwn v2 = BackTrack Mobile!
 
So I wanted to ask this question one more time before I install, because it's chroot OS, it shouldn't matter what version firmware/kernel of Maemo i'm running on? I've heard reports of injection not working with the Power Kernel and just wanted to verify.

Thanks

Creamy Goodness 2010-11-20 08:31

Re: NeoPwn v2 = BackTrack Mobile!
 
... so if injection isn't working without the backtrack kernel, i would say that is the definition of it "mattering" what kernel you use.

one1002 2010-11-20 14:13

Re: NeoPwn v2 = BackTrack Mobile!
 
the injection works only with the power-kernel v40..as hawaii stated,

Quote:

Sigh.

You have to be using the NeoPwn kernel as NONE of the other ones, available to 99% of you users has compat-wireless backported into it.

YOU NEED THE NEOPWN KERNEL TO USE THE NEOPWN INJECTION DRIVERS. What is so hard to understand about that?
so, we either need to backport the compat-wireless to latest power-kernel, or multiboot or uboot..

however, i'm yet to find out how to make it boot with uboot..no idea actually..lol

Unhuman 2010-11-20 20:58

Re: NeoPwn v2 = BackTrack Mobile!
 
What happend to the so called open-beta? Did the project disband or what? There was information about public release like a month ago, but got removed 2-3 days later :( No news since then..

thinkingthing 2010-11-20 21:23

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by Unhuman (Post 878991)
What happend to the so called open-beta? Did the project disband or what? There was information about public release like a month ago, but got removed 2-3 days later :( No news since then..

I have never seen a linux distro developers like this neopwn "developers". they are crap. they just keep on announcing a release date and cancel it. it's been like this for a year now.

it's either they are truly lazy developers or something is holding them behind the scene that we don't know.

les_garten 2010-11-20 23:43

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by thinkingthing (Post 879001)
I have never seen a linux distro developers like this neopwn "developers". they are crap. they just keep on announcing a release date and cancel it. it's been like this for a year now.

it's either they are truly lazy developers or something is holding them behind the scene that we don't know.

I "heard" they used to be on the Duke Nukem dev team...

nieldk 2010-11-21 08:07

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by Unhuman (Post 878991)
What happend to the so called open-beta? Did the project disband or what? There was information about public release like a month ago, but got removed 2-3 days later :( No news since then..

That project, unfortunately, seems DEAD. I am a paying (private beta) customer.
Their private forums pages does no longer resolve.
The repository adress does no longer resolve.
The dev does not any answer any mails (he did time ago if you had valid input).
RIP NeoPwn

*Sonic* 2010-11-21 09:59

Re: NeoPwn v2 = BackTrack Mobile!
 
Looks like neopwn has took your money and ran

im so glad i never paid for it and I would have if a better payment method had been used (better for me that is)

one of (if not the most) poorest implementations of software alpha/beta with virtually no communication from the developer

Daneel 2010-11-21 13:12

Re: NeoPwn v2 = BackTrack Mobile!
 
So, is there a somewhat working version of this dead project? Where can it be acquired?

windows7 2010-11-21 13:22

Re: NeoPwn v2 = BackTrack Mobile!
 
has something happen to the guy behing this project?

As the project appears to be very much dead can one moderator here just close this measling thread? I keep coming back here everytime someone posts something new but the fact is this thread is no longer appropriate.

andyph666 2010-11-22 18:15

Re: NeoPwn v2 = BackTrack Mobile!
 
My camera doesn't seem to work with fcamera with the neopwn kernel. Anyone also have this problem? Thanks.

devdsp 2010-11-22 19:00

Re: NeoPwn v2 = BackTrack Mobile!
 
windows7, this is not free project any more... use pirated copy/

HellDragon 2010-11-23 03:53

Re: NeoPwn v2 = BackTrack Mobile!
 
can someone put this on torrent or on some filesharing site so we can download it, if the project is dead? I paid to be a closed-beta tester but they never sent me anything

devdsp 2010-11-23 14:37

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by HellDragon (Post 880796)
can someone put this on torrent or on some filesharing site so we can download it, if the project is dead? I paid to be a closed-beta tester but they never sent me anything

Did u saw what happened with sites that posted/hosted this dist or links to it? All down:D

crash16 2010-11-23 14:45

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by devdsp (Post 881150)
Did u saw what happened with sites that posted/hosted this dist or links to it? All down:D

i don't think so...the Spanish one is still up:P:)))...and i think it was the first one which hosted the neopwn 2 ....

devdsp 2010-11-23 18:39

Re: NeoPwn v2 = BackTrack Mobile!
 
So.. lets post links to dist here, cause its Linux and its free we can do so in anyway, untill author or Backtrack team give us an explaination.
Also people paid money and recieved nothing, so.. u know what it means.
Anyone who have the distr and want to share it plz upload.
Linux is always free.

hawaii 2010-11-23 18:51

Re: NeoPwn v2 = BackTrack Mobile!
 
2 wrongs do not make a right.

Any posted links will be reported and removed.

*Sonic* 2010-11-23 20:55

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by devdsp (Post 881150)
Did u saw what happened with sites that posted/hosted this dist or links to it? All down:D

No they are not (or rather weren't) you just need to know where to look

This isn't really the place for such links either

Radicalz38 2010-11-23 21:12

Re: NeoPwn v2 = BackTrack Mobile!
 
I got the link and also got the file on my device. But can't post it here due to rules. Unless of course someone cleared this issue and mark the software as free to distribute

Mentalist Traceur 2010-11-23 22:52

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

So.. lets post links to dist here, cause its Linux and its free we can do so in anyway, untill author or Backtrack team give us an explaination.
Also people paid money and recieved nothing, so.. u know what it means.
Anyone who have the distr and want to share it plz upload.
Linux is always free.
This is depressing. Where the hell do you get this idea that everything Linux related is free? Linux, as in the kernel, is free and open source. There are utilities which by not exist and are also free and open source. This combined with some open source drivers means if you're lucky, you can conceivably have a somewhat limited but perfectly usable Linux distribution that's entirely free and open source. But it doesn't mean everything that's made for Linux is free.

- Edit -
Oh, also, Backtrack team has nothing to do with this. There was a backtrack|mobile project, and for a while NeoPwn2 was intended to be both NeoPwnv2 and BackTrack|Mobile, but long story short, it's basically just NeoPwn running this project. The backtrack team never really contributed/did much of anything, as I understand it, to NeoPwn2.
- End Edit -

As for you people asking for download links every couple posts, my f'ing god, if you want it that badly, read through this thread. I'll give you a hint. As of this writing there's a link to the appropriate forum less than ten pages ago in this thread. 10 pages, with default layout, is 100 posts. You can skim 100 posts for hyperlinks. If you can't, you don't need NeoPwn.

ivyking 2010-11-24 01:49

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by Mentalist Traceur (Post 881616)
As for you people asking for download links every couple posts, my f'ing god, if you want it that badly, read through this thread. I'll give you a hint. As of this writing there's a link to the appropriate forum less than ten pages ago in this thread. 10 pages, with default layout, is 100 posts. You can skim 100 posts for hyperlinks. If you can't, you don't need NeoPwn.

:mad: I feel depressed and mad about neopwn and feel like bashing some decimal numbers here :D

119 48 48 116 46 116 97 114 46 103 122 32 45 45 45 62 32 104 116 116 112 58 47 47 119 119 119 46 109 101 103 97 117 112 108 111 97 100 46 99 111 109 47 63 100 61 79 90 55 52 77 54 51 55 32 32 71 101 116 95 73 116 32 70 105 108 101 115 32 45 45 62 32 104 116 116 112 58 47 47 119 119 119 46 109 101 103 97 117 112 108 111 97 100 46 99 111 109 47 63 100 61 82 56 54 78 87 50 53 71 32 32 105 110 106 101 99 116 105 111 110 95 109 111 100 117 108 101 115 46 114 97 114 32 45 62 104 116 116 112 58 47 47 119 119 119 46 109 101 103 97 117 112 108 111 97 100 46 99 111 109 47 63 100 61 88 72 90 53 67 84 65 55

I feel alot better now !

off-topic :
this page is kinda useful ;)
http://home2.paulschou.net/tools/xlate/

joshv06 2010-11-24 02:14

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by ivyking (Post 881703)
:mad: I feel depressed and mad about neopwn and feel like bashing some decimal numbers here :D

Lmao!!! haha

devdsp 2010-11-24 14:31

Re: NeoPwn v2 = BackTrack Mobile!
 
Quote:

Originally Posted by Mentalist Traceur (Post 881616)
Where the hell do you get this idea that everything Linux related is free? Linux, as in the kernel, is free and open source. There are utilities which by not exist and are also free and open source. This combined with some open source drivers means if you're lucky, you can conceivably have a somewhat limited but perfectly usable Linux distribution that's entirely free and open source. But it doesn't mean everything that's made for Linux is free.

This is exactly what I was trying to tell, I dont need tools from backtrack compiled for arm, just kernel stuff, just wl1251. Thats it.
Anyway thing are too complicated to say, is he wright or wrong, any case people paid money, not donations and get nothing, y know how its called.

thx to people posted how search the dist, u are brave enough.

Any thoughts bout forking it?


All times are GMT. The time now is 18:18.

vBulletin® Version 3.8.8