Skip to content
View rootsec1's full-sized avatar
👨‍💻
AFK
👨‍💻
AFK

Organizations

@EpicGames @ticketdude @chessify-club
Block or Report

Block or report rootsec1

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. Bypass SSL certificate pinning and e... Bypass SSL certificate pinning and evade root detection on Android (Frida script)
    1
    Java.perform(function () {
    2
    	console.log("\nRoot detection bypass with Frida");
    3
    	var CommonUtils = Java.use("io.fabric.sdk.android.services.common.CommonUtils");
    4
    	console.log("\nHijacking isRooted function in CommonUtils class");
    5
    	CommonUtils.isRooted.implementation = function () {
  2. dnspeep dnspeep Public

    Forked from jvns/dnspeep

    spy on the DNS queries your computer is making

    Rust

  3. D_Cloud D_Cloud Public

    Distrubuted file storage platform for a new Internet. Developed by Team Hashpool for IEEE madC

    JavaScript

  4. duke-meng-ai-chatbot duke-meng-ai-chatbot Public

    FAQ Chabot for Duke's MENG AI program website using a foundation model fine tuned on chat + fine tuned on context + RAG based prompting

    Jupyter Notebook

  5. RAG_from_scratch RAG_from_scratch Public

    Built a RAG from scratch trained on data about the brodhead center at Duke and the food options of each restaurant.

    Python

  6. pallesaisamyukta/EmailSummarization pallesaisamyukta/EmailSummarization Public

    Abstractive Summarization of the Primary Mails in the inbox using Finetuned BART model

    Jupyter Notebook 1