Jump to content

Finding DotNet applications


Recommended Posts

I have been tasked with trying to figure out all of the .Net applications that everyone at our company uses. Problem is we are a big company and many people use appliactions that were not developed in house.

I am wondering if anyone knows of a log file or something that tracks what the .Net Framework launches, what version of .Net was used and possibly give me a name for the application requiring .Net

I have done some Google searches but I'm guessing I just don't know the proper keywords to search with.

Thanks,

Mike

Link to comment
Share on other sites

Examine the binary headers of executables created with a .Net language. There should be flags indicating that the .Net framework is to be used to run the application. At that point, all you have to do is create a script that finds all the executables on the machine, scans their headers, and returns whatever information you want in an array, such as program size, properties, name, folder it's in, etc. Write the data to a simple text file and have the script email it to you.

Link to comment
Share on other sites

I have the PE header script that I could use for that but it would take WAY to long to go through all the installed files.

Also, I am concerned mostly with the .Net WEB applications that don't acutally install on your computer.

Thanks,

Mike

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...