Pesquisas web avançadas!

<!DOCTYPE html>

<html>

<meta charset="utf-8">

<pre>

<strong>

<head>

  <title>Navegador pesquisa web avançada 2024!</title>

</head>

Faça a sua pesquisa web

nesta nova ferramenta   \PESQUISA AVANÇADA/

<body>

  <h1>Buscar músicas românticas no YouTube</h1>

  <input type="text" id="searchTerm" placeholder="Digite o termo de busca">

  <button onclick="buscarDocumentTxt()">Buscar</button>

  <div id="musicas"></div>


  <script>

    function buscarDocumentTxt() {

      var apiKey = 'https://i.maxthon.com/ru-ru.htm';

      var termoBusca = document.getElementById('searchTerm').value;

      var url = 'https://www.googleapis.com/search?part=snippet&maxResults=10000&q=' + termoBusca + '&type=video&key=' + apiKey;


      fetch(url)

      .then(response => response.json())

      .then(data => {

        // Tratar a lista de vídeos encontrados e exibir na página

      function changeSrc(){ document.getElementById('demo').src="https://i.maxthon.com/ru-ru.htm";


};

       

       

  </script>

  <iframe id="demo"src="https://i.maxthon.com/ru-ru.htm"width="100%"height="300"></iframe>


<input type="button"onclick="changeSrc()"value="vc ś capaz"/>

</body>

</pre>

</strong>

</html>

---------------------------------------------------------------------------------------------

<html>

<meta charset="utf-8">

<script>

function changeSrc(){ document.getElementById('demo').src="https://i.maxthon.com/ru-ru.htm";

}

</script>

<iframe id="demo"src="https://i.maxthon.com/ru-ru.htm"width="250"height="300"></iframe>

<input type="button"onclick="changeSrc()"value="vc ś capaz"/>

</html>


Sacar arquivos direto do site

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>CEWL Wordlist</title>

</head>

<body>

    <h1>CEWL Wordlist Generator</h1>


    <form action="/upload" method="post" enctype="multipart/form-data">

        <input type="file" name="fileToUpload" id="fileToUpload">

        <input type="submit" value="Upload" name="submit">

    </form>


    <script>

        const { exec } = require('child_process');

        exec('cewl -d 12 https://partidochega.pt/ -w wordlist.txt', (error, stdout, stderr) => {

            if (error) {

                console.error(`Error: ${error.message}`);

                return;

            }

            if (stderr) {

                console.error(`stderr: ${stderr}`);

                return;

            }

            console.log(`Wordlist generated: ${stdout}`);

        });

    </script>

</body>

</html>

<pre>

comando terminal LLLx ==npm install child_process

<pre>

--------------------------------------------------------------------------------------------------------------------

FORMULARIO CRACK INFO

<pre>

<form action="/upload" method="post" enctype="multipart/form-data">

    <input type="file" name="fileToUpload" id="fileToUpload">

    <input type="search" name="searchQuery" placeholder="Pesquisar">

    <input type="submit" value="Upload" name="submit">

</form>

    <form action="/upload" method="post" enctype="multipart/form-data">


        <input type="file" name="fileToUpload" id="fileToUpload">


        <input type="submit" value="Upload" name="submit">


    </form>

    COD SAQUE INFO ==-12

<pre>

PESQUISA DIRETA==

【。_。】 ¸„.-•~¹°”ˆ˜¨ ℱⓄ𝕣ᵐ ħคⒸKEℝ ¨˜ˆ”°¹~•-.„¸ 【。_。】

<form action="/resultado-pesquisa" method="get">

  <label for="pesquisa">Pesquisar:</label>

  <input type="text" id="pesquisa" name="q" required>

  <input type="submit" value="Pesquisar">

</form>

CRIAR ATAQUE CODIGO NOVO java script no html direto

<a href="java script:https://www.bde.es/wbe/en/">-12.pdf/tables/2023</a>

---------------------------------------------------------------------------------------------------

CODIGO BUSCA TABELAS numeros negativos -12

Usar codigo -12.pdf-2023

----------------------------------------------------------------------------------------------------------

<!DOCTYPE html>

<html>

<head>

    <title>Search Table Using JavaScript</title>

    <style>

        #searchInput {

            margin-bottom: 10px;

        }

    </style>

</head>

<body>

    <h2>Search VALORES NEGATIVOS</h2>


    <input type="text" id="searchInput" placeholder="Digite um número negativo">

    <button onclick="atualizarResultados()">Pesquisar</button>

  

    <script>

        // Definir um array de números inteiros

        let numeros = [1, 2, -3, 4, -5, 6, -7, 8, -9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51];


        // Função para pesquisar valores negativos no array

        function pesquisarNegativos(array) {

            let negativos = []; // Array para armazenar os números negativos


            for (let i = 0; i < array.length; i++) {

                if (array[i] < 0) {

                    negativos.push(array[i]); // Adicionar o número negativo ao array

                }

            }


            return negativos; // Retornar o array de números negativos

        }


        // Função para atualizar os resultados da pesquisa

        function atualizarResultados() {

            let searchInput = document.getElementById('searchInput');

            let resultado = document.getElementById('resultado');


            // Chamar a função para pesquisar os números negativos no array

            let numerosNegativos = pesquisarNegativos(numeros);


            // Verificar se há alguma pesquisa

            if (searchInput.value !== '') {

                let termoPesquisado = parseFloat(searchInput.value);

                numerosNegativos = numerosNegativos.filter(function(numero) {

                    return numero === termoPesquisado;

                });

            }


            // Limpar o conteúdo do elemento resultado

            resultado.innerHTML = '';


            // Imprimir o resultado

            numerosNegativos.forEach(function(numero) {

                let numeroItem = document.createElement('li');

                numeroItem.innerText = numero;

                resultado.appendChild(numeroItem);

            });

        }


        // Adicionar um evento de input ao campo de busca

        let searchInput = document.getElementById('searchInput');

        searchInput.addEventListener('input', atualizarResultados);


        // Chamar a função inicialmente para mostrar todos os números negativos

        atualizarResultados();

    </script>


    <h3>Resultado:</h3>

    <ul id="resultado"></ul>

</body>

</html>

CODIGO MELHOR PESQUISA AVANÇADA WEB

<!DOCTYPE html>

<html>

  <head>

    <title>Abrir sites em janelas diferentes</title>

    <pre>

    Melhor pesquisa web

    MELHOR PESQUISA AVANÇADA WEB

    </pre>

  </head>

  <body>

    <button onclick="abrirSites()">Abrir Sites</button>


    <script>

      function abrirSites() {

        window.open("https://www.google.com", "_blank");

        window.open("https://www.facebook.com", "_blank");

        

        // Abre um site com valor negativo de tabela ASCII

        window.open(String.fromCharCode(-12), "_blank");


        // Abre um site com valor negativo de tabela Unicode

        window.open("\uFFFD", "_blank");

      }

    </script>

  </body>

</html>

<!DOCTYPE html>

<html>

  <head>

    <title>Abrir sites em janelas diferentes</title>

    <pre>

    Melhor pesquisa web

    MELHOR PESQUISA AVANÇADA WEB

Usar este codigo ==-12/tables/login

    </pre>

  </head>

  <body>

    <input type="text" id="pesquisa" placeholder="Pesquisa Avançada">

    <button onclick="abrirSites()">Abrir Sites</button>

    <input type="file" id="upload" onchange="enviarArquivo()">

    

    <script>

      function abrirSites() {

        var consulta = document.getElementById("pesquisa").value;

        var url = "https://i.maxthon.com/ru-ru.htm/search?q=" + consulta;

        

        window.open(url, "_blank");

        window.open("https://i.maxthon.com/ru-ru.htm", "_blank");

        window.open("https://www.facebook.com", "_blank");

        

        // Abre um site com valor negativo de tabela ASCII

        window.open(String.fromCharCode(-12), "_blank");


        // Abre um site com valor negativo de tabela Unicode

        window.open("\uFFFD", "_blank");

      }

      

      function enviarArquivo() {

        var arquivo = document.getElementById("upload").files[0];

        // Lógica para enviar o arquivo

        function changeSrc(){ document.getElementById('demo').src="https://i.maxthon.com/ru-ru.htm";

}

  function abrirSites() {

    var consulta = document.getElementById("pesquisa").value;

    var url = "https://i.maxthon.com/ru-ru.htm/search?q=" + consulta;     

    </script>

    <iframe id="demo"src="https://i.maxthon.com/ru-ru.htm"width="100%"height="400"><iframe>

<input type="button"onclick="changeSrc()"value="vc ś capaz"/>

<iframe id="demo" src="https://i.maxthon.com/ru-ru.htm" width="100%" height="400"></iframe>

<input type="button" onclick="changeSrc()" value="PESQUISA AVANÇADA"/>

  </body>

</html>