Ganzheitlicher Ansatz der Cybersicherheit
The trajectory of ‚ByLock‘ is a fascinating tale of a once-legitimate application that underwent a drastic transformation in a single… READ MORE
Serverseitige Anforderungsfälschung ist eine Web-Sicherheitslücke, die es einem Angreifer ermöglicht, die serverseitige Anwendung dazu zu veranlassen, Anfragen an einen unbeabsichtigten… READ MORE
Klein Python scripts, übungen 30.12.23 def bitcoinToUSD(bitcoin_amount, bitcoin_value_usd): usd_value = bitcoin_amount * bitcoin_value_usdreturn usd_valueanswer = bitcoinToUSD(1.2,40000) investment_in_usd = bitcoinToUSD(investment_in_bitcoin, bitcoin_to_usd)if investment_in_usd <= 30000:print(„Investment below $30,000! SELL!“)else:print(„Investment above $30,000“) wichtige links: https://scapy.readthedocs.io/en/latest/introduction.html https://docs.pwntools.com/en/stable/ https://tryhackme.com/room/pythonbasics READ MORE
THRIVE – Introduction to Cybersecurity! Mit Ihrer Teilnahme am Programm sind Sie Teil eines Netzwerks von berufstätigen Frauen* geworden, die… READ MORE
“Imagination is more important than knowledge. For knowledge is limited, whereas imagination embraces the entire world, stimulating progress, giving birth to evolution.”
— Albert Einstein