Author Topic: Tutorial request / Tutorials to be written  (Read 7272 times)

0 Members and 2 Guests are viewing this topic.

Offline Santa

  • NULL
  • *
  • Posts: 24
  • Karma: +2/-4
  • Gender: Male
  • I am new and willing to help whenever possible
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #30 on: November 06, 2011, 06:35:05 PM »
i would like a "Noobie" tutorial thread or something to teach people that know nothing about hacking or whatever you want to call it (people telling me to stop using the word hack but i dont know what to say in place).

i know nothing about hacking or whatever but i would LOVE to learn how and what to do in order.

i will help when i can and when i have the knowledge but until then i feel im not helping and thus not a very helpful member of the community

Offline iAmLuFFy

  • Long
  • ****
  • Posts: 231
  • Karma: +11/-6
  • i aM MoDiFiEr nOt A cReAtOr
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #31 on: November 14, 2011, 02:52:09 PM »
Did any body have good tutorials on bruteforce using RainbowTables?
 
And those rainbowtables are too big in size.
« Last Edit: November 14, 2011, 02:53:20 PM by iAmLuFFy »
iAmLuFFy

Offline neusbeer

  • Short
  • ***
  • Posts: 217
  • Karma: +18/-8
  • Gender: Male
  • Beer makes you stronger XD
    • View Profile
    • http://www.facebook.nl/hackneus
Re: Tutorial request / Tutorials to be written
« Reply #32 on: November 14, 2011, 04:09:42 PM »
There are a few online rainbow sites.
creating your own is timeconsuming and takes a lot of diskspace.
and lately not very effective due the salted passwords.
(Salted means, the use random chars over a md5 hash so it's never the same.
Like with WPA key's (it's MD5 hash together with the SSID code, no never the same. there are a few lists with standard SSID's and wordlists. but the change you can use it is very small).
so rainbow tabel is great and fast.. but I never used it because of the problems with salted hashes. most CMS and forums using salted hashes or codes like sha1(md5(password)) or md5(md5(password)).
and a rainbow table for lowercase characters a-z and 0-9 for 9 character passwords is about 160 gig. and most people use longer passwords.
so getting a good dictonary and bruteforcing is way much better
(using CUDA on your graphicscard and you can get some 260mil a sec. or faster)
My girlfriends laptop is running on almost 100mil hashes a second (quad core p4)
 
free rainbowtables; http://www.freerainbowtables.com/tables/
I'm a member of them and I used to help with bruteforcing.
But I don't see a future in rainbow..
--Neusbeer

Offline Area_13

  • Char
  • *
  • Posts: 75
  • Karma: +6/-0
  • Gender: Male
  • stderr
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #33 on: November 15, 2011, 02:49:24 PM »
A beginner-tutorial about password-cracking with bruteforce would be nice...
Does some know one?
This signature is currently taking a coffe-break

Online techb

  • Evilzone Love Spreader
  • VIP
  • Long[]
  • *
  • Posts: 369
  • Karma: +1347/-0
  • Gender: Male
  • Buttered toast.
    • View Profile
    • Tech B. Blog
Re: Tutorial request / Tutorials to be written
« Reply #34 on: November 16, 2011, 10:06:46 PM »
A beginner-tutorial about password-cracking with bruteforce would be nice...
Does some know one?


I wrote one, you can find it here. There is also a video at the end of PureHate giving a talk about hashcat and gpu bruteforcing.

Offline Area_13

  • Char
  • *
  • Posts: 75
  • Karma: +6/-0
  • Gender: Male
  • stderr
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #35 on: November 17, 2011, 10:06:57 AM »
thx :)
   even the programming language in which I am best  :) :) :)
 
« Last Edit: November 17, 2011, 10:08:53 AM by Area_13 »
This signature is currently taking a coffe-break

Offline Area_13

  • Char
  • *
  • Posts: 75
  • Karma: +6/-0
  • Gender: Male
  • stderr
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #36 on: November 18, 2011, 11:48:13 AM »
But does someone konw a tutorial about userpassword cracking in windows (with python)?
This signature is currently taking a coffe-break

Online Factionwars

  • Administrator
  • 0x13338
  • *
  • Posts: 1040
  • Karma: +44/-2
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #37 on: November 20, 2011, 01:34:22 PM »
Aread_13,  here is a code snippit http://evilzone.org/index.php?topic=2391

Offline _ANONYMOUS_

  • NULL
  • *
  • Posts: 25
  • Karma: +0/-0
  • I Prefer To Remain Anonymous
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #38 on: December 15, 2011, 04:43:13 PM »
Could you do a tutorial on dns analysis? ;D
The only reason people get lost in thought is because it's unfamiliar territory

Offline petermlm

  • Long
  • ****
  • Posts: 226
  • Karma: +7/-0
    • View Profile
    • Security Check
Re: Tutorial request / Tutorials to be written
« Reply #39 on: February 17, 2012, 02:20:08 PM »
Idea! For a few months now I have been using GDB to debug what ever I have been working on at college. What I am working on write now isn't exactly what you would call class room programs but rather some mathematical operations that need to be optimized at a very low level.

Anyway. What I want to say is that because of my last few months experience, I have some knowledge about using GDB, some knowledge about assembly for x86 processors an the like, some knowledge about programming in C and C++, etc.

So I am going to write a tutorial on how to use GDB for users who don't yet know assembly but would like to use GDB to debug their C or C++ programs.

This is because many people, when programming in C or C++, either populate their code with printf and cout and that kind of stuff, or just use IDE/graphical debuggers that are not as comfortable (in my opinion) as GDB.

I'll publish this in no more then a week in my blog. A week because I have a lot of work right now.

Offline bluephantom

  • NULL
  • *
  • Posts: 20
  • Karma: +0/-0
  • Gender: Male
  • Malang Hackerlink Never Die !!!
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #40 on: February 20, 2012, 11:47:54 PM »
I'd like to see a brief explanation about how to track down a spam email :P

yeah it`s good :D
“Maybe there are no right moments, right guys, right answers, maybe sometimes you just to say what’s in your heart”

Offline WangMan

  • NOP
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #41 on: April 22, 2012, 07:02:08 PM »
Hello, i would like to see a thorough tutorial about portscanning. I saw that neusbeer posted i few howdoi, i enjoyed them but they lacked the thorough'ness :P also which tools are best and how to use them like he (neusbeer) did with explaining :D have a continuously nice day :)

Online th3g00n

  • Char
  • *
  • Posts: 71
  • Karma: +7/-1
    • View Profile
    • The Goon Journal
Re: Tutorial request / Tutorials to be written
« Reply #42 on: April 30, 2012, 02:40:42 AM »
A tutorial on Bufferoverflows would be nice
# th3g00n
print "Age of the %s " % 'Geek'

http://thegoon.blog.com

Offline Albino

  • NOP
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #43 on: April 30, 2012, 03:38:55 AM »
I'm new to this. Some of the vocabulary is confusing to me and I'm wondering if someone can make a beginner's tutorial.

Offline applebj

  • NOP
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Tutorial request / Tutorials to be written
« Reply #44 on: May 06, 2012, 03:15:35 PM »
Hi
Friends as iam a newbee to this site iam eager in learning hacking techniques


i need the tutorial for making a key logger in c++ or C please suggest me the techniques and what concept i need to use thanks ;D [size=78%] in advance[/size] :D

 



Intern0t SoldierX py1337 SecurityOverride programisiai
Want to be here? Contact Ande or Satan911 on the forum or at IRC.