Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 1.64 KB

README.md

File metadata and controls

53 lines (25 loc) · 1.64 KB

Fl1pM0n - Asset Monitoring tool

What is asset management?

It’s basically a centralized way for you to monitor and manage your businesses' assets.

The great news is that, if done properly, you can increase productivity and efficiency within your department.

In our opinion, you’d be daft not to! Having such a tool in place will let you track the overall access of your assets. The data you get back will allow you to make sure assets are being utilized efficiently, and gives you the power to review performance and highlight additional unnecessary access.

Proposed Approach

  • Getting the Ip address of the device which accessed the asset.

  • Scan the given Ip to collect comprehensive data.

  • Storing that data in NoSQL database and making an API endpoint to fetch the contents of database.

  • Maintaining a Web GUI which displays the results stored in the database and a functionality to segregate records on the basis of searches.

image

Limitations

  • API Authentication is fragile

  • Limited search functionality

  • Scanning is not multi-threaded

Future Scope

  • Adding a key signing authentication to access API

  • Using Regex to increase search functionality

  • Adding more information in scan like services running, ports opened, etc.

  • Making Column filters in Web GUI.

  • Integration for logging to a third party application like Slack/Discord/Telegram.

Building

Build

Demo Video

Screenshot