forked from guiaanonima/InfoSecTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: inclusão de gifs para facilitar a instalacao e execucao
- Loading branch information
Showing
4 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |