Tmux Cheat Sheet

Hello Bytium #!/usr/bin/bash #This is Comment echo "Hello Bytium" printf "Hello Bytium" Save as hello.sh , give it execute permission chmod +x hello.sh and run ./hello.sh Parameters #!/usr/bin/bash #This is Comment echo -e "Hello $1" printf "Hey, how is it goin $1?" echo "" $1 is the first parameters, second parameters should be $2 and so on. Variables Variables used to store data to use in future by referencing to the variable name!...

September 21, 2024 · 5 min · Jobyer Ahmed

Why Bangladeshi Businesses Vulnerable to Cyber Attacks

Bangladesh’s Government is taking multiple steps to digitalize the country. This effort is appreciable. On the other side, cyber attacks in Bangladesh are also increasing. We know the cyber security workforce shortage is a global issue, and on the other side, Bangladesh faces unique hurdles. Additionally, We have noticed that the businesses of Bangladesh are not taking proper steps to protect them from cyber attacks that are happening often. Let’s discuss this in detail....

September 21, 2024 · 7 min · Jobyer Ahmed

A Career Guide for Bangladeshi Ethical Hackers

Building your career as an ethical hacker takes time. If you are a Bangladeshi, it may take longer(Don’t be overwhelmed 🙂 ). It can’t happen overnight. Remember, you are an ethical hacker because you can act as a system admin and coder, think critically, and quickly adapt to new strategies. The Career Guide for Ethical Hackers You are best at computers, but if you don’t have a strong profile and can’t showcase your skills as an ethical hacker, you may have to charge 500 Taka or 5 USD to fix a printer....

September 20, 2024 · 4 min · Jobyer Ahmed

Should You Hire a Freelancer Cybersecurity Expert?

As technology advances, so do cybercriminals—almost any business or individual is at risk of cyber attacks. Sometimes organizations or individuals need quick help from someone expert. How can these organizations find such a cybersecurity expert quickly? This article will discuss if a freelancer cybersecurity expert, such as a penetration tester, is a good choice. We will also discuss when it is an excellent time to hire a freelance cybersecurity expert, who can benefit, and the advantages and disadvantages....

September 20, 2024 · 6 min · Jobyer Ahmed

Start Your Cybersecurity Journey

I work with a skilled team at Bytium, where most members are OSCP and OSCE3 certified, and we always strive to learn new methods as they evolve. From my practical experience, I can say that no single training can make someone a cybersecurity expert. It is a long journey! However, there obviously should be a starting path, right? If you are ever looking to start with Cybersecurity and don’t know where to start:...

September 20, 2024 · 1 min · Jobyer Ahmed