Skip to content

Instantly share code, notes, and snippets.

This site has lots of online information about the genesis market and how to find invite code click to vist the site.its a darkweb site ..could someone share mre details
@topdawg021
topdawg021 / sql_dork_list
Created January 11, 2022 00:30 — forked from mokiding/sql_dork_list
Google SQL dork list
trainers.php?id=
play_old.php?id=
declaration_more.php?decl_id=
Pageid=
games.php?id=
newsDetail.php?id=
staff_id=
historialeer.php?num=
product-item.php?id=
news_view.php?id=
@topdawg021
topdawg021 / Mail.php
Created December 9, 2021 03:34 — forked from tournasdim/Mail.php
Sending mail without attachment using the PHPMailer Class
<?php
/*
First downlaod the library from Google
http://code.google.com/a/apache-extras.org/p/phpmailer/
*/
require_once 'class.phpmailer.php';
$mail = new PHPMailer(true);
$to = "[email protected]";