Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 27 guests online
 
Advertisement

You are here: Home
EH-Net
May 25, 2013, 02:23:29 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
  Home Help Calendar Login Register  
  Show Posts
Pages: 1 ... 6 7 [8]
106  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: How to enable port 80 on windows xp? on: July 09, 2012, 10:49:38 AM
A port opens up when there's a service listening on it. In this case, port 80 is usually open if you have a webserver running on the machine. If you're just playing around with nmap, then you can use netcat to listen on port 80 so nmap sees it as open. Of course if you plan on playing with exploits that specifically attack a webserver, you'll need to install the actual webserver to get it working.
107  Ethical Hacking Discussions and Related Certifications / Hardware / Re: New MacBook Pro on: July 07, 2012, 09:22:16 AM
Thanks for the replies guys! Here are the specs for the new book.

2.3GHz quad-core Intel Core i7
Turbo Boost up to 3.3GHz
8GB 1600MHz memory
256GB flash storage1
Intel HD Graphics 4000
NVIDIA GeForce GT 650M with 1GB of GDDR5 memory
Built-in battery (7 hours)2

A previous poster was correct that a lot of components are soldered to the board and can't be upgraded, but for £130 you can double up to 16gb, worth it?

I was thinking of using OSX host with virtual BT, are there any issues with that? I have a separate windows box for win tools and pure cracking, but this ofc isn't portable.

Fair point made by rance about power to the retina display.

The whole inability to upgrade the new line annoys me. In any case, as I mentioned, I run BT5R2 on VMware Fusion, no issues. I don't use VirtualBox, so I can't comment on that (work pays for the VMware license, so...).
108  Resources / Links to cool sites. / Re: The Code Bay on: July 06, 2012, 06:00:56 PM
It was even funnier, when the submission was wrong, and several people submitted the exact same code. Failage.
109  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Password Security (and my new blog) on: July 06, 2012, 02:08:58 PM
@cyber.spirit: A blog is specific to one thing: posting information for people to read. That's it. If you plan on doing something else with your online presence, like merchandising, or setting up an enterprise front, then yeah, a blog isn't the way to go.

@unicityd: Informative blog, looking forward to future posts.
110  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Password Security (and my new blog) on: July 06, 2012, 12:01:51 PM
If you already have a domain name, there's no charge to set it up with Blogspot. If you don't have one, you can buy one through them. http://support.google.com/blogger/bin/static.py?hl=en&ts=1233381&page=ts.cs

Again, nothing stopping you from designing your own template without mentioning Blogspot anywhere. Just an example:  http://btemplates.com/2012/blogger-template-musicplus/

Of course you can do everything yourself if you have plenty of time and want to manage everything on your own. The point is, many people just want to provide information online without having to worry about the hassle of maintaining a webserver. Same reason why most people use Gmail instead of setting up their own mail servers.

Here are some reasons why I'd use Blogspotr:

1. I don't want to pay for extra bandwidth.
2. If a power failure hits, I don't want my site to go down because it's hosted at home.
3. I don't have redundancy at home compared to the infrastructure Blogspot has setup.
4. I maintain enough servers as it is at work, and when I have free time, it's spent doing hacking and research, not debugging a webserver so people can read my posts.
5. I need to pay for a static IP.
6. If Blogspot goes down, I don't really care. I know some Blogspot employee is getting up at 3am to fix the problem.

The list goes on. It's all about using the right tool for the right job. Most people just don't care about maintaining a personal webserver when all they're going to be using it for, is a blog.
111  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Password Security (and my new blog) on: July 06, 2012, 08:31:30 AM
3xban im working on my new website with free host and domain man its not overkill blogs services has many disadvantages you just get a subdomain (example.blogspot.com) you cant design your blog freely you cant upload your files and create direct download links. users cant log in to your website and so on...

That's actually not true. Blogspot and Wordpress both allow you to use your own domain name. There's also nothing stopping you having your own server to host your files and linking it through your blog.

