Aviran's Place Forum Index Aviran's Place
The Technology Forum
 
 Home PageHome Page  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

* Yahoo will purchase Tumblr for $1.1 billion * Continuous Delivery - Part 6 - Backward & Forward Compatibility * Tip: How to remove / disable metro UI windows 8 * Continuous Delivery - Part 5 - Startup - Self Test * Microsoft: Google unfairly using Android to promote Google's products * Continuous Delivery - Part 4 - A/B Testing *

Password Cracker

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Aviran's Place Forum Index -> General Discussion
View previous topic :: View next topic  

Do You think Password Cracker Would Help Me Without Learning NT and LM Hashes?
Oh, Yes!
40%
 40%  [ 2 ]
No, You Need NT/LM Hashes Or Ure Doomed!!!
40%
 40%  [ 2 ]
WTF is NT/LM Hashes!???
0%
 0%  [ 0 ]
Umm... Wha?? (THe password is 6-8 digits).. Oh... umm... *Runs Away*
20%
 20%  [ 1 ]
Total Votes : 5

Author Message
x0XsInX0x
Level 1
Level 1


Joined: 15 Jul 2006
Posts: 3
Location: Australia

PostPosted: Sat Jul 15, 2006 6:40 am    Post subject: Password Cracker Reply with quote

Hello peepz...

i need help.. lolz... nywayz
I am, an X-Treme Gamer... I Like, have played (and finished, or been in the top 1000) about 70 games... but my parents got fed up coz i downloaded lotz of warez and etc. so now i need to find out the password they have made... i've tried some tools, but they tell me to pay, and i think that is a bloody waste of time and money!!!!! So i need help... Any one know a good tool Twisted Evil that helps me do sh3t? Thanks in adv.. Wink

Also Answer The Poll... Wink

x0XsInX0x

PS: SafeMode Admin has been Given a crazy Fuckall Password... I mite be able to do the 'activation' on their account, [b][u]OR[/u][/b] a Guest Account(they have enabled) with no Gaming Acess... Plz Help, coz i only get 1 hr of games a fortnite!!!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Beastmasta
Level 3
Level 3


Joined: 17 Jun 2006
Posts: 126
Location: United States

PostPosted: Sat Jul 15, 2006 11:46 am    Post subject: Re: Password Cracker Reply with quote

Ophcrack 2 http://ophcrack.sourceforge.net/ "The fastest Windows password cracker" it's a live CD and works very well. Wink
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Beastmasta
Level 3
Level 3


Joined: 17 Jun 2006
Posts: 126
Location: United States

PostPosted: Sat Jul 15, 2006 12:01 pm    Post subject: Re: Password Cracker Reply with quote

[b]Or you can get administrator control on your computer (Windows XP, 2000 & Vista) the Beastmasta way[/b]

This is achievable in several ways, one way is to use auditor to crack the admin password, but that isn't the only way of course. I find this method works a lot of the time, but depends on how the file permissions are configured.

Arrow [b]Step 1[/b]
We need to analyse the file system permissions, go to C:\Program Files\<any directory except common files>, and try to create a file there, if you can, then this might work!

Arrow [b]Step 2[/b]
We need to check for third party services. open services.msc and look for any non-Microsoft services, a lot of schools' and companies' computers will have some kind of anti-virus software installed.

Arrow [b]Step 3[/b]
Once you have located a non-MS service (if there are none then the computer is probably vulnerable to viruses, but you might be able to use the print spooler service instead), try and stop it, then try and start it again, if you can, then this will probably work!

Arrow [b]Step 4[/b]
Look at the properties of the service and make a note of where its executable is.

Arrow[b] Step 5[/b]
Now we need to write a small program, write it in any language of your choice so long as it can be compiled to run as a standalone exe. Here is the code for the program in C++:

[code:1]#include<iostream>
using namespace std;

int main()
{
system(“taskmgr”);
return 0;
}
[/code:1]

[i]If you don't understand what that code does, then you probably shouldn't be reading this tutorial, but all this program does is run task manager. [/i]

[code:1]

import java.io.IOException;

public class TaskMgr
{
public static void main ( String arg[] )
{
try
{
Process p = Runtime.getRuntime().exec ( "taskmgr" );
}
catch (IOException ohdear)
{
System.out.println ( "Error: " + ohdear.getMessage() );
}
}
}
[/code:1]

