Sohaib E.B.
Security Researcher and OSINT Expert in Barcelona, Spain
#include
#include
int main() {
std::string bio = R"(
I am an independent web security researcher and OSINT (Open Source Intelligence) expert based in Barcelona, Spain. My primary interests lie in web security and digital privacy, where I leverage my skills to protect and secure digital environments.
)";
std::cout << bio << std::endl;
return 0;
}