I'm not sure what you mean about not being able to design your blog freely. Have you looked beyond the basic templates that Blogger and Wordpress provide? There's nothing stopping you from creating your own CSS and designing the look of the site.
112  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: a word list of numbers on: July 06, 2012, 08:08:59 AM
Ok tturner as you know making wordlists with crunch is easier but i have problem with crunch's wordlist i cant input it in hydra (even i save it as txt file). So i want to try ur script too but the problem is idk which scripting language u used to for ur script. As it has echo and and >>file.txt i think i can run it as a linux terminal batch file, am i right? If im not tell a way to run ur script to create the wordlist thank u so much.

CyberSpirit

It's a bash script. Yes, you run it on Linux, or if you use Windows, cygwin should be able to handle it.
113  EH-Net / News Items and General Discussion About EH-Net / Re: Plaintext passwords emailed? For shame on: July 05, 2012, 07:22:09 PM
Well I suppose we should all be using different passwords for each account anyway to begin with Smiley
114  Ethical Hacking Discussions and Related Certifications / Hardware / Re: New MacBook Pro on: July 05, 2012, 10:37:21 AM
My MBP is mid-2009. Popped in a 1TB drive and maxed it out to 8GB. I run BT5 R2 on it with 2GB and it works without any issues. For serious password cracking though, I usually delegate that to a much more powerful machine. I'm not sure about the newer models.
115  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: a word list of numbers on: July 04, 2012, 09:10:50 PM
shadowzero thank you for ur help for the great weblog crunch is awsome finally i generated my wordlist without saveing it im using crunch with hydra aircrack and so on its awsome thanks alot man is much easier and better than scripting wo

Congrats Smiley Regarding your issue with hashcat, I don't know what your setup is, but you mentioned you had problems running it in Win7/XP. Just for your information, it's also included in Backtrack. See /pentest/passwords. Works out of the box.
116  Resources / Links to cool sites. / Re: The Code Bay on: July 04, 2012, 06:14:14 PM
Not really a new idea. When I was a Teaching Assistant at the University several years ago, we had issues with students using sites like these to get their programming homework done. Another similar site is http://www.rent-acoder.com/
117  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: a word list of numbers on: July 04, 2012, 04:11:08 PM
crunch (included in BT5) can easily do this for you.
shadowzero thank u. U introduced me a amazing tool but i have a problem im using this command:
./crunch 10 10 0123456789 -o example.txt but man it bcomes to a huge file 120 gb
1- am using correct command?
2- has it a command to split the file to parts?
3- u can generate the word list in the crunch terminal window is there a way to import that to other terminal apps like aircrack?
 Thanx again.

1. Yes
2 and 3. Yes. Read the manual.

Additional reading: http://adaywithtape.blogspot.ca/2011/05/creating-wordlists-with-crunch-v30.html
118  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: Is it a good starting-point? on: July 04, 2012, 04:01:35 PM
Thanks for your answer. I've the last question for you guys. Since i will go abroad for an year, will be some possibilities to "have" an internship? (to improve quickly my skills) Or my skills of "bachelor" are not enough to start an internship? (of course in the field of IT security)

thank you again-

That all depends on which company you want to work with and what their requirements are. I suggest you look up some US companies and see what they want from their interns.
119  EH-Net / Greetings / Re: Where to get started? on: July 04, 2012, 12:33:29 PM
If you're slow with reading, maybe watching videos might get you moving forward a bit faster: http://www.securitytube.net/groups?operation=viewall&groupId=0

As for books, Metasploit and Grey Hat are good. I'd also suggest playing around with vulnerable machines (De-ICE, Kioptrix, Holynix, etc, found here http://g0tmi1k.blogspot.ca/2011/03/vulnerable-by-design.html).

Reading is one thing, but experience is another. You have to immerse yourself in it, don't give up, ask questions, read, learn from your mistakes, try again.
120  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: a word list of numbers on: July 04, 2012, 11:57:25 AM
crunch (included in BT5) can easily do this for you.
Pages: 1 ... 6 7 [8]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.079 seconds with 21 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

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