Image
 
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 25 guests and 3 members online
EH-Net Donations

Enter Amount:
$

Google Ads
EH-Net News Feeds
Latest Additions
Book Recommendations





 
Advertisement

You are here: Home arrow Forum
Ethical Hacker Community Forums
December 02, 2008, 08:41:00 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: ChicagoCon 2-Day Ethical Hacking Conference with MS Blue Hats Oct 31 - Nov 1. Tickets Only $100! www.chicagocon.com/content/view/103/51/
 
  Home Help Calendar Login Register  
  Show Posts
Pages: 1 2 [3]
31  Ethical Hacking Discussions and Related Certifications / Certification / Re: Required Study Materisl for CEHv.5 on: September 07, 2007, 02:46:18 PM
For anyone studying the Ethical Hacker I'am study through this guide and its free - Smiley
http://www.cramsession.com/certifications/products/list-study-guides.asp

Good Luck everyone!
32  Ethical Hacking Discussions and Related Certifications / CCE / MCCE - (Master) Certified Computer Examiner / Re: Free Sample CCE Examination on: September 07, 2007, 02:37:55 PM
well I scored 64  Sad it is of my great interest meaning I have to study more in this field after my Ethical hacker and MCSE xp certs I will target Computer Forensics’ but thank you for the link.
33  Ethical Hacking Discussions and Related Certifications / Certification / Re: A+/NETWORK +/SECURITY + on: August 31, 2007, 08:50:42 AM
Thank you all the reason it was hard hahahaha I passed and earn Security + 2007 Edition hahahah is that wild I was so surprise this is the most current version of the test.lol  Grin
34  Ethical Hacking Discussions and Related Certifications / CEH - Certified Ethical Hacker / Re: CEH v5 - the exam on: August 30, 2007, 05:09:38 PM
Question for you guys in reference in taking the CEH exam do I need a  instructor for ethical hacking am thinking of creating a personal lab in my home to simulate attacks’ and using VMware to avoid virus leaks. I would love to save money if not do anyone have any suggestions Thank you. Smiley
35  Ethical Hacking Discussions and Related Certifications / Certification / Re:Passed my Security + on: August 30, 2007, 11:35:35 AM
Hi Guys thanks to this forum and Don especially I found the exam very hard but to my surprise I passed a score of 792 studied many free online exams mentioned here also practice Sybex Fast Pass 2004 reading everything I can knowledge and cram this was all selfstudy target website's like Cramsession, Testout, Techexam, Free exam Cisco all with averaging scores of 86-93% Thank you again and have a nice weekend fellas adios my next adventure will be CEH hahahahah lol Grin
36  Ethical Hacking Discussions and Related Certifications / Certification / Re: First Step to Cert on: May 31, 2007, 04:49:24 AM
Welcome and good luck in your studies I have a site that I have been practicing maybe this can help you much more and its free check this link-http://www.proprofs.com/certification/comptia/ Cool
37  Ethical Hacking Discussions and Related Certifications / Certification / Re: Plus the satisfaction that I finally cracked a 48bit wep key !!!! on: March 28, 2007, 04:00:06 PM
 Smiley
Flashing the Firmware-Primary 1.1.1 Secondary 1.7.4

Boot into Live CD Backtrack V1
1.Slax login:root
  password:toor
  root@slax:startx

2.click on Konqueror-->Backtrack-->Wireless Tools-->Miscellaneous-->
  Switch to Host AP

3.at bash-3.00# hostap_diag wlan0
 
This should display firmware V1.1.0
                                         V1.4.9

Lets download the package

4.open up a command bash to download the proper firmware
  We will use a direct connection to the Internet

root@slax: ifconfig
root@slax: dhcpcd
root@slax:ping www.google.com

You should now be online open up FireFox-type in the address box link below-

http://www.netgate.com/support/prism_firmware/

Select 1.7.4.tar.gaz you can save to disk

Open->look at your slackware desktop-

You will see the package-left click and open-

Select at the top Action-->Extract-->this will extract to the root of you disk

file:///root/ click on OK

Open up another command bash and type-
root@slax:cd 1.7.4

You can type to view the contain folder by typing ls

root@slax:~/1.7.4#ls
af010104.hex ak010104.hex pk010101.hex pm010102.hex rf010704.hex ru010704.hex sf010704.hex

You can type prism2_srec to see the options you would like to choose this is a utility for flashing

Safe way first for a test-

root@slax:~/1.7.4#prism2_srec -v wlan0 pk010101.hex sf010704.hex

If everything looks good now you can add the final switch which is -f to flash your prism2 card

root@slax:~/1.7.4#prism2_srec -v -f wlan0 pk010101.hex sf010704.hex

After that you will see updating do not remove your card

Should state complete open up a command prompt

root@slax:hostap_diag wlan0

The results should be-

NICID: id=0x800c v1.0.0 (PRISM II (2.5) PCMCIA (SST parallel flash))
PRIID: id=0x0015 v1.1.1
STAID: id=0x001f v1.7.4 (station firmware)

And now you should have the firmware for v1.1.1 and 1.7.4 installed.

You can go to this link for more info if you don’t feel safe with my guide
But I was able to flash it cause forum’s had stated that it injects better…



http://linux.junsun.net/intersil-prism/

