- 8
- 77 065
Sir Yus
เข้าร่วมเมื่อ 11 ส.ค. 2020
วีดีโอ
Vintage 1980s Radio Shack Armatron in action!
มุมมอง 238 หลายเดือนก่อน
Vintage 1980s Radio Shack Armatron with usb power source. I bought this through ebay from a nice guy living in California, which is the father of the original owner, Robert. #vintage #vintagetoys #mattel #toys #radioshack
[PARROT OS] HOW TO CREATE BASH SCRIPT TO RUN OTHER BASH SCRIPT(S)
มุมมอง 5533 ปีที่แล้ว
NOTE : zellphish.sh, nmap.sh and others need to be replaced with the filename of your saved bash script ! #!/bin/bash echo [1] zellphish echo [2] nmap echo [3] xattacker echo [4] tempmail echo [5] wpscan echo [6] sqlmap echo -n "Enter a number: " read VAR if [[ $VAR = 1 ]] then bash zellphish.sh fi if [[ $VAR = 2 ]] then bash nmap.sh fi if [[ $VAR = 3 ]] then bash xattacker.sh fi if [[ $VAR = 4...
Parrot Security OS root password incorrect fix
มุมมอง 2.6K3 ปีที่แล้ว
To create a password for Parrot Security OS : 1. Open terminal 2. Type "sudo passwd root" without the quotation mark 3. Hit enter 4. Enter your current password that you created (known password) 5. Hit enter 6. Enter your new password for root (can be same with the password you created earlier (known password)) 7. Hit enter 8. Reconfirm your password by entering it again 9. Hit enter Done