|
![]() |
|
| Author |
|
|||||||
|
Grimy
Posts: 85
Location: Brisbane, Queensland
|
you know when you connect to a pc share and supply username/password and when you return to the same path you dont need to authenticate cos the details have been cached? theres a command you can run from the command prompt to clear credentials, like the net use clear session command.
cheers |
|||||||
| #0 10:48pm 27/05/06 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
speedhax
Posts: 134
Location: Brisbane, Queensland
|
NET USE to find the share
NET USE /DELETE \\server\sharename |
|||||||
| #1 10:55pm 27/05/06 |
|
|||||||
|
d[o_0]b
Posts: 810
Location: Brisbane, Queensland
|
net use * \\server\share /user:username password
the * is the drive name you want to make remove the 's net use g$ \\jupiter\c$ /user:administrator pass1 |
|||||||
| #2 11:39pm 27/05/06 |
|
|||||||
|
d[o_0]b
Posts: 811
Location: Brisbane, Queensland
|
oh ps you can leave the * in the command and this will just connect the next available drive letter
|
|||||||
| #3 11:42pm 27/05/06 |
|
|||||||
|
speedhax
Posts: 135
Location: Brisbane, Queensland
|
poorly worded post, but im pretty sure he meant how to CLEAR the connection, not create it
|
|||||||
| #4 12:42am 28/05/06 |
|
|||||||
|
Skitza
Posts: 7259
Location: Brisbane, Queensland
|
google has this answer you lazy f***!!!
net share c$ /delete do a f***ing "net share ?" at a dos prompt and it will tell you everything..... GOSH! |
|||||||
| #5 01:59am 28/05/06 |
|
|||||||
|
Persay
Posts: 4142
Location: Brisbane, Queensland
|
it'd probably cost about $1
|
|||||||
| #6 02:08am 28/05/06 |
|
|||||||
|
HERMITech
Posts: 4135
Location: Brisbane, Queensland
|
^ your mother costs $1, dunno bout share value...
mebe .30 cents |
|||||||
| #7 04:08am 28/05/06 |
|
|||||||
|
Viper119
Posts: 976
Location: UK
|
all of those commands are to create or delete the actual shared drive, is there no command to just clear the password cache?. A reset will do it if the drive is set to reconnect at login.
|
|||||||
| #8 05:33am 28/05/06 |
|
|||||||
|
speedhax
Posts: 137
Location: Brisbane, Queensland
|
i answered first, and i was the only correct response, its hard being this good.
|
|||||||
| #9 10:46am 28/05/06 |
|
|||||||
|
Grimy
Posts: 86
Location: Brisbane, Queensland
|
my god, i try not to join to people, but god damn, we have some f***n wankers on theis forum. i feel sorry for the moderators, they would need a staff of 10 to ban people who are wankers. a simple question i thought, and no speedhax, that wasnt it. I didnt say anything about mapping a share, i said simply accessing a share so the net use driveletter does not apply. There is a correct command, mentioned in the mcp stufy exam. I will go and find it myself, just thought there would be some normal people on the forums, guess i was wrong. fark...........
|
|||||||
| #10 11:53am 28/05/06 |
|
|||||||
|
evetS
Posts: 94
Location: Sunshine Coast, Queensland
|
f*** ur dumb just use the help command u lazy gook
|
|||||||
| #11 11:56am 28/05/06 |
|
|||||||
|
Grimy
Posts: 87
Location: Brisbane, Queensland
|
and let the confirmations begin.. first prize: evetS.
Evets winning speech: Just like to thank myself for being a 15 year old punk ass bitch. It took years of jerking to a 1994 picture of pam anderson in a baywatch swimsuit to become so detached from life that life itself ends with a .com, maybe .org if im feeling adventureous. thanks to myself again, im number 1. must be the whitest asian i ever seen... |
|||||||
| #12 12:03pm 28/05/06 |
|
|||||||
|
Skitza
Posts: 7262
Location: Brisbane, Queensland
|
also net use /? with the /clear function should clear those connections from the .dat file
|
|||||||
| #13 12:22pm 28/05/06 |
|
|||||||
|
Spock
Posts: 303
Location: Brisbane, Queensland
|
speaking of dos commands, does anyone know much about the debug assembler, ive got these commands to explain and i have no idea what they do
after im in cmd i go c:\debug -_ (underscore flashes) -a ****:100 inc byte ptr[0110] (can someone tell me what this line does ****:104 jmp 100 and this one please |
|||||||
| #14 05:03pm 30/05/06 |
|
|||||||
|
fpot
Posts: 13142
Location: Gold Coast, Queensland
|
format c:
|
|||||||
| #15 05:16pm 30/05/06 |
|
|||||||
|
Spock
Posts: 305
Location: Brisbane, Queensland
|
i did that yesterday, just not that way
|
|||||||
| #16 05:20pm 30/05/06 |
|
|||||||
|
Skitza
Posts: 7266
Location: Brisbane, Queensland
|
Been a while since i've done any assembler.. and I cbf getting any notes out :)
|
|||||||
| #17 05:37pm 30/05/06 |
|
|||||||
|
Spock
Posts: 306
Location: Brisbane, Queensland
|
lucky you posted, that gives me an idea to look more on google
|
|||||||
| #18 05:41pm 30/05/06 |
|
|||||||
|
pARODY
Posts: 115
Location: Brisbane, Queensland
|
c:\debug
-_ (underscore flashes) -a ****:100 inc byte ptr[0110] ; increments a byte at pointer 0x0110 ****:104 jmp 100 ; jumps to line 100.. see above :P duh here's a question for ya.. mov ax, 0x13; int 10; mov ax, 0x03; int 10; what does that do? ;P old school answer expected ;] |
|||||||
| #19 01:27pm 31/05/06 |
|
|||||||
|
system
|
--
|
|||||||
| #19 |
|
|||||||
|
| ||||||||