Computer Science Canada

hacking program - 1.1!!!!

Author:  zomg [ Thu Mar 24, 2005 12:56 pm ]
Post subject:  hacking program - 1.1!!!!

i came here recently to download my ms-dos program i made to show my friend at skool... since we have "tcl school connect" i cant directly download i can just open it and then re save it... anyway getting to the point when i downloaded my program and opened it was on the server Very Happy thus opening some things up for me...

so lately ly ive been working on a variation my msdos program and added some run commands and GUI

it isnt very user friendly but here are some instructions on how to use it

the top text field is the command box
the bottom is where u put the directory and file u wish to open

commands include: dir, cd.., open

example 1 (changing the directoy)
top field: (type) cd..
bottom field:(type)c:/(or whatever directory u want)


example 2(opening a file)
top field:(type)open
bottom field:(type) whatever file want to open in the directory that ur in...

example 3(seeing whats in the currenty directory)
top field:(type)dir

i hope i made that simple... u get the hang of it after a while
i am currently updating it now

Author:  zomg [ Thu Mar 24, 2005 1:26 pm ]
Post subject: 

WOW!!! i just got into markbook on the server using this proggy SmileSmileSmileSmileSmileSmileSmile

Author:  Token [ Thu Mar 24, 2005 2:09 pm ]
Post subject: 

wow this is really cool Claping, my school is also very restricting to what were able to do, so this will open up whole new doors lol, i'm just happy that no one else at my school uses this site or else they might get into my handin folder, that would suck, maybe in your next version you could make it so that you could:

- copy a file into another directory
- delete files
- create new folders
- rename files


just some ideas Smile keep up the good work

Author:  zomg [ Thu Mar 24, 2005 5:00 pm ]
Post subject: 

ya ill probably put some of that stuff... but right now i need to work out the bugs...like not being able to open files that have spaces in them ...

Author:  Token [ Thu Mar 24, 2005 5:13 pm ]
Post subject: 

yah, that may be a problem, but if you could rename the file then you could make it one word and then open it.
Maybe if you were to make a command like open2 and then you would enter the first word, press enter, then enter the seccond word, sometimes its more than 2 words, so you could do somthing like this

code:

if cmd(1..4) = open and length (cmd) = 5 then
for i:1..cmd(5)   %% you might have to convert that to a int
get word(i)
file+=file+" "
end for


but that is kinda sloppy and theres a few things that you'd have to work at to make it work out, i'd be really inurested in this source code if you could pm me the it, if not the whole thing maybe even how you worked the dir statement

Author:  md [ Thu Mar 24, 2005 8:18 pm ]
Post subject: 

I don't know turing very well, but there's probably a way to execute a system command; then all you need to do is execute cmd, and redirect all output to hte turing program

Author:  Token [ Thu Mar 24, 2005 8:26 pm ]
Post subject: 

right, that should be possible, but if you try it, it dosent open cmd prompt, and it wouldent work at schools (at least not mine) because they have disabled cmd prompt... so theres gotta be somthing i dont know about, maybe in gui that i dont know about

Author:  zomg [ Fri Mar 25, 2005 10:25 am ]
Post subject: 

this program doesnt run off cmd prompt if thats what ur saying, ill will release the source in due time when i gets some more stuff in it/make it more user friendly

Author:  ssr [ Fri Mar 25, 2005 5:12 pm ]
Post subject: 

speaking of teh system cmd, someone in our school went into our school system
and rename the file into notepad, so if u open the notepad from turing, it actually opens the cmd prompt Laughing Laughing
anyway thats nice program...

Author:  post8k [ Fri Mar 25, 2005 5:15 pm ]
Post subject: 

I dont get how to use it.... LOL
I think it should have instructions inside (not only on forum)

Author:  zomg [ Fri Mar 25, 2005 6:54 pm ]
Post subject: 

lol u wont need instructions Smile it will be user friendly enough (hopefully)

got anymore suggestion tho?
i was thinking of adding some NET features and to experiment with accessing files on someone else's computer... not sure if thats possible tho

Author:  Token [ Sat Mar 26, 2005 1:02 pm ]
Post subject: 

you could make a script of some sort that runs in the background and acts as your acess to that persons computer, i remember somone making turing hidden, but who? ... lol maybe somone will remember

Author:  zomg [ Sat Mar 26, 2005 7:24 pm ]
Post subject: 

i was thinking i could use the basic connecting"engine" of my old chat program...

anyway i dunno if im gonna change my mark or shit... its proably a trap and the day after im gonna get caught and like expelled...

o well... im trying to work on it so that it is a textboxchoice thing its kinda hard to do that at skool cuz they still have 4.0.4

Author:  MihaiG [ Sun Mar 27, 2005 1:49 pm ]
Post subject: 

change some1 elses marks and see hewat happens to them if they don't get in trouble u wont let some1 else take the bullet Twisted Evil Shoting Sniper

Author:  zomg [ Sun Mar 27, 2005 4:29 pm ]
Post subject: 

ELCOMANDANTE wrote:
change some1 elses marks and see hewat happens to them if they don't get in trouble u wont let some1 else take the bullet Twisted Evil Shoting Sniper


see the problem with that is im not sure if my skool has logs for every activity... and if they do then would it show that it is all being done under my username
what i would have to do is make sure that no ones knows where i am get unto a computer someone has logged off of and then have a good alibi and have some friends to back me up Smile

Author:  Cervantes [ Mon Mar 28, 2005 7:09 pm ]
Post subject: 

If you do that and they check to see the user that accessed Markbook, then that person is going to get the blame. I'd say that's a bigger moral delema than changing your marks from your own account.

Author:  MihaiG [ Mon Mar 28, 2005 7:19 pm ]
Post subject: 

Cervantes wrote:
If you do that and they check to see the user that accessed Markbook, then that person is going to get the blame. I'd say that's a bigger moral delema than changing your marks from your own account.



u disgust me... moral dilema pffft......if u would be crazy enough todo that u dont have any morals..besides most schools have a guest/workstation mod in which ur not logged ont like mine Twisted Evil

Author:  Token [ Mon Mar 28, 2005 7:52 pm ]
Post subject: 

i'm still curious how the dir command works, could u help me out?

Author:  [Gandalf] [ Tue Mar 29, 2005 12:49 am ]
Post subject: 

It lists all the files/folders in the directory/folder you are in? Same as the command prompt command (dos as well).

Author:  Token [ Tue Mar 29, 2005 7:10 am ]
Post subject: 

i realise that, i know dos and command prompt, but how does he get turing to do it? i looked through the helpfile and i couldent find how to do it.

Author:  zomg [ Tue Mar 29, 2005 4:05 pm ]
Post subject: 

well i just reformatted my hard drive and apparently none of the turing dl's work anymore Sad so i dont have turing for now

but ill try and get that bit of code up from skool

o and about that morals thing... i dont think ill be changing my marks or anything but at least i have access to the server Smile

EDIT* nvm i opened the source in notepad lol so here is the dir code



code:
var streamNumber : int
var fileName : string

 %Find the files in the current directory
    if GUI.GetText (cmd) = "dir" then

        streamNumber := Dir.Open (Dir.Current)
        assert streamNumber > 9
        loop
            fileName := Dir.Get (streamNumber)
            exit when fileName = ""
            GUI.AddLine (textBox, fileName) %this is for the GUI
                    put fileName %this is just for text...like my old ms-dos proggy
        end loop
        Dir.Close (streamNumber)

Author:  Token [ Tue Mar 29, 2005 7:50 pm ]
Post subject: 

awsome, i was working on a remote control program recently but i ran into a roadblock with the fact that i couldent tell what files were in the directory, now i just have to work on changing the directory and making it user friendly, thanks for your help Shadow Master!

Author:  zomg [ Tue Mar 29, 2005 11:35 pm ]
Post subject: 

np Smile

Author:  Carino [ Thu Mar 31, 2005 10:19 pm ]
Post subject: 

Thats why if you know what your are doing, you use what you have to gain access to a admin/techer account so all looks fine. But yea dont change it, wouldnt be right.

Author:  zomg [ Thu Mar 31, 2005 10:27 pm ]
Post subject: 

do u kno where to get passwords of admins/kno how to change them

Author:  Carino [ Fri Apr 01, 2005 3:26 pm ]
Post subject: 

No i don't.. but at my school i was able to find a whole list of default accounts with teacher privleges that were never used obviously, so i would use those in my case. No one would be harmed in the end as no one actually belongs to that account.

