https://cyberhub.id/pengetahuan-dasar/post-quantum-cryptography
https://www.youtube.com/live/oGUqVZAn1-c?si=mWfmRmXS-S08CjyV&t=1819
https://peraturan.bpk.go.id/Download/370379/peraturan-bssn-no-11-tahun-2024.pdf
| #!/bin/bash | |
| # setup-recon.sh — Simple setup for recon automation tools | |
| # | |
| # Usage: | |
| # chmod +x setup-recon.sh | |
| # ./setup-recon.sh | |
| # | |
| # Description: | |
| # This script automates installation of Go, configures Go environment paths, | |
| # removes legacy httpx, installs ProjectDiscovery’s Tool Manager (pdtm), |
| # Synchronize history between bash sessions | |
| # | |
| # Make history from other terminals available to the current one. However, | |
| # don't mix all histories together - make sure that *all* commands from the | |
| # current session are on top of its history, so that pressing up arrow will | |
| # give you most recent command from this session, not from any session. | |
| # | |
| # Since history is saved on each prompt, this additionally protects it from | |
| # terminal crashes. |