ParrotOS MacOS M1 Burpsuite JDK 17
Parrot OS unable to open Burpsuite Probably see this when tried to open up a BurpSuite on Parrot OS. It seems that Parrot OS is currently limited to JDK 17. What we will do is downgrade BurpSui...
Parrot OS unable to open Burpsuite Probably see this when tried to open up a BurpSuite on Parrot OS. It seems that Parrot OS is currently limited to JDK 17. What we will do is downgrade BurpSui...
Taking OSCP course after of all! I just started taking Offensive Security Certified Professional course and it’s super strict. I cannot blog on most of contents, questions, and answers from OSCP c...
This is the Advanced Text-Fu section from Linux Journey Regex (Regular expression) Regular expression is a tool that uses special notations as an universal language with almost any programming lan...
Officially going to end the Text-Fu section today! Ending Text-Fu section in Linux Journey’s Grasshopper part. Starting with codeblock # head command is when want to see first couple lines o...
More of Linux basics Resuming on Linux Journey, and I am in Text-Fu section. It teaches input/output streams. # Standard Out (stdout) # > is a redirection operator, allow where standard output...
Starting with Linux Following abatchy.com’s “How to prepare for PWK/OSCP, a noob-friendly guide”, and on the top of a long list is Linux Journey. Learned more about distros There are several Lin...
Goodbye QA tester career, Hello Pen tester career! I was software QA tester for 4 years, I enjoyed working with my co workers and my team. They are great people however the work itself can be mono...
I use MacBook Pro 2020 with chip Apple M1, and was not sure if it is compatible with Selenium, a QA automation testing tool. I also would like to use it with Visual Studio Code, a popular choice of...
MOOC.fi Week 4 continues! Exercise 79 NumberStatistics This exercise teaches that we could call methods within an object. Objects can call their own methods. In this exercise, we will have two ob...
Starting the week 4 of MOOC.fi OOP and it will cover mainly the basics of objects. Consists of Exercise #70 to Exercise #83. I had a hard time to grasp the concept of Java’s Object-oriented program...