Login Register






Giving out Scripts. PM me your request. filter_list
Author
Message
Giving out Scripts. PM me your request. #1
Title says everything. I will be creating batch scripts for all fellow HC members that want some. If the script is not possible I will inform you.

Please don't PM me with requests for:
  • Keyloggers
  • Spyware
  • GUI's
  • Anything impossible in batch.

The structure of the PM should be as follows:

Code:
-What you want the script to do, be as specific as possible. (That's it, lets be discreet, shall we?)
[Image: nNICR.jpg]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.


RE: Giving out Scripts. PM me your request. #2
So does that mean rootkits are allowed? :3
Pierce the life fibers with your drill.


RE: Giving out Scripts. PM me your request. #3
(02-11-2012, 02:06 AM)1234hotmaster Wrote: So does that mean rootkits are allowed? :3

Scripts that are potentially harmful will still be given out.
[Image: nNICR.jpg]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.


RE: Giving out Scripts. PM me your request. #4
I find it highly doubtful that you could ever make a rootkit as a script. Rootkits operate usually in ring 0, which is a hardware security level of the x86 processor running in protected mode, which has basically all the rights. Kernel and some drivers run on this level too, because they need to have a full control over everything, so it's basically all compiled code (machine code). The closest you could get is to implement some script interpreter running in ring 0. Or use something that is usually both interpreted as a script and can be compiled into native code, providing low level facilities.

Anyway, regarding Strikethrough offer:

That's nice, but the topic is missing quite important information: What language(s) is/are used to make the scripts? What platforms do you support (especially when it needs to utilize some platform specific stuff)? Can you do Linux Shell scripting (which ones)? Windows Batch scripting? PowerShell? VBScript? Python? Perl? Ruby? Specialized scripting language of some obscure environment? What? There's a lot of scripting and automation languages.

Additionally, what exactly is your idea of impossible? Something technically impossible to do (like, I dunno... making the computer fly. Though... that is technically possible too, you just have to add some special hardware and interface it somehow and then control with a script for example) or something that you're not capable of creating? What is and isn't possible might also depend on chosen environment and scripting language.

Regarding being discreet... well, no offense, but isn't it better to share it publicly? Both what people want and both what you create, that's much bigger contribution to the community than doing it just for a few people privately.
I love creativity and creating, I love science and rational thought, I am an open atheist and avid self-learner.


RE: Giving out Scripts. PM me your request. #5
(02-11-2012, 03:49 AM)Frooxius Wrote: I find it highly doubtful that you could ever make a rootkit as a script. Rootkits operate usually in ring 0, which is a hardware security level of the x86 processor running in protected mode, which has basically all the rights. Kernel and some drivers run on this level too, because they need to have a full control over everything, so it's basically all compiled code (machine code). The closest you could get is to implement some script interpreter running in ring 0. Or use something that is usually both interpreted as a script and can be compiled into native code, providing low level facilities.

Anyway, regarding Strikethrough offer:

That's nice, but the topic is missing quite important information: What language(s) is/are used to make the scripts? What platforms do you support (especially when it needs to utilize some platform specific stuff)? Can you do Linux Shell scripting (which ones)? Windows Batch scripting? PowerShell? VBScript? Python? Perl? Ruby? Specialized scripting language of some obscure environment? What? There's a lot of scripting and automation languages.

Additionally, what exactly is your idea of impossible? Something technically impossible to do (like, I dunno... making the computer fly. Though... that is technically possible too, you just have to add some special hardware and interface it somehow and then control with a script for example) or something that you're not capable of creating? What is and isn't possible might also depend on chosen environment and scripting language.

Regarding being discreet... well, no offense, but isn't it better to share it publicly? Both what people want and both what you create, that's much bigger contribution to the community than doing it just for a few people privately.

Sorry Frooxius, I'll edit the thread for better clarity.

A rootkit isn't impossible to create in batch. It's hard, but not entirely impossible.

By discreet I meant to be careful with the script that will be given.
[Image: nNICR.jpg]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.


RE: Giving out Scripts. PM me your request. #6
Strikethrough: First, don't quote previous posts, especially longer ones.
Second, would you then explain HOW is it possible to make a rootkit in batch? Maybe user-mode ones, but you certainly can't make a rootkit running in ring 0 in batch, as you need native code there (unless you write some interpreter running in ring 0 first, which is frankly very weird and I doubt it can be considered "writing rootkit in batch"), running at quite a low level, just as the kernel, where it can for example tamper with API and kernel calls. Something like that is entirely impossible.

I'm not sure if discreet can be used in this sense, or rather, I find it a bit confusing what you are actually trying to say by that. Discreet usually means that you're careful not to say anything private, or something that's unobtrusive and such.

I love creativity and creating, I love science and rational thought, I am an open atheist and avid self-learner.


RE: Giving out Scripts. PM me your request. #7
@Strike
n batch its impossible unless you use VBS or other languages from batch.
(This post was last modified: 02-11-2012, 06:13 AM by Skullmeat.)
Pierce the life fibers with your drill.


RE: Giving out Scripts. PM me your request. #8
(02-11-2012, 06:11 AM)Frooxius Wrote: Strikethrough: First, don't quote previous posts, especially longer ones.

I'll quote however I want. I dislike your commanding attitude.

Second, would you then explain HOW is it possible to make a rootkit in batch? Maybe user-mode ones, but you certainly can't make a rootkit running in ring 0 in batch, as you need native code there (unless you write some interpreter running in ring 0 first, which is frankly very weird and I doubt it can be considered "writing rootkit in batch"), running at quite a low level, just as the kernel, where it can for example tamper with API and kernel calls. Something like that is entirely impossible.

I currently have no idea, but I certainly believe it's possible. Not running in ring 0, but perhaps in some other way. My knowledge is limited on rootkits as I haven't been programming as much as I used to, I'm trying to extend my knowledge, I guess that's a start. I'll look forward to creating a rootkit in batch as an upcoming project maybe? I'll see what I can do.


I'm not sure if discreet can be used in this sense, or rather, I find it a bit confusing what you are actually trying to say by that. Discreet usually means that you're careful not to say anything private, or something that's unobtrusive and such.

Actually, it can. A synonym of discreet is to be cautious, and I was using the definition of "having or showing discernment or good judgment in conduct". Sorry for the misunderstanding.

asdjfskdfhsjkdfhksjdfsoieurhalkjdfskdf
[Image: nNICR.jpg]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.


RE: Giving out Scripts. PM me your request. #9
Strikethrough: Quoting long posts increases the length necessarily, especially if you add just one sentence after it and worsens the readability. It is customary and proper netiquette to not quote longs posts, so I suggest you follow that to make the forums cleaner for everyone. There's no need to repeat whole post you're replying to when it's just above yours, so please respect the behavior that will make the forums more readable and clean.

Also so you're stating that just because you think it is possible? I don't advise stating anything like that when you don't have any basis to support it. Creating a rootkit in batch is impossible from the very way rootkits and batch works, it might be possible to make limited rootkits (in ring 3) in some scripting languages that provide interfaces and libraries to do so (I don't mean exactly libraries to make rootkits, but rather access to the OS API and being able to exploit it). Still, to do a proper kernel mode rootkit, you NEED compiled language, therefore you can't make it with any scripting language (unless a compiler into native code is written, as well as constructs that allow low level access).

Also, while cautious is synonym of discreet, cautious has also several homonyms, so the cautious you might want is not the one that is a synonym of discreet. I'm just saying though, I'm not native English speaker and it just seemed personally weird to me (didn't know what you exactly meant), so it's just my personal opinion about word usage/mutual understanding. :3
I love creativity and creating, I love science and rational thought, I am an open atheist and avid self-learner.


RE: Giving out Scripts. PM me your request. #10
How about a script that will corrupt the hard drive so that the running partition has to be formatted. Or some shit that will completely fuck with windows 7 to the point that the partition will need a re-format.