Author:  zomg [ Sat Apr 02, 2005 4:34 pm ]
Post subject: 

sweet!

anyway i have an update although its at skool it has 1 command field now and u type the directory or file name and either push open or cd(buttons) and there is also a dir button ill post that up on monday

hopefully its a little more user friendly than the current thng posted Razz

Author:  Carino [ Sat Apr 02, 2005 6:33 pm ]
Post subject: 

While were on the subject i thought i would share my program that i made a while back. Basically same idea as everyone else's but has some different features. Theres a port scanner (REALLLY SLOW..its turing) and you can also remotely connect to servers such as SMTP, FTP and telnet. Theres no intructions but its pretty straight forward, and just thought i would share it.

Oh yea, type H or Help for the commands.

Author:  Drakain Zeil [ Sat Apr 02, 2005 9:42 pm ]
Post subject: 

Cool.

My school just uses deepfreeze or something though, it's easy to bypass. Besides, most "advanced" accounts are easy to get into.

Author:  zomg [ Sun Apr 03, 2005 7:16 pm ]
Post subject: 

this weekend i went back to my parents house and found my old chat program... so im gonna see if i can do some sorta integration crap so that its all one program

Author:  md [ Mon Apr 04, 2005 2:43 am ]
Post subject: 

You do realize that if an admin get's wind of what your doing you'll be kicked of the school's compters for ever, and probably have trouble getting into any kind of cs program at university... I know a few stories about people caught with hacking tools (it pays to know people on the inside sometimes Razz), and trust me you don't want to end up like them. If you bring the flaws to the attention of an amdin though it could result in an interesting oportunity to get more priveledges to find more Smile

Author:  zomg [ Mon Apr 04, 2005 3:50 pm ]
Post subject: 

well i havent hacked yet and won't until the last day of skool Smile then ill high tail it with my diploma and get the hell out of there Razz

but our server was down today... ihope running the reboot.com didnt do that Shifty

Author:  Token [ Mon Apr 04, 2005 4:01 pm ]
Post subject: 

Shadow Master: lol reboot.com eh? inturesting... Razz i know what u meant tho and i dont see how that could do anything to the network, maybe they found that somone has logged onto an old user and are trying to tighten security Laughing

Carino: Ur program is pretty cool, although the port scanner crashes on me... it should include some more features tho, make it more of a application, put a clock, the date... all that wonderfull pointless crap Smile looks good man keep it up

Author:  Carino [ Mon Apr 04, 2005 4:14 pm ]
Post subject: 

Thanks. The scanner is really crappy mostly because of the turing net commands, and i may add more pointless crap i dunno, havent worked on it a while. I mostly use the remote connection, as its the coolest thing the proggy can do 8)

Author:  zomg [ Mon Apr 04, 2005 6:00 pm ]
Post subject: 

Token wrote:
Shadow Master: lol reboot.com eh? inturesting... Razz i know what u meant tho and i dont see how that could do anything to the network, maybe they found that somone has logged onto an old user and are trying to tighten security Laughing


ya man reboot.com

.com is ms-dos application

Author:  Token [ Mon Apr 04, 2005 6:48 pm ]
Post subject: 

heh well then thats embarasing Rolling Eyes i thaught u ment to put .exe but put .com, i do that a lot Laughing but now i know that some dos file extentions are .com

Author:  atrain [ Mon Apr 04, 2005 10:16 pm ]
Post subject: 

mac support anytime soon??

the windows program is good enough, ive been meaning to implant firefox into the systems at school...


how would an admin block this?

Author:  [Gandalf] [ Tue Apr 05, 2005 4:20 pm ]
Post subject: 

I dont see how these programs can be used to hack? I tried accessing restricted folders and it didnt work - just crashed...
If you get access to a higher level account, then why not just do things the normal way? hmm...


Ya, I tried to put firefox on my schools computers. It didn't work, so I uninstalled it - but I couldn't completely so now I have a nice firefox shortcut in the start menu Laughing .

Author:  zomg [ Wed Apr 06, 2005 6:59 am ]
Post subject: 

[Gandalf] wrote:
I dont see how these programs can be used to hack? I tried accessing restricted folders and it didnt work - just crashed...
If you get access to a higher level account, then why not just do things the normal way? hmm...


