LoginRadius / ps-softlist

A power shell script to detect non-whitelisted installed software on windows machines.
MIT License
5 stars 9 forks source link

Execute Script from a Web Page #6

Open code-vj opened 3 years ago

code-vj commented 3 years ago

Create a web page which browser software list CSV file and Import the File. Execute the this script

avats-dev commented 3 years ago

I think what you're saying here is that webpage will contain the csv file of whitelist software which user can download and use to run the script, right?

alainseys commented 3 years ago

Create a web page which browser software list CSV file and Import the File. Execute the this script

if you can give some more details the description is somewhat basic what i underdstand from your description is we need to create a page that lists software from a csv file and that you need a powerhshell scirpt to generate this csv file ?

code-vj commented 3 years ago

@avats-dev / @alainseys

techytushar commented 3 years ago

Hey @code-vj if no one is working on it I would like to take this up! Please can you assign this to me

code-vj commented 3 years ago

Hi @techytushar , Thanks for taking this up, assigned to you.

And LoginRadius is also giving swags to people who will be contributing, so please make sure to read our blog and submit your info to get free goodies.

https://www.loginradius.com/engineering/page/hacktoberfest2020

techytushar commented 3 years ago

@code-vj Thanks for assigning it to me. I am guessing, since we have to run the Powershell script, it won't be possible using a simple HTML page only, we'll have to use some backend for it. Is there any specific language you want to me to write the backend script in. I am most comfortable in Python and thinking of making a simple flask backend, but can also write it in node.js.

alainseys commented 3 years ago

@techytushar you can try this : [https://github.com/straightdave/presley] or [(https://social.technet.microsoft.com/wiki/contents/articles/2166.how-to-add-a-graphical-user-interface-to-a-powershell-script-by-using-html-applications.aspx)]

techytushar commented 3 years ago

Hey @alainseys thank you for these resources, but the blog you mentioned in quite old and also i guess the library is not maintained anymore (since the last commit was in 2017), so if in future we want to extend this project then these might become bottlenecks.

alainseys commented 3 years ago

Hey @alainseys thank you for these resources, but the blog you mentioned in quite old and also i guess the library is not maintained anymore (since the last commit was in 2017), so if in future we want to extend this project then these might become bottlenecks.

Indeed then you need something in the backend like php or as you mentioned python

techytushar commented 3 years ago

Hey @code-vj please can you give your inputs here, so I can start working on this !

code-vj commented 3 years ago

@techytushar You can write in the nodejs