Compare cert salaries and plan your next career move
YFZblu wrote: » For this I like to visit RegexOne - Learn regular expressions with interactive examples
BlackBeret wrote: » That's why we said to make sure and check the forums.
YFZblu wrote: » In any event, it only cost me an hour and wasn't really an issue.
prefix="192.168.13" && for ip in {200..254}; do ping -c 1 -W 1 $prefix.$ip |grep 'from' > pingsweep.txt; done
prefix="192.168.13" && for ip in {200..254}; do ping -c 1 -W 1 $prefix.$ip |grep 'from'; done > pingsweep.txt
#!/usr/bin/bash import subprocess hosts = [] prefix = "192.168.13." for ip in range(200,255): hosts.append(prefix + str(ip)) for item in hosts: try: print subprocess.check_output('ping -c 1 -W 1 ' + item + ' |grep "from"; done', shell=True) except: pass
NovaHax wrote: » You probably have lifetime access to the materials. I still have my materials (both PDFs and Videos) from when I did PWB.As blu had mentioned earlier though...your materials are watermarked with your student ID. So unless you plan to do some serious photoshop on every single page...don't think about redistributing if you want to keep your cert.
JoJoCal19 wrote: » I don't do PT for a living.
YFZblu wrote: » I have a bunch of automation projects going on at work that consume my time (and my thoughts even after work, if my code isn't working). Finding a decent amount of time to sit down and really focus has been rough.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.