it can be used hack all of ur computers boot off the same server
as for higher access accounts i would have to access the tcl school connect program look up someones password(which is in restricted folders) Smile

Author:  Palindine [ Thu Apr 07, 2005 2:49 am ]
Post subject: 

wonderful prog, even gets past XP's locked directories, been thinking of doing something simular but more gui involved, but i've been out of the turing scene for the past year or so.

Been working on a few game progs but they all aint going anywhere, i keep finding stuff i want to add to them before i get to what should be next...
when you posting the source code for this??

Author:  zomg [ Thu Apr 07, 2005 11:14 am ]
Post subject: 

here is an update

dont use the bottom text field anymore just use the top one and press the button

Author:  Palindine [ Mon Apr 11, 2005 10:37 pm ]
Post subject: 

shadow the updated prog crashed when i went to access winxp locked folders...ie other protected users. it gives errors on lines 31 and 27, both assert errors

Author:  [Gandalf] [ Tue Apr 12, 2005 9:24 am ]
Post subject: 

That is what happened to me before the update. Otherwise, its really good, continue working on the gui, and add some more commands Smile.

Author:  zomg [ Tue Apr 12, 2005 6:45 pm ]
Post subject: 

really? let me check that...

edit* dam it i forgot i dont have turing here nvm ill check it at school tomoro

Author:  Palindine [ Wed Apr 13, 2005 4:58 pm ]
Post subject: 

Shodow i just finished writing my own 'hacking' prog and figured out what your assert errors are... when you go to change the directory, if you have no fail-safe for protected users such as Admin and other users, it checks to see if the dir exists and goes to change, and thus being a protected folder it causes the assert error whenever turring tries to get the information about the current directory.

BTW: i will be submitting it once i get my GUI in, unless i decide to go straight text

Palindine

Author:  zomg [ Wed Apr 13, 2005 6:59 pm ]
Post subject: 

so how can i change that?
can u give a bit of code for that

Author:  Palindine [ Thu Apr 14, 2005 2:41 pm ]
Post subject: 

i'm still working on working around it myself, when i get it finished, hopefully by tomorrow when i go back to school. i got it sorta working but its really, really crude code.

Palindine

Author:  zomg [ Fri Apr 15, 2005 6:46 am ]
Post subject: 

well i could probably find my way around... i just wanna see this whole fail-safe thing

Author:  Palindine [ Sat Apr 16, 2005 11:55 pm ]
Post subject: 

shadow check your pm's i pm'd it too you so that i can keep the snipit of code to myself, feel free to use it if you want.

Palindine

EDIT: BTW i tried both my progy and both of shadows and i couldn't hack the actuall student directory with just a simple student account, as drive access depends on user level. stupid novell client...

PS. Here's My Version of Shadow's 'hacking program'

Author:  zomg [ Sun Apr 17, 2005 5:42 pm ]
Post subject: 

nice variation
and thx for the code

me and token have been talking about making something similar except one for over the internet Smile

i am also gonna submit a new update with copy/paste and a new background Smile

Author:  SuperGenius [ Sun Apr 17, 2005 5:52 pm ]
Post subject: 

This doesn't sound like it's worth it. Think about what you are doing for a minute.

Author:  zomg [ Sun Apr 17, 2005 7:36 pm ]
Post subject: 

what do u mean?

Author:  Token [ Sun Apr 17, 2005 8:24 pm ]
Post subject: 

what do you mean it wouldent be worth it, just imagine sitting there at your computer and notepad opens up on the computer next to you, and then theres a .txt on that kids desktop, imagine the ways u could screw with somones mind, lol and it could also be used for good, i have a few friends in my computer class that arent very computer friendly, i could use it to give some remote assistance... so it does actually have worth, and anything that you create that helps you better your knowlege i'd say is more than worth it!

Author:  SuperGenius [ Sun Apr 17, 2005 8:39 pm ]
Post subject: 

the network admin will crucify you, and by crucify i mean ban you from the network forever, which means no cs class.

also there is a very real chance that you would get suspended from school as well...

just think of the risk/reward ratio.

Author:  Token [ Sun Apr 17, 2005 8:48 pm ]
Post subject: 

doubtfull, my teacher (also the admin) would actually be impressed, he wouldent get pissed unless i did somthing destructfull, and seing as people have screwd up some of the computers and peoples accounts (including his own) and he knew who it was and just made them sit out that class and gave them a detention so i think he would be impressed rather than upset.

Author:  jamonathin [ Sun Apr 17, 2005 8:50 pm ]
Post subject: 

If you want to give him remots assistance just log onto the same account as him and chat through a .txt document, because although if you do some up with a hacking program where you can do whatever it is you guys want to do within the school, i suggest you make, learn from making it, but never use it, because like supergen. said, you'll be fuxed when you get caught.

Author:  Palindine [ Sun Apr 17, 2005 10:41 pm ]
Post subject: 

in all reality all the prog is is a turing file manager, you can only access what is allowed by the user account type you have. I mean in all reality would you want to have a student have complete admin access on a school network, its not possible without actually truely hacking an admin account. as for reomote assistance, i doubt its possible through turing, i mean its impossible to send a file from one comp to another withing turing, if it's not just a text file, i know i tried.

Palindine

Author:  Token [ Sun Apr 17, 2005 11:09 pm ]
Post subject: 

you shouldent say that somthing is impossible untill you've really exhausted all possibilities, even then you shouldn't claim it is imposisble, just say its beyond my knowlege... what we had planned to do is have a client and host situation, we'd work it in so that it sends the information back and fourth through the 'net' statements... its actually quite simple once you learn the basic system functions like Dir.Delete and stuff like that...

Author:  Palindine [ Sun Apr 17, 2005 11:20 pm ]
Post subject: 

i know that its impossible to create a prog like that, i had tried with a team of 5 peps for my finial project to create a prog that could send/recieve files, as well as a remote control process, turing simply lacks the ability to do such at the moment.

Palindine

Author:  Token [ Sun Apr 17, 2005 11:25 pm ]
Post subject: 

umm well it depends on what exactly you want to do, obviously you cant do things like control somones mouse, but with the proper files, and maybe making some little c++ app's you could integrate stuff, like i said nothing is imposible

Author:  jamonathin [ Mon Apr 18, 2005 6:01 am ]
Post subject: 

Who cares about the C++ apps. this is turing.

Author:  zomg [ Mon Apr 18, 2005 6:57 am ]
Post subject: 

palindine u said u have sent something... was it it just a txt file over the GUI?

anyway as much as it seems impossible im still gonna try anyway because it would be friggen worth it if it works

Author:  the_short1 [ Mon Apr 18, 2005 1:16 pm ]
Post subject: 

where could i download this 'msdos' prog you made.. i dont see a dowhload link or anything..

Author:  zomg [ Mon Apr 18, 2005 4:13 pm ]
Post subject: 

this is it... i think its on the second page tho
http://www.compsci.ca/v2/viewtopic.php?t=6704

its really basic... i do have a newer version of that...

Author:  zomg [ Tue Apr 19, 2005 12:14 pm ]
Post subject: 

here is my latest update... completing version 1.0Very Happy

still might in some glitchy parts but it has copy, paste and make a new directory features...

with the copy and paste just be in the Dir where u want to copy the file and then go to the Dir where u want to paste it, there is no need to type in the adress where u want to copy or paste

i will be adding more stuff soon Smile

Author:  Palindine [ Tue Apr 19, 2005 1:33 pm ]
Post subject: 

shadow, text files can be sent between two comps, if i find the code i did it with i'll send it to you, but anything that would have illegal ascii values cant be sent through turing.

as to your newest update, i see you havent incorperated my snipet of code, your still getting an assert error when you try to access protected users.

Palindine

Author:  zomg [ Wed Apr 20, 2005 8:53 pm ]
Post subject: 

well i was working on it some more today... got some more things in there that will alert the user if they are trying to copy something that isnt there

i also got a delete button in there which deletes either a folder or directory

im gonna try getting some net commands in there soon

Author:  zomg [ Mon Apr 25, 2005 11:14 am ]
Post subject: 

here is version 1.1 Smile

Author:  jamonathin [ Mon Apr 25, 2005 11:22 am ]
Post subject: 

Where at? mes thinks yous forgots to post it. Bday

Author:  zomg [ Mon Apr 25, 2005 11:46 am ]
Post subject: 

My Bad, my upload was full
anyway i added some new buttons

ill leave it for u to figure out,

Author:  mykep [ Thu May 05, 2005 9:43 am ]
Post subject:  School Logs

hey... I just have a comment on the issue of your school logging you. First, if you cant find out where the logs are stored, or if they even have any, ASSUME they do! I got in HUGE trouble last year for snooping and not covering my tracks. So dont get caught. Second, if you DO get the NET commands to work (that would be amazing!) you can create an ADMIN user account by:
code:

net user username password /add /expires:never
net localgroup "Administrators" /add username
net localgroup "Users" /del username

Then you can do whatever you want. My school uses TLC School Connect also, and ive been desperitly been trying to crack it. I know my school doesnt have logs, because we dont really have a sysadmin to check them! Anyway, TLC School Connect restricts a lot of things (all of which I think your aware of) INCLUDING the NET commands. My last suggestion, (if you have the skills) is going to a website to get the schools EXTERNAL IP address, and "hacking" into they're network, im sure I dont have to tell you to use a string of proxy servers Wink Exclamation

Author:  zomg [ Fri May 06, 2005 7:08 am ]
Post subject: 

im pretty sure my school uses logs, ive been told by many ppl to cover my tracks... but i think my school has caught onbecause i now cant open any programs on the server, i forget the error message but i dont think its my program because i used to be able to open things of the server

anyway im working on the net commands now and the external IP of the whole network would be easy to find because its all the same ip, my buddy made a website thing that shows ur external IP Smile

Author:  Dylan-182 [ Fri May 13, 2005 1:39 pm ]
Post subject: 

hey i know this doesnt relate really but everyone seems 2 b fairly cpu literate around here lol so i was wondering if there is ne ways 2 get rid of this backdoor i have stuck on my comp its that stupid annoying msn virus thing that keeps going around Razz

Author:  the_short1 [ Mon May 16, 2005 1:14 pm ]
Post subject: 

.. ok danshadow.. umm.. i dont want you knowing my ip addy Very Happy ! you are pretty 1337 in hacking school servers ! niceness.
.dylan... . wrong place.. make your own topic for that please..

... anyways.. i tried the program and its really nice. Very Happy helped me a little.. thx Very Happy

Author:  Lapsus Antepedis [ Tue May 17, 2005 7:51 am ]
Post subject: 

hey Shadow Master,

Your program died on me Sad
I really hope I can get it working somehow...

Posted Image, might have been reduced in size. Click Image to view fullscreen.

Author:  Notoroge [ Tue May 17, 2005 8:18 am ]
Post subject: 

Would you mind compressing it with some odd extension so that I can download it at school? proxie bans ".zip" extensions. Something like, ".pwned"? Very Happy

Author:  zomg [ Tue May 17, 2005 11:59 am ]
Post subject: 

Lapsus Antepedis wrote:
hey Shadow Master,

Your program died on me Sad
I really hope I can get it working somehow...

Posted Image, might have been reduced in size. Click Image to view fullscreen.


what button did u press to get that? open or change directory?

if it was CD then the admins have probably locked u out comletely rather than just hiding the drive, im trying to make a fail command to stop this error from occuring

Notoroge wrote:
Would you mind compressing it with some odd
extension so that I can download it at school? proxie bans ".zip" extensions. Something like, ".pwned"?


here is the source Very Happy enjoy

Author:  Lapsus Antepedis [ Tue May 17, 2005 1:10 pm ]
Post subject: 

Shadow Master wrote:


what button did u press to get that? open or change directory?

if it was CD then the admins have probably locked u out comletely rather than just hiding the drive, im trying to make a fail command to stop this error from occuring



It happens whenever I push the 'dir' button...
It does this for all drives/folders, regardless of if I have acess to them (my network drive) or not (the sysadmin's network drive) or even if they are neutral (the local drive)

EDIT: It works when I download the source and run it from turing! Twisted Evil (now to see if I can get in...)

ANOTHER EDIT: I can browse the server(s!) and get into all of the teacher and admin accounts I have tried, but when I try to use the dir button in any of those folders, it still crashes with an "Assert condition is false" error
here:
(I added a comment to point where it highlights the error)
code:


procedure dir
    GUI.AddLine (textBox, GUI.GetText (stuff))

    GUI.AddLine (textBox, Dir.Current)


    %Find the files in the current directory
    streamNumber := Dir.Open (Dir.Current)
    assert streamNumber > 9  %<== This line gets the error
    loop
        fileName := Dir.Get (streamNumber)
        exit when fileName = ""
        GUI.AddLine (textBox, fileName)
    end loop
    Dir.Close (streamNumber)
end dir



EDIT3: (+ BIT)

Author:  [Gandalf] [ Tue May 17, 2005 3:03 pm ]
Post subject: 

Cool source - i'll try working on it, if I understand it Confused

lol, 14.159.1.194 - hope thats not yours... even if you can't do anything about it, you should be more careful Very Happy.

Author:  blackcat [ Tue May 17, 2005 7:10 pm ]
Post subject: 

where do u download this? i dont see a link to the program?

Author:  white_dragon [ Wed May 18, 2005 7:38 am ]
Post subject: 

look in the first page of this topic

Author:  the_short1 [ Tue May 24, 2005 1:12 pm ]
Post subject: 

no whats the EASIEST way into C drive? just cuz you dont see it in my computer.. simple way in...right click in a folder, go to NEW, then to shortcut, then enter "c:\"..<also works for *msdos.com* all the pcs in my CS lab are 37GB.. our server hd is only 100GB with 3Gb left so i have to store ALL my songs and big stuff on HD Very Happy


https://grc.com/x/ne.dll?bh0bkyd2 << tells which ports are open in the first 1k ports Very Happy . . . or you can check individual ones Very Happy.. o yes.. now its good cuz if you can install bt you can run it off a OPEN port! unless they block common TRACKEr IP addys.. . either way.. make a torrent from an uncommon tracker, and seed at home if ou need to transfer files from home to school Very Happy. . thats if you dont have a Cd burner Very Happy.. so many other uses to list

also.. nice interface now.. i like it.. but really its nothing i cant already do now except for connect.... and i love the FORMAT common.. ROFL!

Author:  MysticVegeta [ Tue May 24, 2005 3:45 pm ]
Post subject: 

holy... NICE SITE!

Can see all the open/closed ports.. Omg everything...

Author:  zomg [ Thu May 26, 2005 7:13 am ]
Post subject: 

the_short1 wrote:
no whats the EASIEST way into C drive? just cuz you dont see it in my computer.. simple way in...right click in a folder, go to NEW, then to shortcut, then enter "c:\"..<also works for *msdos.com* all the pcs in my CS lab are 37GB.. our server hd is only 100GB with 3Gb left so i have to store ALL my songs and big stuff on HD Very Happy


https://grc.com/x/ne.dll?bh0bkyd2 << tells which ports are open in the first 1k ports Very Happy . . . or you can check individual ones Very Happy.. o yes.. now its good cuz if you can install bt you can run it off a OPEN port! unless they block common TRACKEr IP addys.. . either way.. make a torrent from an uncommon tracker, and seed at home if ou need to transfer files from home to school Very Happy. . thats if you dont have a Cd burner Very Happy.. so many other uses to list

also.. nice interface now.. i like it.. but really its nothing i cant already do now except for connect.... and i love the FORMAT common.. ROFL!


ya it really isnt for home computers or computers that just have hidden drives because the re obvious ways around that, its for a network where u cant access the server harddrive and u don have privledges like right clicking and and alot of other things, the program allows u to get places where a security program would not allow most programs to access the folders and files that are being protected

it isnt a perfect program and i hevnt used it for a while but its fun to use and snoop around in the server when im bored or something:)

Author:  MysticVegeta [ Sun May 29, 2005 12:00 am ]
Post subject: 

You should learn C++ and then you could make those proggies 100X better =O! Its time to take over the school network Evil Twisted Evil

Author:  ZeroPaladn [ Tue Jun 21, 2005 7:42 am ]
Post subject: 

YAY! Last day of school, lets test this baby out!

EDIT

If i knew how to use it..... Embarassed

Author:  MiX-MaztA-M8riX [ Tue Jun 21, 2005 7:44 am ]
Post subject: 

^ !What He Said! ^

Laughing Razz Laughing Wink

Author:  the_short1 [ Tue Jun 21, 2005 11:45 am ]
Post subject: 

