Skip to content

Instantly share code, notes, and snippets.

View PermisosDev's full-sized avatar
💫
All good things take time.

Permisos PermisosDev

💫
All good things take time.
  • Argentina
  • 07:57 (UTC -03:00)
  • X @h1tting
View GitHub Profile

I spent a while writing this out, so please give it a read and try this out. You'll thank me soon!

Explenations

Why shouldn't you be using static?

Static is not evil, however you are using it wrong. This is known as 'static abuse'. http://stackoverflow.com/questions/1766715/when-not-to-use-the-static-keyword-in-java http://stackoverflow.com/questions/7026507/why-are-static-variables-considered-evil

I would highly advise checking out the first 20 or so of the new boston's java tutorials. Some may disagree, however I believe that they are very helpful

@PermisosDev
PermisosDev / leaker.js
Created May 18, 2021 23:44
social media leaker
var leakSocialMediaAccounts = function (callback) {
var platforms = [
{
domain: 'https://squareup.com',
redirect: '/login?return_to=%2Ffavicon.ico',
name: 'Square',
icon: '/images/social-icon/square.svg',
},
{
domain: 'https://twitter.com',