Explore >> Select a destination


You are here

www.elttam.com.au
| | allabouttesting.org
13.2 parsecs away

Travel
| | Today we will discuss STRIDE. It is an acronym for a threat modeling system. It helps to classify security attacks among six different threat types. STRIDE In simple terms, any cyber attack can be classified as STRIDE. It is defined as: Spoofing Tampering Repudiation Information Disclosure Denial of Service Elevation of Privilege What is Spoofing?
| | michaelscodingspot.com
15.1 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | www.codeofhonor.com
15.8 parsecs away

Travel
| | Anyone who runs a web site knows that they're constantly under attack. You only have to look at your log files to know that hackers running site-scanners are constantly hitting your servers looking for unpatched vulnerabilities to exploit. One of the servers I wrote for Guild Wars 1 - named AcctHttpSrv - was designed to [...]
| | blog.nuculabs.de
58.6 parsecs away

Travel
| It's been some time since I've done some Reverse Engineering and today I've completed a simple challenge on . The filename of the challenge is crackme_wtf and here are some hints to get you started: Determine type of FILEs. Don't be afraid to patch and use a debugger. Try to eliminate the randomness. Maybe some functions that have to do with time, random numbers or the current process's id. If the last hint doesn't yield any results... Is the required password really needed to get to the flag? Thanks for reading and good luck!