
Webcrawler de Pastebin em Python que retorna uma lista de pastebins públicos contendo palavras-chave
O PwnBin é um webcrawler que pesquisa pastebins públicos por palavras-chave especificadas. Todos os pastes são então retornados após o envio do sinal de conclusão ctrl+c.
Comando básico:
python3 pwnbin.py -k <keyword1>,"example substring",<keyword2>..... -o <outputfile>
Ambos os argumentos de palavra-chave e arquivo de saída são opcionais e o padrão é
-k ssh,pass,key,token
-o log.txt
Comando opcional:
-a, Anexar ao arquivo em vez de sobrescrever o arquivo.
-t <time in seconds>, Executar por tempo em segundos.
-n <integer>, Executar por número de pastes.
-m <integer>, Executar por número de correspondências.
The MIT License (MIT) Copyright (c) 2015 Luke Mclaren
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.