Arrow [b]Step 6[/b]
Now here is the clever bit, remember that file path we wrote down somewhere? Go there in Explorer, rename the file to what ever you want (but don't forget its original name). Now put your program (which you will have compiled to a standalone exe) in that directory and give it the same name of what the exe you just renamed used to be called.

Arrow [b]Step 7[/b]
Restart the service that points to that exe, and hey presto, task manager running as system! You now have total control, just go File > Run and run what ever you want!

Be sure to put everything back and delete all evidence of our little achievement.

Arrow [b]Renaming a file and placing your own there with out permisson to do so[/b]

Recovery Console.

NOTE: You can simply copy taskmgr.exe (located in the system32 directory), but the problem with this is when windows realises that the service isn't responding, it will kill task manager (but not any programs it started), so it's best to use another program to start task manager so it doesn't get killed when the service times out unless you only want it for a short time (I believe the time out is 30 seconds). 757475835518204731853831

Ha! Beat that Purpleskunk. Razz
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
PurpleSkunk
Level 3
Level 3


Joined: 23 May 2006
Posts: 262
Location: Le Mans, France

PostPosted: Sat Jul 15, 2006 1:36 pm    Post subject: Re: Password Cracker Reply with quote

Damn ! I'm owned ! Laughing


Very impressive mate ! Wink
Back to top
View user's profile Send private message
Beastmasta
Level 3
Level 3


Joined: 17 Jun 2006
Posts: 126
Location: United States

PostPosted: Sat Jul 15, 2006 2:33 pm    Post subject: Re: Password Cracker Reply with quote

Thanks Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
x0XsInX0x
Level 1
Level 1


Joined: 15 Jul 2006
Posts: 3
Location: Australia

PostPosted: Sat Jul 22, 2006 3:55 am    Post subject: Re: Password Cracker Reply with quote

Wow.... that might hav worked... but i tried.... and it didnt work... when i try to do stuff with taskmanager... my comp just shutz down... waah! doz ny1 know a LM/NT hash decoder.. coz i have the Hashes...
They are copied from the hash thingy..:

Administrator:500:8839a1ce880ae1e4aad3b435b51404ee:005fe319f8d3061693e2d1a4ebae5bee:Built-in account for administering the computer/domain::
Guest:501:<Empty>:<Empty>:Built-in account for guest access to the computer/domain::
HelpAssistant:1000:1a821fad6a1de13b5b4efe69fe20f7ff:28b97f6871ca519b2822ee2bbbadb8ea:Account for Providing Remote Assistance::
sXygAl:1003:679f5fd559b0600ee68aa26a841a86fa:dec3e9a6f3b8ce568c0b0484cff638eb:Administrator::
SUPPORT_388945a0:1002:<Empty>:39049032341f99e0b481967fb622b34e:This is a vendor's account for the Help and Support Service::


Thanks in advance... lol... she calls herself sxygal.. =_=
or, if u's know a hash decoder Wink i tried one on a html page(secure"something" - sumthing like dat)... it dont work.... I went down 15k in the maplestory ranks... Crying or Very sad
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
zeruelx
Level 1
Level 1


Joined: 23 Jul 2006
Posts: 1

PostPosted: Sun Jul 23, 2006 11:32 pm    Post subject: Re: Password Cracker Reply with quote

[quote="x0XsInX0x"]Wow.... that might hav worked... but i tried.... and it didnt work... when i try to do stuff with taskmanager... my comp just shutz down... waah! doz ny1 know a LM/NT hash decoder.. coz i have the Hashes...
They are copied from the hash thingy..:

Administrator:500:8839a1ce880ae1e4aad3b435b51404ee:005fe319f8d3061693e2d1a4ebae5bee:Built-in account for administering the computer/domain::
Guest:501:<Empty>:<Empty>:Built-in account for guest access to the computer/domain::
HelpAssistant:1000:1a821fad6a1de13b5b4efe69fe20f7ff:28b97f6871ca519b2822ee2bbbadb8ea:Account for Providing Remote Assistance::
sXygAl:1003:679f5fd559b0600ee68aa26a841a86fa:dec3e9a6f3b8ce568c0b0484cff638eb:Administrator::
SUPPORT_388945a0:1002:<Empty>:39049032341f99e0b481967fb622b34e:This is a vendor's account for the Help and Support Service::


Thanks in advance... lol... she calls herself sxygal.. =_=
or, if u's know a hash decoder Wink i tried one on a html page(secure"something" - sumthing like dat)... it dont work.... I went down 15k in the maplestory ranks... Crying or Very sad[/quote]

Administrator is [b]kogarah[/b]
sXygAl is [b]khurpeto[/b]

for simple alphanumeric password like these without symbols and stuff, [url=http://lasecwww.epfl.ch/~oechslin/projects/ophcrack/]the ophcrack page[/url] will crack it
Back to top
View user's profile Send private message
x0XsInX0x
Level 1
Level 1


Joined: 15 Jul 2006
Posts: 3
Location: Australia

PostPosted: Tue Aug 01, 2006 5:07 am    Post subject: Re: Password Cracker Reply with quote

wow... thankxzeruelx... umm... where do i go to download it... = =
Lol.. I'm stupid... ^_^*
;|
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Beastmasta
Level 3
Level 3


Joined: 17 Jun 2006
Posts: 126
Location: United States

PostPosted: Tue Aug 01, 2006 10:50 am    Post subject: Re: Password Cracker Reply with quote

[quote="x0XsInX0x"]wow... thankxzeruelx... umm... where do i go to download it... = =
Lol.. I'm stupid... ^_^*
;|[/quote]

Second reply to topic
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
jacksmith
Level 1
Level 1


Joined: 04 Jan 2010
Posts: 3

PostPosted: Mon Jan 04, 2010 7:19 am    Post subject: Re: Password Cracker Reply with quote

'The Beastmasta way' is the most appropriate way to get password.
Back to top
View user's profile Send private message Send e-mail
jaffery12
Level 1
Level 1


Joined: 09 Feb 2010
Posts: 3

PostPosted: Tue Feb 09, 2010 6:28 am    Post subject: Re: Password Cracker Reply with quote

Hi,
No, You Need NT/LM Hashes Or Ure Doomed!!!
Back to top
View user's profile Send private message
beerbelowzero
Level 1
Level 1


Joined: 19 Apr 2010
Posts: 4

PostPosted: Wed Apr 21, 2010 11:02 pm    Post subject: Re: Password Cracker Reply with quote

NT/LM Hashes should be learned. It's a much better idea.
Back to top
View user's profile Send private message
sunan
Level 1
Level 1


Joined: 18 Apr 2010
Posts: 5

PostPosted: Sun Jun 13, 2010 3:35 am    Post subject: Re: Password Cracker Reply with quote

1.2010 South Africa World Cup staged in Argentina epic miracle forecast

In addition to the strength of the Competition, the World Cup or the fate of reincarnation often land. In the 18 World Cup, a total of 8 sessions is held in continents outside Europe, which champions the 8th All non-European team: champions Brazil in 2002 (held in South Korea and Japan), 1994 Brazil (United States), 1986 Argentina (Mexico), 1978 Argentina (Argentina), 1970 Brazil (Mexico), 1962 Brazil (Chile), in 1950 Uruguay (Brazil) and the 1930 Uruguay (Uruguay). the World Cup held in South Africa, is it also title indicates, half of the hands of Argentina may fall into?
Of course, kicked repeatedly in Argentina since Maradona led the miserable, but the World Cup is Saihui Zhi, 7 games at most games. If these 7 games old horse to rally the team, Messi can shine, Argentina staged a miracle of epic likely! Moreover, Argentina has made a good group, Nigeria, Greece and South Korea have strength is not strong, once in Group 1 will face qualifying group A 2 (probably South Africa). Then 1 / 4 finals to face C group and D group of a team (the strongest, but England and Germany), Argentina played well, if at least into the semi-finals, the last two can be cup magic again. Argentina of course all this must be performed to achieve epic miracles, so the possibility is not too high, but the absolute highest level of crazy
Back to top
View user's profile Send private message Visit poster's website
blahnik
Level 1
Level 1


Joined: 24 Dec 2010
Posts: 1

PostPosted: Fri Dec 24, 2010 2:44 am    Post subject: Re: Password Cracker Reply with quote

You must Remember the gorgeous shoes wore at the Sex and the City Movie, the shoes are just [url=http://www.manoloblahnikdesignershoes.com/manolo-blahnik-something-blue-satin-pump-p-1479.html]manolo blahnik something blue[/url] satin pumps.
[url=http://www.manoloblahnikdesignershoes.com/]Manolo Blahnik[/url] high heels at the beginning are of a bit vague, but the design of a pair of [url=http://www.manoloblahnikdesignershoes.com/]Manolo Blahnik Shoes[/url] is loved by many women.Sexy and confident women just like a famous star.Spears at many times at court in Los Angeles playing for the fight when the custody of her child was found wearing [url=http://www.designershoeshouse.com/]Manolo Shoes[/url].
[url=http://www.manoloblahnikdesignershoes.com/manolo-blahnik-something-blue-satin-pump-p-1479.html]manolo blahnik wedding shoes[/url] something blue satin pump
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Aviran's Place Forum Index -> General Discussion All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group