Skip to content

Commit

Permalink
Update Blackbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kembolle committed Nov 14, 2018
1 parent da6b126 commit 13413b2
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 2 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions Desktop/criando lancadores
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=blablabla
Comment=blablabla
Exec=/caminho/para/script.sh
StartupNotify=false
Terminal=false
7 changes: 7 additions & 0 deletions Desktop/menu-0s
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sh -c "dnstracer;sudo-s"
bash -c "cd /usr/share/sqlmap; ./sqlmap"
bash -c "dnsenum --help;${SHELL:-bash}"
java -jar CaminhodoJAR.jar



1 change: 1 addition & 0 deletions Hardware/Unidade.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@echo offREM Buscando unidade de Drivers clssetlocalfor %%1 in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do ( if exist %%1:\ ( fsutil fsinfo drivetype %%1: ) ) pause
Expand Down
3 changes: 3 additions & 0 deletions Network/psexec.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
psexec \\$ComputerName -s -h -d powershell Enable-PSRemoting -Force


1 change: 1 addition & 0 deletions Network/psremoting.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
psexec \\IP -s powershell Enable-PSRemoting -Force
66 changes: 66 additions & 0 deletions Network/search-ips.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
#!/bin/bash
#-----------------------------------------------\\
version="0x01"
script_name="Discover Ip's Blocos "
userid=$(id -u)
clear

#-----------------------------------------------\\
echo "Testando Permissão..... "
# Permissão de Usuario [Root]
a=`whoami`
b="root"
if [ "$a" = "$b" ]
then
echo "uid=0(root) gid=0(root) groups=0(root) - Happy Hacking ;D"
else
echo "--Ops!!Script em MODO USUARIO, Execute como "root" cabeção! ;)"
exit 1
fi
sleep 2
#-----------------------------------------------\\


#---------// Cabeçalho.
echo '
[+]===================================================================[+]
Information Gathering [Blocos de IPs ] Version:'$version'
Autor: Kembolle Amilkar A.K.A. O.liverkall | kembolle.com.br
language:Portuguese | Data: 25 / 11 / 2016
__________________
/\ ______________ \
/::\ \ZZZZZZZZZZZZ/\ \
/:/\.\ \ /:/\:\ \
/:/Z/\:\ \ /:/Z/\:\ \
/:/Z/__\:\ \____/:/Z/ \:\ \
/:/Z/____\:\ \___\/Z/ \:\ \
\:\ \ZZZZZ\:\ \ZZ/\ \ \:\ \
\:\ \ \:\ \ \:\ \ \:\ \
\:\ \ \:\ \_\;\_\_____\;\ \
\:\ \ \:\_________________\
\:\ \ /:/ZZZZZZZZZZZZZZZZZ/
\:\ \ /:/Z/ \:\ \ /:/Z/
\:\ \/:/Z/ \:\ \/:/Z/
\:\/:/Z/________\;\/:/Z/
\::/Z/________x86_\/Z/
\/ZZZZZZZZZZZZZZZZZ/
Dependências:
#/ Whois - https://packages.debian.org/pt-br/sid/whois
-------------------------------------------------------------------------------\\\
[0x01] - Whois | Retorna informações sobre o bloco de IPs de acordo com AS.
[+]===================================================================[+]
Usage: Adicione o nome do AS para encontrar blocos de IPs | Ex: AS32934
[+]===================================================================[+]'
echo -n "Root@Blackbox:~# " ; read dominio


#---------//
sleep 3
echo "[+]===================================================================[+]"
echo " # [0x01]- Whois | Retorna informações sobre o bloco de IPs de acordo com AS. "
whois -h whois.radb.net -- -i origin $dominio | grep ^route >> /home/oliverkall/desktop/bloco-ips.txt
echo "[+]===================================================================[+]" >> /home/oliverkall/desktop/bloco-ips.txt
sleep 3

2 changes: 2 additions & 0 deletions Network/search-mac.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
arp-scan --interface=enp63s0 172.20.20.0/22 > /home/oliverkall/desktop/MAC-Clonados.txt
5 changes: 5 additions & 0 deletions Network/search-ssdp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
gssdp-discover -i enp3s0 --timeout=3 > /home/oliverkall/desktop/ssdp.txt



4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Toolbox
Script's para automatização de tarefas.
:package: - Blackbox
Script's para Automatização de Tarefas.

0 comments on commit 13413b2

Please sign in to comment.