Sinisterly
Bronze [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs)
+--- Thread: Bronze [Preview]: VBSandBoxer (VBS Sandboxer & scanner) (/Thread-Bronze-Preview-VBSandBoxer-VBS-Sandboxer-scanner)

Pages: 1 2


[Preview]: VBSandBoxer (VBS Sandboxer & scanner) - miso - 04-07-2020

im currently trying to code a sandboxer for VBS scripts and a scanner, i'd like to see how people thinks of the app so far

Description:
The application allows the user to load scripts under a sandbox, which will protect the user from getting endangered by the script without running it in a sandbox.
The app is planned to have a built-in scanner, it would be possible to load dialog boxes without the script running (via getting the dialog information from the script), get variables & more

it will take quite a bit of time to code since i need to learn the structure of the language, i already know a bit but i still need to learn quite a lot, so don't expect the application to be released in the next few days nor weeks.

screenshots:

[Image: XNyNwkdUROWq6jEgMP6G_Q.png]
[Image: fu2d2yn4SuexBrjpiramNw.png]
[Image: bLwEiP-QQZSYGRvZTMMSxw.png]


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - mothered - 04-07-2020

It looks very user-friendly.

Quote:The app is planned to have a built-in scanner
What type of scan/AV engine(s) does It use?


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - miso - 04-07-2020

(04-07-2020, 10:00 AM)mothered Wrote: It looks very user-friendly.

Quote:The app is planned to have a built-in scanner
What type of scan/AV engine(s) does It use?

it just searches for keywords, however, it is really buggy, i don't think it should have a full engine just to literally scan a textfile with a .vbs extention


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - mothered - 04-08-2020

(04-07-2020, 08:17 PM)miso Wrote: i don't think it should have a full engine just to literally scan a textfile with a .vbs extention

Agree.

I thought you're going to Include other file types, hence my question.


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - miso - 04-08-2020

(04-08-2020, 04:39 AM)mothered Wrote:
(04-07-2020, 08:17 PM)miso Wrote: i don't think it should have a full engine just to literally scan a textfile with a .vbs extention

Agree.

I thought you're going to Include other file types, hence my question.
probably .cmd/.bat too, the hardest part is to kinda make the program understand and detect keywords (it breaks the script line by line then scans foe any keywords related to the lags etc...)


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - mothered - 04-08-2020

(04-08-2020, 07:33 AM)miso Wrote:
(04-08-2020, 04:39 AM)mothered Wrote:
(04-07-2020, 08:17 PM)miso Wrote: i don't think it should have a full engine just to literally scan a textfile with a .vbs extention

Agree.

I thought you're going to Include other file types, hence my question.
probably .cmd/.bat too, the hardest part is to kinda make the program understand and detect keywords (it breaks the script line by line then scans foe any keywords related to the lags etc...)

No doubt there will be a few obstacles to bypass but with dedication and hard work, I'm sure you'll get there In the end.


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - miso - 04-08-2020

(04-08-2020, 08:09 AM)mothered Wrote:
(04-08-2020, 07:33 AM)miso Wrote:
(04-08-2020, 04:39 AM)mothered Wrote: Agree.

I thought you're going to Include other file types, hence my question.
probably .cmd/.bat too, the hardest part is to kinda make the program understand and detect keywords (it breaks the script line by line then scans foe any keywords related to the lags etc...)

No doubt there will be a few obstacles to bypass but with dedication and hard work, I'm sure you'll get there In the end.
before i knew visual studio, i used to create html apps (.hta), i was good at it and ive learnt quite a bit of vbs during those few years, ive only been working with the .NET Framework for 2.5years


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - mothered - 04-08-2020

(04-08-2020, 12:42 PM)miso Wrote: ive only been working with the .NET Framework for 2.5years

Judging by the nature of your reverse engineering/cracking contributions, I thought you'd have many more years of experience.


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - miso - 04-08-2020

(04-08-2020, 03:32 PM)mothered Wrote:
(04-08-2020, 12:42 PM)miso Wrote: ive only been working with the .NET Framework for 2.5years

Judging by the nature of your reverse engineering/cracking contributions, I thought you'd have many more years of experience.
i've started playing around with computers when i was 8, im now 16, i crack apps because i grew with a family where piracy was a normal, usefull tool (only for games & series), i don't recommend nor use piracy a lot, but you can't ignore the impact it has on people life & on the internet

i crack apps to understand different obfuscation type, even when using de4dot, the application might still be a mess, so i take a bit of time to understand what most classes do. it is however fun to crack apps and ill continue ^^, but i might remove some of them if i get into legal trouble with companies


RE: [Preview]: VBSandBoxer (VBS Sandboxer & scanner) - mothered - 04-09-2020

(04-08-2020, 04:20 PM)miso Wrote:
(04-08-2020, 03:32 PM)mothered Wrote:
(04-08-2020, 12:42 PM)miso Wrote: ive only been working with the .NET Framework for 2.5years

Judging by the nature of your reverse engineering/cracking contributions, I thought you'd have many more years of experience.
i've started playing around with computers when i was 8, im now 16, i crack apps because i grew with a family where piracy was a normal, usefull tool (only for games & series), i don't recommend nor use piracy a lot, but you can't ignore the impact it has on people life & on the internet

i crack apps to understand different obfuscation type, even when using de4dot, the application might still be a mess, so i take a bit of time to understand what most classes do. it is however fun to crack apps and ill continue ^^, but i might remove some of them if i get into legal trouble with companies

You certainly have quite a bit of knowledge with REing/cracking applications. Keep up the good work.

My computing began In 1989- spanning over 30 years to date.
A lot has changed since then.