About performance based test for PenTest+

in PenTest+
Hi,
I have sat Pentest+ twice but failed.
Yes, my knowledge wasn't enough to pass but 20 to 30 more points to pass this.
Anyone would like to tell me how you guys managed to study/learn/understand how to tackle the performance-based test part?
I cannot find suitable material or past/similar questions/answers to get myself prepared.
regards
I have sat Pentest+ twice but failed.
Yes, my knowledge wasn't enough to pass but 20 to 30 more points to pass this.
Anyone would like to tell me how you guys managed to study/learn/understand how to tackle the performance-based test part?
I cannot find suitable material or past/similar questions/answers to get myself prepared.
regards
Comments
Forum Admin at www.techexams.net
--
LinkedIn: www.linkedin.com/in/jamesdmurray
Twitter: www.twitter.com/jdmurray
Yeah, someone on YouTube or Online training site needs to sift through all the Kali programs & spend like an hour dissecting the in's and out's of EACH tool...It would definitely be a great money maker for them if they can pull it off well.
Forum Admin at www.techexams.net
--
LinkedIn: www.linkedin.com/in/jamesdmurray
Twitter: www.twitter.com/jdmurray
Thanks for your helpful advice and really appreciate your kindness.
Aside to that I would recommend getting acquainted with the basic grammar of at least the following: Python, Javascript, PHP, Bash, Ruby, Perl, Powershell. And when I say "basic" I do mean basic: know how each language structures things like loops (for, while, etc.) and tests (if/then/else, case/switch, etc.) and how they set and call variables.
For example -> https://dev.to/rattanakchea/for-loop-for-different-programming-languages-bgb
Not knowing something simple as the following can trip you up:
- Bash: VAR="bla"; echo ${VAR}
- Powershell: $Var="bla"; echo ${Var}
- Python: var="bla"; print(var)
- PHP: $var="bla"; echo $var
- Javascript: var var="bla"; console.log(var)
- Ruby: Is a mess! Vars either start with $, @ or nothing and get called with or without #.
And those aren't even 100% correct<CompTIA CertMaster Learn for PenTest+ (PT0-001) – Individual License >
https://jp-store.comptia.org/p/PEN-001-CMLR-2018