Skip to content

Instantly share code, notes, and snippets.

View tas33n's full-sized avatar
🥱
Being lazy

Tas33n tas33n

🥱
Being lazy
View GitHub Profile
@tas33n
tas33n / index.php
Created November 16, 2023 04:10 — forked from beveradb/index.php
PHP dump/log details of HTTP requests received
<?php
# Log string to file whilst also printing it to screen (stdout)
# Named tee to match the core unix command - https://en.wikipedia.org/wiki/Tee_(command),
# which in turn is named after the T-splitter used in plumbing.
function tee($message, $logFilepath)
{
file_put_contents($logFilepath, $message, FILE_APPEND);
echo $message;
}
@tas33n
tas33n / GoogleDorking.md
Created September 19, 2023 10:04 — forked from ikuamike/GoogleDorking.md
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@tas33n
tas33n / Mujib-sms-admin-api.php
Last active September 12, 2023 18:08
single sms mitm api with admin control and json databse.
<?php
// Disable displaying errors to users
ini_set('display_errors', 0);
// Set the error reporting level to not display warnings and notices
error_reporting(E_ERROR | E_PARSE);
function registerKey($filename, $key, $value)
{
@tas33n
tas33n / cpanel-crack.py
Last active September 12, 2023 18:17
Python Script for CPanel combos data checker. Put the data in same directory as Data.txt, replace bot token in Code.
import os
import requests
from flask import Flask, jsonify
from urllib.parse import urlparse
from colorama import Fore, Style # Import colorama for colored text
app = Flask(__name__)
# Function to read URLs from a file and create a new file with remaining URLs
@tas33n
tas33n / app-landing-page.markdown
Created December 8, 2022 18:49
App Landing Page
@tas33n
tas33n / carrier-listing.markdown
Created November 20, 2022 17:58
Carrier listing
@tas33n
tas33n / index.html
Created October 20, 2022 13:11
Slick Tables
<table>
<thead>
<tr>
<th>ID
<th>First Name
<th>Last Name
<th>Goes By
<th>Gender
<th>Class
<th>Alive
<!--
A simple responsive App Download page.
Author : tas33n http://github.com/tas33n
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@tas33n
tas33n / index.html
Created May 12, 2022 04:10
LandingPage
<body>
<header>
<p id="para1">&#9776</p>
<div class="logo">
BookPod.
</div>
<ul>