Monday, 2024-04-29, 1:00 PM
Welcome Guest

Distance Education

[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: Christos  
Forum » General Discussions » iHax » Creating your own admin account on your network (yep.)
Creating your own admin account on your network
BrettJeffresonDate: Friday, 2009-02-27, 1:56 AM | Message # 1
Sergeant
Group: Checked
Messages: 30
Awards: 2
Reputation: 0
Status: Offline
In my earlier post about command prompt in the "bypass without a proxy" thread there were intsructions for how to open cmd if it is blocked..

In this one i will tell you how to create your own admin account on your network. (if my instructions sound like i think your stupid, im sorry.. catering for all)

anyway. after you have command prompt open type:

net user ihaxu

this creates a guest account called ihaxu

then go:

net user ihaxu /administrator

makes it an admin

then:

net user ihaxu /*

this will enable you to enter your password just do any password. then log into the account on another PC and voila.

to delete the account go:

net user ihaxu /delete

Added (2009-02-27, 1:56 Am)
---------------------------------------------
If you have any questions just post them here or add me on msn:

brettison12@hotmail.com


Anonymous.

We are legion.

 
HaydenJohnsDate: Friday, 2009-02-27, 7:58 AM | Message # 2
Lieutenant colonel
Group: Checked
Messages: 123
Awards: 0
Reputation: 0
Status: Offline
This needs to be tested. What level of rights do you need to do this?

~ Click it
 
Sk8a_801Date: Friday, 2009-02-27, 9:59 AM | Message # 3
Major
Group: Checked
Messages: 94
Awards: 0
Reputation: 0
Status: Offline
You can do this with any rights on the server cos it's through cmd, it doesn't have Administrative blocks and stuff.

You just have to be able to open command prompt

Added (2009-02-27, 9:59 Am)
---------------------------------------------
It doesn't work on vista tho, i'm not to sure about it tho...


There Are 10 Types Of People Who Understand Binary
Those Who Do.
Those Who Don't.
 
ChristosDate: Sunday, 2009-03-01, 2:04 AM | Message # 4
Admin
Group: Administrators
Messages: 65535
Awards: 1
Reputation: 32767
Status: Offline
lol vista... i that too :P

:O! does this really work!!!?? i can become ADMIN! OF MY SCHOOL!?? :O! :O !:O!!!!.... the end of the world is near!

 
HaydenJohnsDate: Sunday, 2009-03-01, 8:00 AM | Message # 5
Lieutenant colonel
Group: Checked
Messages: 123
Awards: 0
Reputation: 0
Status: Offline
Seeing as I don't have any scheduled classes in the I.T labs (D. Ed. is in the library) , I won't have a chance to try this out for a while.

Perhaps I could distribute this to a not-too-bright friend who would follow the instructions on how to raise their rights.

Oh, and cmd (Windows XP) does have rights blocks on it. Try to shut down your pc through it next time you are on the network by using the command "shutdown -s"

we're not talking about the good old days of 98 where there was free access to everything.


~ Click it
 
Sk8a_801Date: Monday, 2009-03-02, 1:21 AM | Message # 6
Major
Group: Checked
Messages: 94
Awards: 0
Reputation: 0
Status: Offline
Quote (HaydenJohns)
Perhaps I could distribute this to a not-too-bright friend who would follow the instructions on how to raise their rights.

Hmmm i like.... I have a couple of friends in mind lol :P:P


There Are 10 Types Of People Who Understand Binary
Those Who Do.
Those Who Don't.
 
TeekDate: Friday, 2009-03-06, 9:38 AM | Message # 7
Private
Group: Users
Messages: 15
Awards: 0
Reputation: 0
Status: Offline
my school is smart and actually blocked the websites number thing >> 1.23.456.78

dammit! lol. i guess its a good thing coz myspace would distract me from my work tongue
haha


Tanika Can Make Orange Juice Out Of A Banana
 
Sk8a_801Date: Saturday, 2009-03-07, 1:14 AM | Message # 8
Major
Group: Checked
Messages: 94
Awards: 0
Reputation: 0
Status: Offline
well if the I.P is blocked it'll be because the site redirects you using the URL rather than the I.p so it's blocked anyways.... the I.p way is alright, but it has flaws espeshaly with the redirection of websites.

There Are 10 Types Of People Who Understand Binary
Those Who Do.
Those Who Don't.
 
EppsiDate: Monday, 2009-03-09, 12:32 PM | Message # 9
Private
Group: Users
Messages: 14
Awards: 0
Reputation: 0
Status: Offline
will this allow admin privileges on the computer you do it on? or on the network?

Real programmers don't comment their code. If it was hard to write it should be hard to understand.
 
BrettJeffresonDate: Tuesday, 2009-03-10, 5:44 AM | Message # 10
Sergeant
Group: Checked
Messages: 30
Awards: 2
Reputation: 0
Status: Offline
the network. However deponds on what your network is set up like. If you log on to the network for example then it will.

Anonymous.

We are legion.

 
EppsiDate: Tuesday, 2009-03-10, 7:56 AM | Message # 11
Private
Group: Users
Messages: 14
Awards: 0
Reputation: 0
Status: Offline
tried it today, only gives user access to local machine
any other ideas for joining user to administrators?


Real programmers don't comment their code. If it was hard to write it should be hard to understand.
 
HaydenJohnsDate: Wednesday, 2009-03-11, 12:05 PM | Message # 12
Lieutenant colonel
Group: Checked
Messages: 123
Awards: 0
Reputation: 0
Status: Offline
To do that, you'd need to access the Authentication server. And for that, you'd need the IP adress for it, and you'd need the admin password.

If you have network access on a laptop or something, you could run a scan using nmap (google is your friend) to look for the IP address of the authentication server. You would most likely be inside the firewall already, so you wouldn't have to deal with that. Once you had that, you could see what ports are open on it and go from there.
You could potentially brute force the admin password if you know the user name. Shoulder surfing could get you that.

Holy crap I'm starting to sound like a hacker lol

Basically, if you need to get into parts of systems you can't normally, then look at the stuff we did in week 4 on security threats. You can turn any of that information the other way round to get handy tips on how to gain access to networks.
Most tools that hackers use (not viruses and malicious exploits such as the ping of death. I mean tools for gaining access to systems) are programs which were designed for a legitimate use, usually in network maintenance.
The same is true the other way round. There's a site on the internet which teaches you how to hack, but its goal from that is to show people how to create secure systems through hands on learning.


~ Click it

Message edited by HaydenJohns - Wednesday, 2009-03-11, 12:16 PM
 
EppsiDate: Wednesday, 2009-03-11, 3:53 PM | Message # 13
Private
Group: Users
Messages: 14
Awards: 0
Reputation: 0
Status: Offline
Oh yep, Makes sense now
ill just use backtrack on my laptop and use nmap
wickedness

Added (2009-03-11, 3:53 Pm)
---------------------------------------------
and bute force wont work, he bans the IP and then locks the computer out if you do it on a school network computer


Real programmers don't comment their code. If it was hard to write it should be hard to understand.
 
BrettJeffresonDate: Thursday, 2009-03-12, 5:49 AM | Message # 14
Sergeant
Group: Checked
Messages: 30
Awards: 2
Reputation: 0
Status: Offline
Yeah but if you have an admin account on your local computer then you can run any programs you want, more or less do whatever you want, even access the network.

Anonymous.

We are legion.

 
HaydenJohnsDate: Thursday, 2009-03-12, 11:28 AM | Message # 15
Lieutenant colonel
Group: Checked
Messages: 123
Awards: 0
Reputation: 0
Status: Offline
Yes, but we are all, in some way or another, hackers at heart. There's a strange appeal in possessing the knowledge of how to get through locks which are based on being smarter than you.

And I'm sure that there are brute force programs out there which have i.p and computer name spoofing capabilities. I know that nmap has that, and it's just a port scanner.

Failing that, you could try and get the password tables, and go at them offline.

I'm looking at the security stuff in software development, folks, if you want to know where I get this from.


~ Click it
 
EppsiDate: Thursday, 2009-03-12, 1:36 PM | Message # 16
Private
Group: Users
Messages: 14
Awards: 0
Reputation: 0
Status: Offline
yea i know i can run the programs i want,
but i dunno, i want more then that lol
work in progress lol


Real programmers don't comment their code. If it was hard to write it should be hard to understand.
 
BrettJeffresonDate: Friday, 2009-03-13, 1:15 AM | Message # 17
Sergeant
Group: Checked
Messages: 30
Awards: 2
Reputation: 0
Status: Offline
Yeah.. Cant access that info lol... only doing Applications... But yeah i agree.

Anonymous.

We are legion.

 
Dr4c0niusDate: Friday, 2009-04-10, 6:09 AM | Message # 18
Major
Group: Users
Messages: 96
Awards: 2
Reputation: 0
Status: Offline
Using my epic powers of thread necromancy...

Cain & Abel has arp table spoofing built in. While it isn't completely invisible it is very nice for use on insecure networks, like a small school or a home. Thats how i know my brothers hotmail and myspace passwords devil

It won't work if the network is subnetted (ie through a router, not hubs or switches) and you and the target aren't on the same subnet, because mac addresses aren't used outside the broadcast domain.

Oh, and it can dump the security settings on a computer and use brute force/dictionary/rainbow tables to crack them, AND it can crack wep wireless encryption.

I think it uses airsnort/aircrack/all the rest of the air- tools to crack wep, and they are also linux'd


Oderint dum metuant

<locokamil> Your belief system is thermodynamically unsound.

 
Sk8a_801Date: Saturday, 2009-04-11, 4:55 PM | Message # 19
Major
Group: Checked
Messages: 94
Awards: 0
Reputation: 0
Status: Offline
cain and able is a good hacking program but to hack wep keys you need a specail type of wireless cards

There Are 10 Types Of People Who Understand Binary
Those Who Do.
Those Who Don't.
 
ChristosDate: Sunday, 2009-04-12, 7:57 AM | Message # 20
Admin
Group: Administrators
Messages: 65535
Awards: 1
Reputation: 32767
Status: Offline
mmm.. i'd love to download cain and abel.. but.. for some STRANGE reason... it downloads at 3kb/s

....

so yeah lol, and seeing as its 7mb.. well 6.9 something... it takes 37 minutes lol.

Maybe its because many are downloading it.. or maybe my internet just sucks -.-

usually i download at 500kb/s .. so yeah lol

and my norton internet security thingy picked it up and the cain and abel was detected! lol, but the risk is very low.. so ... ill leave it xD.

it says something about it monitoring my browsers history.. and wherever i go.. itll check... lol

but the good news is its not sending it to a third party...lol

 
Dr4c0niusDate: Tuesday, 2009-04-14, 10:31 AM | Message # 21
Major
Group: Users
Messages: 96
Awards: 2
Reputation: 0
Status: Offline
By the way...

The abel part of cain and abel is a remote login tool to give you command line access. Im not sure how secure it is, so i would NOT recommend installing abel on your computer. wink

And dont go bragging about your hacking exploits on hacker forums using it. You will in all probability get flamed for being a skiddie.

@ Sk8a_801:

Like this list?

Assuming you dont need packet injection and just want to obtain the WEP PSK then it would appear to be easier. If you have access to both a linux and a windows box then you should be able to find a card somewhere.


Oderint dum metuant

<locokamil> Your belief system is thermodynamically unsound.

 
Sk8a_801Date: Sunday, 2009-05-03, 3:55 PM | Message # 22
Major
Group: Checked
Messages: 94
Awards: 0
Reputation: 0
Status: Offline
skiddie?. i'm not gonna write my own code to hack when the stuff is already out there to use. if i need something done, why not use the utensils to do it with, Computers are about making the process to do things faster, writing code = slow.

There Are 10 Types Of People Who Understand Binary
Those Who Do.
Those Who Don't.
 
Dr4c0niusDate: Sunday, 2009-05-10, 8:40 AM | Message # 23
Major
Group: Users
Messages: 96
Awards: 2
Reputation: 0
Status: Offline
Im totally in agreement. But posting a thread about doing nothing but clicking buttons in a program someone else wrote and claiming you are teh l33tzors is... bad.

Speaking of making things fast, you might like to check this out. Its a gpu accelerated WPA cracking tool that popped up on slashdot a while back. About 10-20x the speed of a dual core using an 8800.

Edit: my bbcode breaks unless i edit dry


Oderint dum metuant

<locokamil> Your belief system is thermodynamically unsound.

Message edited by Dr4c0nius - Sunday, 2009-05-10, 8:42 AM
 
ChristosDate: Sunday, 2009-05-10, 9:01 AM | Message # 24
Admin
Group: Administrators
Messages: 65535
Awards: 1
Reputation: 32767
Status: Offline
lol i saw your original post lawllllll then i post a comment and BAM!! ures changes im like wth!? lol
 
HaydenJohnsDate: Friday, 2009-05-15, 1:18 PM | Message # 25
Lieutenant colonel
Group: Checked
Messages: 123
Awards: 0
Reputation: 0
Status: Offline
Alas, the aircrack suite doesn't run on my wireless card.

Before I leave home for university, I'm planning on buying a natively supported usb wifi dongle, and using it to make a cantenna. Extended range and crack capabilities! yay!


~ Click it
 
ChristosDate: Sunday, 2009-05-17, 1:27 PM | Message # 26
Admin
Group: Administrators
Messages: 65535
Awards: 1
Reputation: 32767
Status: Offline
horaaaayy!

ok.. now seeing as im admin of this forum... I DEMAND YOU ALL TO SWITCH TO LINUX!!!!!!!!!!!

... thank you for your time..

Admin

 
Dr4c0niusDate: Sunday, 2009-05-17, 1:43 PM | Message # 27
Major
Group: Users
Messages: 96
Awards: 2
Reputation: 0
Status: Offline
Does dual-boot count? I sort of like having both software bases to draw on biggrin

Oderint dum metuant

<locokamil> Your belief system is thermodynamically unsound.

 
Forum » General Discussions » iHax » Creating your own admin account on your network (yep.)
  • Page 1 of 1
  • 1
Search: