
-----------------------------------
zomg
Thu Mar 24, 2005 12:56 pm

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 :D 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

-----------------------------------
zomg
Thu Mar 24, 2005 1:26 pm


-----------------------------------
WOW!!! i just got into markbook on the server using this proggy :):):):):):):)

-----------------------------------
Token
Thu Mar 24, 2005 2:09 pm


-----------------------------------
wow this is really cool :clap:, 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  :) keep up the good work

-----------------------------------
zomg
Thu Mar 24, 2005 5:00 pm


-----------------------------------
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 ...

-----------------------------------
Token
Thu Mar 24, 2005 5:13 pm


-----------------------------------
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


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

-----------------------------------
md
Thu Mar 24, 2005 8:18 pm


-----------------------------------
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

-----------------------------------
Token
Thu Mar 24, 2005 8:26 pm


-----------------------------------
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

-----------------------------------
zomg
Fri Mar 25, 2005 10:25 am


-----------------------------------
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

-----------------------------------
ssr
Fri Mar 25, 2005 5:12 pm


-----------------------------------
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  :lol:  :lol: 
anyway thats nice program...

-----------------------------------
post8k
Fri Mar 25, 2005 5:15 pm


-----------------------------------
I dont get how to use it.... LOL
I think it should have instructions inside (not only on forum)

-----------------------------------
zomg
Fri Mar 25, 2005 6:54 pm


-----------------------------------
lol u wont need instructions :) 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

-----------------------------------
Token
Sat Mar 26, 2005 1:02 pm


-----------------------------------
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

-----------------------------------
zomg
Sat Mar 26, 2005 7:24 pm


-----------------------------------
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

-----------------------------------
MihaiG
Sun Mar 27, 2005 1:49 pm


-----------------------------------
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:  :guns:  :snipe:

-----------------------------------
zomg
Sun Mar 27, 2005 4:29 pm


-----------------------------------
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:  :guns:  :snipe:

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 :)

-----------------------------------
Cervantes
Mon Mar 28, 2005 7:09 pm


-----------------------------------
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.

-----------------------------------
MihaiG
Mon Mar 28, 2005 7:19 pm


-----------------------------------
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:

-----------------------------------
Token
Mon Mar 28, 2005 7:52 pm


-----------------------------------
i'm still curious how the dir command works, could u help me out?

-----------------------------------
[Gandalf]
Tue Mar 29, 2005 12:49 am


-----------------------------------
It lists all the files/folders in the directory/folder you are in?  Same as the command prompt command (dos as well).

-----------------------------------
Token
Tue Mar 29, 2005 7:10 am


-----------------------------------
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.

-----------------------------------
zomg
Tue Mar 29, 2005 4:05 pm


-----------------------------------
well i just reformatted my hard drive and apparently none of the turing  dl's work anymore :( 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 :)

EDIT* nvm i opened the source in notepad lol so here is the dir 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)

-----------------------------------
Token
Tue Mar 29, 2005 7:50 pm


-----------------------------------
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!

-----------------------------------
zomg
Tue Mar 29, 2005 11:35 pm


-----------------------------------
np :)

-----------------------------------
Carino
Thu Mar 31, 2005 10:19 pm


-----------------------------------
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.

-----------------------------------
zomg
Thu Mar 31, 2005 10:27 pm


-----------------------------------
do u kno where to get passwords of admins/kno how to change them

-----------------------------------
Carino
Fri Apr 01, 2005 3:26 pm


-----------------------------------
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.

-----------------------------------
zomg
Sat Apr 02, 2005 4:34 pm


-----------------------------------
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 :P

-----------------------------------
Carino
Sat Apr 02, 2005 6:33 pm


-----------------------------------
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.

-----------------------------------
Drakain Zeil
Sat Apr 02, 2005 9:42 pm


-----------------------------------
Cool.

My school just uses deepfreeze or something though, it's easy to bypass. Besides, most "advanced" accounts are easy to get into.

-----------------------------------
zomg
Sun Apr 03, 2005 7:16 pm


-----------------------------------
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

-----------------------------------
md
Mon Apr 04, 2005 2:43 am


-----------------------------------
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 :P), 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 :)

-----------------------------------
zomg
Mon Apr 04, 2005 3:50 pm


-----------------------------------
well i havent hacked yet and won't until the last day of skool :) then ill high tail it with my diploma and get the hell out of there :P

but our server was down today... ihope running the reboot.com didnt do that :shifty:

-----------------------------------
Token
Mon Apr 04, 2005 4:01 pm


-----------------------------------
Shadow Master: lol reboot.com  eh? inturesting... :P 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  :lol:

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  :)  looks good man keep it up

-----------------------------------
Carino
Mon Apr 04, 2005 4:14 pm


-----------------------------------
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)

-----------------------------------
zomg
Mon Apr 04, 2005 6:00 pm


-----------------------------------
Shadow Master: lol reboot.com  eh? inturesting... :P 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  :lol:

ya man reboot.com  

.com is ms-dos application

-----------------------------------
Token
Mon Apr 04, 2005 6:48 pm


-----------------------------------
heh well then thats embarasing :roll:  i thaught u ment to put .exe but put .com, i do that a lot  :lol: but now i know that some dos file extentions are .com

-----------------------------------
atrain
Mon Apr 04, 2005 10:16 pm


-----------------------------------
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?

-----------------------------------
[Gandalf]
Tue Apr 05, 2005 4:20 pm


-----------------------------------
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  :lol: .

-----------------------------------
zomg
Wed Apr 06, 2005 6:59 am


-----------------------------------
"]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) :)

-----------------------------------
Palindine
Thu Apr 07, 2005 2:49 am


-----------------------------------
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??

-----------------------------------
zomg
Thu Apr 07, 2005 11:14 am


-----------------------------------
here is an update

dont use the bottom text field anymore just use the top one and press the button

-----------------------------------
Palindine
Mon Apr 11, 2005 10:37 pm


-----------------------------------
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

-----------------------------------
[Gandalf]
Tue Apr 12, 2005 9:24 am


-----------------------------------
That is what happened to me before the update.  Otherwise, its really good, continue working on the gui, and add some more commands :).

-----------------------------------
zomg
Tue Apr 12, 2005 6:45 pm


-----------------------------------
really? let me check that...

edit* dam it i forgot i dont have turing here nvm ill check it at school tomoro

-----------------------------------
Palindine
Wed Apr 13, 2005 4:58 pm


-----------------------------------
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

-----------------------------------
zomg
Wed Apr 13, 2005 6:59 pm


-----------------------------------
so how can i change that?
can u give a bit of code for that

-----------------------------------
Palindine
Thu Apr 14, 2005 2:41 pm


-----------------------------------
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

-----------------------------------
zomg
Fri Apr 15, 2005 6:46 am


-----------------------------------
well i could probably find my way around... i just wanna see this whole fail-safe thing

-----------------------------------
Palindine
Sat Apr 16, 2005 11:55 pm


-----------------------------------
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'

-----------------------------------
zomg
Sun Apr 17, 2005 5:42 pm


-----------------------------------
nice variation
and thx for the code

me and token have been talking about making something similar except one for over the internet :)

i am also gonna submit a new update with copy/paste and a new background :)

-----------------------------------
SuperGenius
Sun Apr 17, 2005 5:52 pm


-----------------------------------
This doesn't sound like it's worth it. Think about what you are doing for a minute.

-----------------------------------
zomg
Sun Apr 17, 2005 7:36 pm


-----------------------------------
what do u mean?

-----------------------------------
Token
Sun Apr 17, 2005 8:24 pm


-----------------------------------
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!

-----------------------------------
SuperGenius
Sun Apr 17, 2005 8:39 pm


-----------------------------------
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.

-----------------------------------
Token
Sun Apr 17, 2005 8:48 pm


-----------------------------------
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.

-----------------------------------
jamonathin
Sun Apr 17, 2005 8:50 pm


-----------------------------------
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.

-----------------------------------
Palindine
Sun Apr 17, 2005 10:41 pm


-----------------------------------
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

-----------------------------------
Token
Sun Apr 17, 2005 11:09 pm


-----------------------------------
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...

-----------------------------------
Palindine
Sun Apr 17, 2005 11:20 pm


-----------------------------------
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

-----------------------------------
Token
Sun Apr 17, 2005 11:25 pm


-----------------------------------
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

-----------------------------------
jamonathin
Mon Apr 18, 2005 6:01 am


-----------------------------------
Who cares about the C++ apps. this is turing.

-----------------------------------
zomg
Mon Apr 18, 2005 6:57 am


-----------------------------------
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

-----------------------------------
the_short1
Mon Apr 18, 2005 1:16 pm


-----------------------------------
where could i download this 'msdos' prog you made..  i dont see a dowhload link or anything..

-----------------------------------
zomg
Mon Apr 18, 2005 4:13 pm


-----------------------------------
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...

-----------------------------------
zomg
Tue Apr 19, 2005 12:14 pm


-----------------------------------
here is my latest update... completing version 1.0:D

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 :)

-----------------------------------
Palindine
Tue Apr 19, 2005 1:33 pm


-----------------------------------
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

-----------------------------------
zomg
Wed Apr 20, 2005 8:53 pm


-----------------------------------
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

-----------------------------------
zomg
Mon Apr 25, 2005 11:14 am


-----------------------------------
here is version 1.1 :)

-----------------------------------
jamonathin
Mon Apr 25, 2005 11:22 am


-----------------------------------
Where at? mes thinks yous forgots to post it.  :bday:

-----------------------------------
zomg
Mon Apr 25, 2005 11:46 am


-----------------------------------
My Bad, my upload was full
anyway i added some new buttons

ill leave it for u to figure out,

-----------------------------------
mykep
Thu May 05, 2005 9:43 am

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:

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:  :!:

-----------------------------------
zomg
Fri May 06, 2005 7:08 am


-----------------------------------
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 :)

-----------------------------------
Dylan-182
Fri May 13, 2005 1:39 pm


-----------------------------------
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 :P

-----------------------------------
the_short1
Mon May 16, 2005 1:14 pm


-----------------------------------
.. ok danshadow..   umm..  i dont want you knowing my ip addy :D ! 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. :D helped me a little.. thx :D

-----------------------------------
Lapsus Antepedis
Tue May 17, 2005 7:51 am


-----------------------------------
hey Shadow Master,

Your program died on me :(
I really hope I can get it working somehow...

http://img.photobucket.com/albums/v315/Lapsus/proggyerror.bmp

-----------------------------------
Notoroge
Tue May 17, 2005 8:18 am


-----------------------------------
Would you mind compressing it with some odd extension so that I can download it at school? proxie bans ".zip" extensions. Something like, ".pwned"? :D

-----------------------------------
zomg
Tue May 17, 2005 11:59 am


-----------------------------------
hey Shadow Master,

Your program died on me :(
I really hope I can get it working somehow...

http://img.photobucket.com/albums/v315/Lapsus/proggyerror.bmp

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

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  :D  enjoy

-----------------------------------
Lapsus Antepedis
Tue May 17, 2005 1:10 pm


-----------------------------------


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:  (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)


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  %