Skip to content

Commit

Permalink
feat: inclusão de gifs para facilitar a instalacao e execucao
Browse files Browse the repository at this point in the history
  • Loading branch information
johwconst committed Jan 23, 2024
1 parent 69cba08 commit e6e7c23
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,15 @@ cd ./InfoSecTools
pip install -r requirements.txt
```

![](/InfoSecTools/assets/gif/instalacao.gif)

## Execução do programa
Para executar o programa, execute o comando abaixo:
```shell
sudo python3 main.py
```

![](/InfoSecTools/assets/gif/execucao.gif)

# Contribua!
Contribuições são bem-vindas! Se você deseja adicionar uma ferramenta, corrigir um bug ou melhorar a documentação, sinta-se à vontade para abrir uma issue e/ou fazer um pull request.
Binary file added assets/gif/execucao.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gif/instalacao.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions assets/vhs/instalacao.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Where should we write the GIF?
Output instalacao.gif

# style layout
Set WindowBar Colorful
Set Theme "Dracula"
Set Margin 20
Set MarginFill "#0554f1"
Set BorderRadius 10

# Set up a 1200x600 terminal with 32px font.
Set FontSize 22
Set Width 1200
Set Height 600

# Login as Root
Type "su"
Sleep 1400ms
Enter

# Type a password
Type "casaos"
Enter
Sleep 1400ms
Hide
Type "clear"
Enter
Show

# Cloning Repo
Type "git clone https://github.com/guiaanonima/InfoSecTools.git"
Sleep 1200ms
Enter
Sleep 2100ms
Hide
Type "clear"
Enter
Show

# Access Folder
Type "cd InfoSecTools"
Sleep 1000ms
Enter
Sleep 700ms
Hide
Type "clear"
Enter
Show

# Install Requeriments
Type "pip install -r requirements.txt"
Sleep 2000ms
Enter
Sleep 4000ms
Hide
Type "clear"
Enter
Show

# Admire the output for a bit.
Sleep 2s

0 comments on commit e6e7c23

Please sign in to comment.