Skip to content

Instantly share code, notes, and snippets.

View ValentinTT's full-sized avatar
🧙‍♀️
pursuit

ValentinTT ValentinTT

🧙‍♀️
pursuit
View GitHub Profile
@ValentinTT
ValentinTT / Wordify.java
Created December 12, 2023 12:45
Convert and integer to the text version in Spanish
/*
* File: Wordify.java
* Author: ValentinTT
* Created on: 12/12/2023
* Description: Convert an integer to the text version in Spanish.
* License: MIT
*/
import java.util.HashMap;
@teknogeek
teknogeek / universalUnpin.js
Last active June 19, 2024 05:00
Frida Universal™ SSL Unpinner
Java.perform(function() {
console.log('\n[.] Cert Pinning Bypass');
// Create a TrustManager that trusts everything
console.log('[+] Creating a TrustyTrustManager that trusts everything...');
var X509TrustManager = Java.use('javax.net.ssl.X509TrustManager');
var TrustyTrustManager = Java.registerClass({
name: 'com.example.TrustyTrustManager',
implements: [X509TrustManager],
methods: {
@matteocrippa
matteocrippa / flutter.md
Last active October 26, 2023 05:47
Flutter Cheatsheet

Flutter

A quick cheatsheet of useful snippet for Flutter

Widget

A widget is the basic type of controller in Flutter Material. There are two type of basic Widget we can extend our classes: StatefulWidget or StatelessWidget.

Stateful

StatefulWidget are all the widget that interally have a dynamic value that can change during usage. It can receive an input value in the constructor or reference to functions. You need to create two classes like:

@bradtraversy
bradtraversy / webdev_online_resources.md
Last active June 18, 2024 16:56
Online Resources For Web Developers (No Downloading)
@jhaddix
jhaddix / all.txt
Last active June 18, 2024 19:44
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