You can also read this link and do the windows version I rather stick with linux

http://forums.remote-exploit.org/archive/index.php/t-2070.html
38  Resources / Tutorials / Guide to flashing the SENAO NL-2511CD EXT2 Prism 2.5 on: March 26, 2007, 10:09:12 AM
 Smiley
Flashing the Firmware-Primary 1.1.1 Secondary 1.7.4

Boot into Live CD Backtrack V1
1.Slax login:root
  password:toor
  root@slax:startx

2.click on Konqueror-->Backtrack-->Wireless Tools-->Miscellaneous-->
  Switch to Host AP

3.at bash-3.00# hostap_diag wlan0
 
This should display firmware V1.1.0
                                         V1.4.9

Lets download the package

4.open up a command bash to download the proper firmware
  We will use a direct connection to the Internet

root@slax: ifconfig
root@slax: dhcpcd
root@slax:ping www.google.com

You should now be online open up FireFox-type in the address box link below-

http://www.netgate.com/support/prism_firmware/

Select 1.7.4.tar.gaz you can save to disk

Open->look at your slackware desktop-

You will see the package-left click and open-

Select at the top Action-->Extract-->this will extract to the root of you disk

file:///root/ click on OK

Open up another command bash and type-
root@slax:cd 1.7.4

You can type to view the contain folder by typing ls

root@slax:~/1.7.4#ls
af010104.hex ak010104.hex pk010101.hex pm010102.hex rf010704.hex ru010704.hex sf010704.hex

You can type prism2_srec to see the options you would like to choose this is a utility for flashing

Safe way first for a test-

root@slax:~/1.7.4#prism2_srec -v wlan0 pk010101.hex sf010704.hex

If everything looks good now you can add the final switch which is -f to flash your prism2 card

root@slax:~/1.7.4#prism2_srec -v -f wlan0 pk010101.hex sf010704.hex

After that you will see updating do not remove your card

Should state complete open up a command prompt

root@slax:hostap_diag wlan0

The results should be-

NICID: id=0x800c v1.0.0 (PRISM II (2.5) PCMCIA (SST parallel flash))
PRIID: id=0x0015 v1.1.1
STAID: id=0x001f v1.7.4 (station firmware)

And now you should have the firmware for v1.1.1 and 1.7.4 installed.

You can go to this link for more info if you don’t feel safe with my guide
But I was able to flash it cause forum’s had stated that it injects better…



http://linux.junsun.net/intersil-prism/

You can also read this link and do the windows version I rather stick with linux

http://forums.remote-exploit.org/archive/index.php/t-2070.html
39  Ethical Hacking Discussions and Related Certifications / Certification / Re: It Certification on: March 26, 2007, 09:02:35 AM
I know no one could help me but I forced myself to learn and I finally was able to flash my senao wifi card to the firmware that I was trying too update Primary 1.1.1 and Secondary 1.7.4 when using BackTrack v1 thanks anyway I will post instructions in the newbie's section for anyone to help them flash there prim2 wifi card Cheesy.....
40  Ethical Hacking Discussions and Related Certifications / Certification / Re: It Certification on: March 16, 2007, 11:39:11 AM
Thank you all for welcoming me, I have been trying to do my very best in experimenting with my wifi card but the issue I am having is to upgrade the firmware being that I got the right Card to use with Backtrack v1 or v2 I need to find out step by step how to perform this, here is my gear
Senao NL-2511 CD PLUS EXT2(200) dual antenna for war driving with both antenna mini  and car mount antenna.

1.Live cd Backtrack v1 or v2
And have a dual partition of backtrack in an IBM ThinkPad R40 with XPPro

Firmware I think I have is 1.1.2
The recommend is 1.7.4 to do some packet injections on my own AP
If anyone can point me to the correct path I would appreciate all your help as
I get deeply into Linux and there commands just don’t want to risk losing this precious card Smiley lol
41  Ethical Hacking Discussions and Related Certifications / Certification / It Certification on: February 14, 2007, 03:01:45 PM
I just took my Network + exam and I failed for the reason of rushing, but its good that I failed cause it will strengthen my learning skills, the next time I take the exam I know I will pass so far I have my A + Certification, my next certification will be Security+, CCNA, CWNA, then Ethical Hacker and finally which I would love to dish out some money I will continue my career at a university for CCE aka Certified Computer Examiner this has been a big interest in my career. I recommended anyone to keep searching and experimenting as much as you can get your hands on Linux, Linux is an excellent tool for learning commands and so on with security, if you are afraid you will never know the unknowns that’s why anyone should swallow as much knowledge as you can which is what am learning form many forum sites especially from this site thank god and thank you all.
Pages: 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.075 seconds with 21 queries.
 
Sponsors

cwnp_moto__120x90.gif

Polls
During the most recent election, I:
 
Support EH-Net


Support EH-Net by
Buying all of your
Amazon items using
the search bar above.

cbtnuggets_logo_125.jpg
Try CBT Nuggets Free!
Recent Forum Topics
Vote For EH-Net

progenic.com
Click here to Vote!

Sadikhov.com
Top IT Cert Sites

binarica.com
Binarica Logo

Add to Technorati Favorites
technorati fave

 
         
Advertisement

© 2008 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.