ArşivHaziran 2019

Python-Flash-Sedat-Ozdemir

Multiple HttpPost method in Web API with Python Flask

Hello guys, I’m gonna show you today, how can we create multiple HttpPost web api with Python Flask. Sometimes we need to basic scripts in hard work day. You can speed up at your work with customising this script. Ex: …

C# Sedat Ozdemir

C# Check application is installed over Program Files

Hello guys, today I’m gonna show you a code about checking the program is installed or not on Windows system. This program controls all disk name (C:\ , D:\ etc.) and x64-x32 “Program Files” folders. static bool...

Windows Sedat Ozdemir

Extract plain-text passwords in Windows systems

Hello guys, I’m gonna show you a powerful script in Windows system. This script is a post-exploitation powershell tool that utilizes the Windows function ReadProcessMemory() in order to extract plain-text passwords from various target...

XSS - Sedat Ozdemir

Cross-site Scripting (XSS) Payload List

Hello all, I’m usually using this Cross-site scripting (XSS) payloads in web application penetration testing. Just I wanted to share with followers. You can download here. Have a great hack ! :)Referances:

;

c# - Sedat Ozdemir

Change item property with functions

Hello all, sometimes we need to change the property of an item many times. We can do this with a function. So, we can solve our programmatic problems faster. Example: private void ChangeVisibility(Control itemName, bool VisibleOption) { if...

Sedat Ozdemir - c# Coding.jpg

C# Check if a url is reachable with 200 OK response

Hello guys, this is my first post. I have a function about checking website reachability with 200 OK code. If you don’t have information about HTTP codes, I recommend you read this table. ServicePointManager.MaxServicePointIdleTime = 1000;...

HTTP - Sedat Ozdemir.

List of HTTP status codes – 404, 500, 200 OK

What is the HTTP codes?
This is a list of Hypertext Transfer Protocol (HTTP) response status codes. Status codes are issued by a server in response to a client’s request made to the server. It includes codes from IETF Request …

Teşekkürler!

Bloğumu ziyaret ettiğiniz ve yazılarımı okuduğunuz için teşekkürler!