Shell Scripting - Password Generator

  Рет қаралды 47,028

HackerSploit

HackerSploit

Күн бұрын

Пікірлер: 41
@TheMouseJerry-du1md
@TheMouseJerry-du1md 5 ай бұрын
Brilliant! Thank you for the videos, please keep going. There are hardly any project based bash script videos on youtube and this is really great. You got me subscribed!
@adanmussa9098
@adanmussa9098 6 жыл бұрын
Much respect. ...u r my mentor in this course. Thanks alot
@ocrvelin78
@ocrvelin78 6 жыл бұрын
Thanks for watching: Hvala na gledanju - on Croatian if u want to put it! Greetings from a fan from Croatia and thank u for educating us! All the best in future endeavours! Cheers bro! 👍
@jimchr4331
@jimchr4331 6 жыл бұрын
Very good man ;) Keep going!
@BobbyValenzuela
@BobbyValenzuela 2 жыл бұрын
6:30 I know I'm missing something very novice here, but I thought base64 implied a 64-character set? I'm sure I'm wrong here, but would love to learn the significance of using the value 48 as I think I haven't fully grasped it sadly... Any help from anyone would be much appreciated.
@blog.pymastery
@blog.pymastery 6 жыл бұрын
All are exciting! Thanks.
@danielarzanipour8112
@danielarzanipour8112 2 жыл бұрын
For anyone who ended up with an error saying bad sequence, you can change {seq 1} to just {1},
@sudocatsda1guy390
@sudocatsda1guy390 4 жыл бұрын
My first script was basically this. Actually I did it before I even knew how to run scripts.
@hemdeepgamit2234
@hemdeepgamit2234 6 жыл бұрын
Sir please, can you explain how to make an shell script that run another script at specific date & time?
@AjayKumar-un9gy
@AjayKumar-un9gy 6 жыл бұрын
just add 'cron job' to the script
@shricorporation2424
@shricorporation2424 6 жыл бұрын
can you make videos on bash script colours in terminal
@ronin2167
@ronin2167 3 жыл бұрын
I'm a bit confused at what the statement: for p in $(seq 1); is doing. What does the P and in portion do? I understand that you are using the seq 1 to just create 1 password.
@getstart98
@getstart98 Жыл бұрын
I guess p represents that particular instance/sequence in the loop when it's generating 1 or 'n' number of passwords. Ex: let's say "for p in $(seq 1 5)": for p(or let's simply say password may be) in seq 1, generate random password as specified (openssl rand .....) for p in seq 2, generate random password as specified (openssl rand ....) and so on..
@reymarckessaguirre5082
@reymarckessaguirre5082 Жыл бұрын
p is to represent each item in $(seq 1 5)
@josh429
@josh429 6 жыл бұрын
:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:File Any help?
@zdravkojovancevic1013
@zdravkojovancevic1013 2 жыл бұрын
I don't know why this happened but it didn't generated any password after executing this script, something is wrong but I still don't know why, if someone could help I would appreciate it. It just leaves a blank line after executing, not showing any generated password and yeah, doesn't give me any error..sorry too long comment :)
@zdravkojovancevic1013
@zdravkojovancevic1013 2 жыл бұрын
I have found a mistake haha wow :D
@JokesGaloreYT
@JokesGaloreYT 4 жыл бұрын
Great! Just Great! Thanks man!
@stephenkamenar
@stephenkamenar 4 жыл бұрын
10:38 you're very wrong about those passwords. they're extremely strong. 80bits of entropy is no joke
@zeph199-n4x
@zeph199-n4x 6 жыл бұрын
What does that P stand for?
@alexfoti76
@alexfoti76 5 жыл бұрын
can you give me solution to write it to file?
@krisdouglas6536
@krisdouglas6536 6 жыл бұрын
Hi there and thanks again. After watching this and your file encryption video Also I’ve made a script that exports the password to a file and encrypts it. I’m stuck with a part though. How can I output the password with a name for what it is ? For ex generate password for a website and an option to name the password and have that output together ?
@florentlb4119
@florentlb4119 6 жыл бұрын
yees I thought the same after watching this video, did you manage to do it?
@shakeraljobury153
@shakeraljobury153 5 ай бұрын
Thank you very much 🙂
@MrGFYne1337357
@MrGFYne1337357 6 жыл бұрын
i love you bro but still waiting for system hardening, b4 hacking, much respect
@HackerSploit
@HackerSploit 6 жыл бұрын
Hello, Apologies man, I've just been caught up with a lot. It is definitely the next series.
@MrGFYne1337357
@MrGFYne1337357 6 жыл бұрын
i'm thinking of highlighting your vids in destination linux yt/podcast and distrotube, much live bro
@PainDive1
@PainDive1 5 жыл бұрын
I am trying to figure out a way to write the output into a .txt file. I know how to do it in python lol
@jigsaw2925
@jigsaw2925 4 жыл бұрын
Add a code after generate like so: .... > name.txt
@cornelldavid472
@cornelldavid472 3 жыл бұрын
@@jigsaw2925 Yep
@fmj_556
@fmj_556 4 жыл бұрын
thumbs up!
@LucasAlfa.
@LucasAlfa. 6 жыл бұрын
Sensei
@hexernightcore
@hexernightcore 6 жыл бұрын
take this Last Pass !!!!
@shishirpokhrel35
@shishirpokhrel35 5 жыл бұрын
openssl rand -base64 $PASS_LENGTH :)
@rourodadi7524
@rourodadi7524 6 жыл бұрын
thanks
@لعبشطرنجمحترف-ش4د
@لعبشطرنجمحترف-ش4د 6 жыл бұрын
good
@warxero123
@warxero123 Жыл бұрын
anyone here can explain why if I increase the value of 48 to example 64 the result are two passwords, I mean "openssl rand -base64 64 | cut -c1-$PASS_LENGTH" I'm getting this response Enter length: 25 pghYuKC6nLJTeTBHaI5u0ZV4o E9kc35RZP+X53Akh/M9aww== the response show 2 values, but the iteration is "for P in $(seq 1); do" any comment about it
@Gr33n37
@Gr33n37 6 жыл бұрын
THANK YOU BRO
@eugenemark836
@eugenemark836 Жыл бұрын
for executable make sure you have the absolute path e.g openssl -> /usr/bin/openssl
@cinematicRecapss
@cinematicRecapss Жыл бұрын
#!/bin/bash echo "write the length of the password" read len openssl rand -base64 48 | cut -c1-$len
Shell Scripting - Functions
13:02
HackerSploit
Рет қаралды 47 М.
Become a shell wizard in ~12 mins
12:25
CODE IS EVERYTHING
Рет қаралды 265 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Shell Scripting - Positional Parameters (Add User Script)
11:55
HackerSploit
Рет қаралды 24 М.
Shell Scripting - Introduction & Shebang
15:13
HackerSploit
Рет қаралды 128 М.
BASH scripting will change your life
14:18
NetworkChuck
Рет қаралды 1 МЛН
WRITE BASH SCRIPTS for CTF Solutions (PicoCTF 08 'file-run1')
17:51
Find Information from a Phone Number Using OSINT Tools [Tutorial]
16:59
How To Create a Backup Script?
14:08
BugX
Рет қаралды 25 М.
Mini Python Project Tutorial - Password Generator
18:27
Tech With Tim
Рет қаралды 95 М.
Shell Scripting - Test Scripts
10:30
HackerSploit
Рет қаралды 38 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.