Sohaib E.B.

Security Researcher and OSINT Expert in Barcelona, Spain

View my repo

#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;
}