if only i had access to StartUp Menu (global) for pc.. OMFG.. SOOO MUCH FUN.. can you say .. you start your pc.. it shuts down 5minutes later.. AGAIN AND AGAIN!!!@#!@.. i love my code for CustomShutdown..

unfortunately this program doesn;t work to copy to tat folder cuz its restricted :S

Author:  Token [ Tue Jun 21, 2005 3:07 pm ]
Post subject: 

k things i noticed

-no confirmation notice when deleting a file
-copy paste dosent work well
-connect? how does that work
-maybe a help file

other than that, good work Very Happy nice use of the GUI. i think i'll start learning that, i started but then i had exams and it was too much, maybe a summer project Very Happy, well keep goin with that, this program's developing nicely

Author:  [Gandalf] [ Tue Jun 21, 2005 3:19 pm ]
Post subject: 

Very true, maybe by next year we'll have something to really use. No bad purpose intended of course. . . .

Still, I don't really think this works on most schools since they have actually user group restrictions, not just 'hidden' folders. Maybe you could exploit the fact that Turing obviously requires access to some system files to run. Maybe I'll work on this during the summer. No bad purpose intended of course...? Very Happy

Author:  the_short1 [ Tue Jun 21, 2005 6:22 pm ]
Post subject: 

java is easier..


while (11 = 11){
ClassName () = new gui ClassName ();
}

or something along those lines (i forget atm).. when using a Jframe and it creates windows foreever every milisecond.. . Very Happy and you can embed java into a website Very Happy

Author:  Dk-ChiLi [ Wed Oct 05, 2005 6:58 pm ]
Post subject: 

i dont rwlly understand how to do this but can someone copy and paste the whole code for me?/ that will be thankfull

Author:  Finaltank [ Sat Oct 08, 2005 12:11 am ]
Post subject: 

Dk-ChiLi wrote:
i dont rwlly understand how to do this but can someone copy and paste the whole code for me?/ that will be thankfull

Trust me if you dont know your way around that program, I suggest give up. Theres too much to convey forth lol, how much do you know about command prompt and turing? Maybe we * can * help you... 8)

Author:  Rathma [ Thu Nov 17, 2005 1:04 pm ]
Post subject: 

Hmm... I wouldn't want to use this program to change marks or anything (legal reasons), but right now my TLC Connect account is disabled so I can't complete my school work.

Maybe you should try to implement a way to be able to enable user accounts and change the status?

Author:  RscMod [ Thu Nov 24, 2005 1:55 pm ]
Post subject:  dam this is complacated

am this prog is complacated but i can get into my marks a notherway in my school because security is so lax i get past anything by knowing mdos code in run and volia markbook

Author:  MysticVegeta [ Thu Nov 24, 2005 6:20 pm ]
Post subject: 

may i know what school that is and what msdos code you used?
frankly, i think you are exagerating.

Author:  blaster009 [ Sun Nov 27, 2005 10:37 pm ]
Post subject: 

In response to the original post: I wouldn't be using GUI to do a program like this. GUI is so limited...And you don't need it for DOS anyways. Without GUI, you can use actual system commands as if you were running them through the DOS Prompt (check the System commands). Plus, ASCII art is très 1337 H@XX0R anyways. I'm pretty sure that if you have Turing 4.0.5 (which I don't...Stuck with 4.0.3), you can even set the character set in the run window to the same set that the DOS Prompt uses (there's a command somewhere in View.Set or Window.Set). Anyhow, keep sticking it to the man. Razz

P.S. Just remember that using the System commands can be dangerous to your files and your enemies.

Author:  Carey [ Mon Apr 02, 2007 9:06 am ]
Post subject:  Re: hacking program - 1.1!!!! update

Heres my version. I used a redesigned version of zomg's interface and some of his code (i started with his prog then changed almost eveything), but I fixed all the bugs (I hope), and added a lot of new functions (rename, explorer here, file info, etc). btw if someone wants this deleted for plagiarism issues, don't reply, email me at metcalfe80@hotmail.com so i can edit it.


-edit-
wow. i just noticed the huge necro-post. sorry bout that. I found it on a search and didnt look at the date.

Author:  Clayton [ Mon Apr 02, 2007 9:44 am ]
Post subject:  RE:hacking program - 1.1!!!!

That's okay, just be sure to double-check dates before you post in threads of an unknown era. For now though

This thread is locked


: