AttackPup v1

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
morgonzola
Posts: 161
Joined: Thu 22 Apr 2010, 03:14
Location: Los Angeles, CA

#21 Post by morgonzola »

sorry i forgot what it was exactly telling me but after a reboot it is

Grub Error 13: "Invalid or unsupported executable format"

i just tried changing rootnoverify to just root but i dont think that has anything to do with it

User avatar
morgonzola
Posts: 161
Joined: Thu 22 Apr 2010, 03:14
Location: Los Angeles, CA

#22 Post by morgonzola »

well the problem figured out itself. i just deleted and re ripped into the folder and it booted right up. weird
now i have to deal with wireless but that is a different story :lol:

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#23 Post by edoc »

Anyone get this working on a Netbook?

I have a Samsung NB30 with Intel Atom N450, Intel® NM10, Intel® GMA3150 integrated graphics processor, and ath9k wlan driver.

WDYT?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#24 Post by Q5sys »

edoc wrote:Anyone get this working on a Netbook?

I have a Samsung NB30 with Intel Atom N450, Intel® NM10, Intel® GMA3150 integrated graphics processor, and ath9k wlan driver.

WDYT?
it was originally tested on an asus 1005HA netbook. I dont have another at my disposal to test on. :(
My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#25 Post by edoc »

Rather than wrestle with the old release I should wait for the new.

I can test it for you on two netbooks and 4 or 5 different laptops.

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

kattman
Posts: 87
Joined: Fri 11 Jul 2008, 21:54

#26 Post by kattman »

Forgot to mention earlier you are missing the iw command which is a dependency in the aircrack-ng suite when using airmon-ng to put your card into monitor/promiscuous mode.
is there a pet fot the IW i cannot compille it "too many errors".

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#27 Post by Q5sys »

kattman wrote:
Forgot to mention earlier you are missing the iw command which is a dependency in the aircrack-ng suite when using airmon-ng to put your card into monitor/promiscuous mode.
is there a pet fot the IW i cannot compille it "too many errors".
Can you paste the output from you trying to compile it here? I'll see about compiling it and uploading it... but im really pressed for time this week and next.

kattman
Posts: 87
Joined: Fri 11 Jul 2008, 21:54

#28 Post by kattman »

I extracted ti iw tgz to "/usr/source/drivers" i moved to the "iw-0-9-11" folder and it in terminal, and typed "make" this is the output.
sh-4.1# make
CC iw.o
iw.c:16:31: error: netlink/genl/genl.h: No such file or directory
iw.c:17:33: error: netlink/genl/family.h: No such file or directory
iw.c:18:33: error: netlink/genl/ctrl.h: No such file or directory
iw.c:19:25: error: netlink/msg.h: No such file or directory
iw.c:20:26: error: netlink/attr.h: No such file or directory
In file included from iw.c:23:
iw.h:4:29: error: netlink/netlink.h: No such file or directory
In file included from iw.c:23:
iw.h:44: warning: 'struct nl_msg' declared inside parameter list
iw.h:44: warning: its scope is only this definition or declaration, which is probably not what you want
iw.h:44: warning: 'struct nl_cb' declared inside parameter list
iw.h:72: error: expected ')' before 'initiator'
iw.c: In function 'nl_socket_alloc':
iw.c:31: error: implicit declaration of function 'nl_handle_alloc'
iw.c:31: warning: return makes pointer from integer without a cast
iw.c: In function 'nl_socket_free':
iw.c:36: error: implicit declaration of function 'nl_handle_destroy'
iw.c: In function '__genl_ctrl_alloc_cache':
iw.c:41: error: implicit declaration of function 'genl_ctrl_alloc_cache'
iw.c:41: warning: initialization makes pointer from integer without a cast
iw.c: In function 'nl80211_init':
iw.c:62: error: implicit declaration of function 'genl_connect'
iw.c:74: error: implicit declaration of function 'genl_ctrl_search_by_name'
iw.c:74: warning: assignment makes pointer from integer without a cast
iw.c:84: error: implicit declaration of function 'nl_cache_free'
iw.c: In function 'nl80211_cleanup':
iw.c:92: error: implicit declaration of function 'genl_family_put'
iw.c: In function 'phy_lookup':
iw.c:158: error: implicit declaration of function 'atoi'
iw.c: At top level:
iw.c:162: warning: 'struct nlmsgerr' declared inside parameter list
iw.c:162: warning: 'struct sockaddr_nl' declared inside parameter list
iw.c: In function 'error_handler':
iw.c:165: error: dereferencing pointer to incomplete type
iw.c:166: error: 'NL_STOP' undeclared (first use in this function)
iw.c:166: error: (Each undeclared identifier is reported only once
iw.c:166: error: for each function it appears in.)
iw.c: At top level:
iw.c:169: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'finish_handler':
iw.c:173: error: 'NL_SKIP' undeclared (first use in this function)
iw.c: At top level:
iw.c:176: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'ack_handler':
iw.c:180: error: 'NL_STOP' undeclared (first use in this function)
iw.c: In function 'handle_cmd':
iw.c:209: error: implicit declaration of function 'strtoul'
iw.c:269: error: implicit declaration of function 'nlmsg_alloc'
iw.c:269: warning: assignment makes pointer from integer without a cast
iw.c:275: error: implicit declaration of function 'nl_cb_alloc'
iw.c:275: error: 'NL_CB_DEBUG' undeclared (first use in this function)
iw.c:275: error: 'NL_CB_DEFAULT' undeclared (first use in this function)
iw.c:275: warning: assignment makes pointer from integer without a cast
iw.c:282: error: implicit declaration of function 'genlmsg_put'
iw.c:282: error: implicit declaration of function 'genl_family_get_id'
iw.c:287: error: implicit declaration of function 'NLA_PUT_U32'
iw.c:296: warning: passing argument 1 of 'cmd->handler' from incompatible pointer type
iw.c:296: warning: passing argument 2 of 'cmd->handler' from incompatible pointer type
iw.c:300: error: implicit declaration of function 'nl_send_auto_complete'
iw.c:306: error: implicit declaration of function 'nl_cb_err'
iw.c:306: error: 'NL_CB_CUSTOM' undeclared (first use in this function)
iw.c:307: error: implicit declaration of function 'nl_cb_set'
iw.c:307: error: 'NL_CB_FINISH' undeclared (first use in this function)
iw.c:308: error: 'NL_CB_ACK' undeclared (first use in this function)
iw.c:311: error: implicit declaration of function 'nl_recvmsgs'
iw.c:313: error: implicit declaration of function 'nl_cb_put'
iw.c:315: error: implicit declaration of function 'nlmsg_free'
iw.c:317: warning: label 'nla_put_failure' defined but not used
iw.c: At top level:
iw.c:322: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'no_seq_check':
iw.c:324: error: 'NL_OK' undeclared (first use in this function)
iw.c: At top level:
iw.c:327: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'print_event':
iw.c:329: error: implicit declaration of function 'nlmsg_data'
iw.c:329: error: implicit declaration of function 'nlmsg_hdr'
iw.c:329: warning: initialization makes pointer from integer without a cast
iw.c:332: error: '__u8' undeclared (first use in this function)
iw.c:332: error: expected ';' before 'reg_type'
iw.c:334: error: implicit declaration of function 'nla_parse'
iw.c:334: error: implicit declaration of function 'genlmsg_attrdata'
iw.c:335: error: implicit declaration of function 'genlmsg_attrlen'
iw.c:337: error: dereferencing pointer to incomplete type
iw.c:340: error: implicit declaration of function 'nla_get_u32'
iw.c:341: error: implicit declaration of function 'nla_get_string'
iw.c:341: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
iw.c:357: error: 'reg_type' undeclared (first use in this function)
iw.c:357: error: implicit declaration of function 'nla_get_u8'
iw.c:363: error: implicit declaration of function 'reg_initiator_to_string'
iw.c:363: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
iw.c:363: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
iw.c:369: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
iw.c:374: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
iw.c:378: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
iw.c:390: error: dereferencing pointer to incomplete type
iw.c:394: error: 'NL_SKIP' undeclared (first use in this function)
iw.c: In function 'listen_events':
iw.c:401: error: 'NL_CB_DEBUG' undeclared (first use in this function)
iw.c:401: error: 'NL_CB_DEFAULT' undeclared (first use in this function)
iw.c:401: warning: initialization makes pointer from integer without a cast
iw.c:413: error: implicit declaration of function 'nl_socket_add_membership'
iw.c:434: error: 'NL_CB_SEQ_CHECK' undeclared (first use in this function)
iw.c:434: error: 'NL_CB_CUSTOM' undeclared (first use in this function)
iw.c:435: error: 'NL_CB_VALID' undeclared (first use in this function)
iw.c: In function 'main':
iw.c:452: error: implicit declaration of function 'abs'
make: *** [iw.o] Error 1
sh-4.1#

DPUP5520
Posts: 800
Joined: Wed 16 Feb 2011, 05:38

#29 Post by DPUP5520 »

Just noticed someone was trying to get iw compiled on here, I dont know why I only gave the source but here's the actual pet.
Attachments
iw-0.9.22.pet
(107.02 KiB) Downloaded 892 times
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69651][b][i]PupRescue 2.5[/i][/b][/url]
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=72178][b][i]Puppy Crypt 528[/i][/b][/url]

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#30 Post by edoc »

Q5sys wrote:My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.
Any exciting news?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#31 Post by Q5sys »

edoc wrote:
Q5sys wrote:My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.
Any exciting news?
did 5.3 go final without me noticing? ;)
Im waiting till all the bugs are ironed out. That way theres less bug testing for me. :P

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#32 Post by edoc »

Q5sys wrote:
edoc wrote:
Q5sys wrote:My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.
Any exciting news?
did 5.3 go final without me noticing? ;)
Im waiting till all the bugs are ironed out. That way theres less bug testing for me. :P
Sounds like good strategic wisdom to me!

I have no idea about 5.3 ... can't keep up with all that is going on in Puppyville.

:roll:
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#33 Post by Q5sys »

edoc wrote:
Q5sys wrote:
did 5.3 go final without me noticing? ;)
Im waiting till all the bugs are ironed out. That way theres less bug testing for me. :P
Sounds like good strategic wisdom to me!

I have no idea about 5.3 ... can't keep up with all that is going on in Puppyville.

:roll:
good strategic wisdom... more like efficient slacking. ;)

User avatar
droope
Posts: 801
Joined: Fri 01 Aug 2008, 00:17
Location: Uruguay, Mercedes

#34 Post by droope »

this is awesome!

backtrack is 2GB now... couldn't even think of installing it on my old PC. :( I guess i have to buy a real computer to work comfortably??? let's put that to a test. :D

Cheers!
What seems hard is actually easy, while what looks like impossible is in fact hard.

“Hard things take time to do. Impossible things take a little longer.â€￾ –Percy Cerutty

[url=http://droope.wordpress.com/]Mi blog[/url] (Spanish)

User avatar
droope
Posts: 801
Joined: Fri 01 Aug 2008, 00:17
Location: Uruguay, Mercedes

#35 Post by droope »

hey the wireless doesn't work in my EEEPC 701, anyone know why? it has never worked so far on a puppy, now that i remember.

:(
What seems hard is actually easy, while what looks like impossible is in fact hard.

“Hard things take time to do. Impossible things take a little longer.â€￾ –Percy Cerutty

[url=http://droope.wordpress.com/]Mi blog[/url] (Spanish)

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#36 Post by edoc »

Have you tried Squeeze 5X9 or the aging but Netbook-friendly Fluppy 013?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
droope
Posts: 801
Joined: Fri 01 Aug 2008, 00:17
Location: Uruguay, Mercedes

#37 Post by droope »

heh it's just that i really liked the attack pup. i even created the article on thewiki about eeepc now that I remember... there used to be a patch for the eeepcs.
What seems hard is actually easy, while what looks like impossible is in fact hard.

“Hard things take time to do. Impossible things take a little longer.â€￾ –Percy Cerutty

[url=http://droope.wordpress.com/]Mi blog[/url] (Spanish)

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#38 Post by Q5sys »

just a little update guys...
working on v2 now.
using slacko as a base. running into a few problems with a few tools not wanting to run due to dependency conflicts (slacko having newer versions than what it needs).
But Im slowly working through it all.
Still hoping for that Dec 31 2011 deadline, I've unoffically set for myself. lol

User avatar
Q5sys
Posts: 1105
Joined: Thu 11 Dec 2008, 19:49
Contact:

#39 Post by Q5sys »

droope wrote:hey the wireless doesn't work in my EEEPC 701, anyone know why? it has never worked so far on a puppy, now that i remember.

:(
I never had a problem with the 1005HA eeepc I used to have. Guess they used some weird hardware in it. Did you try compiling the newest drivers for the wireless card?

User avatar
eztuxer
Posts: 494
Joined: Thu 06 Nov 2008, 11:19
Location: Hungary
Contact:

#40 Post by eztuxer »

Hi !

Installed on AAO (Acer Aspire One) netbook, on 16 GB USB stick.
Wifi works... :-)

However, it won't use the AZERTY Latin BE keyboard even tough it is actually written in etc/keymap

HEEEEEEEEEEEELP !
Don't poop it down... Pup it Up !

Post Reply