Skip to content

WindowsTechs.com

Collaborate Disseminate

Menu

Primary menu

  • Home

Author Archives: KB303

Http Content-Length too long – Time Out

Posted on October 24, 2019 by KB303

I was recently going through the HTTP Desync attack presented here:
https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn

This raised one question concerning the way the HTTP packets are treated throu… Continue reading Http Content-Length too long – Time Out→

Posted in HTTP, TCP

WEP cracking – Why does many IVs allow to actually get the cipher key

Posted on October 20, 2019 by KB303

I’ve been reading a lot about WEP cracking on online resources very recently, however there is one question that no website gives answer to I believe.
I would like to first understand the theory very well.

I understand how … Continue reading WEP cracking – Why does many IVs allow to actually get the cipher key→

Posted in Cryptography, WEP

Directory transversal in PHP with the $_FILES array?

Posted on August 17, 2018 by KB303

I’m working on a php application that is handling file upload.
I’m trying to inject a path transversal payload in the filename such as /../../../../etc/.

The thing is that the vulnerable line of code is using the filename th… Continue reading Directory transversal in PHP with the $_FILES array?→

Posted in directory traversal, file-upload, PHP

Is it possible to crack any SHA1 hashed password

Posted on July 14, 2018 by KB303

I’m trying to understand how easy it is to crack a SHA1 hashed password. I have a training database giving hundreds of password hashed.

I have tried to use some online tools to crack them and I have realized that I can only crack relativ… Continue reading Is it possible to crack any SHA1 hashed password→

Posted in hash, hashcat, John the Ripper, password cracking

Blind SQL injection – Get a time out and don’t know why

Posted on April 20, 2018 by KB303

During a CTF, I had the intuition that there was a blind SQL injection entry point in the URL. I tried to inject:

‘ UNION SLEEP(5);–

I was expecting to receive a response after 5s, but actually, I haven’t received any. I… Continue reading Blind SQL injection – Get a time out and don’t know why→

Posted in SQL Injection

PHP file_upload default permissions?

Posted on March 29, 2018 by KB303

I’m studying a file injection in a web app running on an Apache 2 server with PHP backend and Linux OS. I would like to understand how the file uploaded permission is set up.

The file uploading is done mainly in two lines: … Continue reading PHP file_upload default permissions?→

Posted in file-upload, permissions, PHP

BSS buffer overflow

Posted on December 8, 2017 by KB303

I’m currently working on a code presenting a BSS buffer overflow:

#include <stdio.h>
#include <stdlib.h>

char username[512] = {1};
void (*_atexit)(int) = exit;

void cp_username(char *name, const char *arg)
{
… Continue reading BSS buffer overflow→

Posted in attacks, buffer overflow

How a spoofing email site such as emkei works

Posted on August 3, 2017 by KB303

I’m trying to understand how email spoofing works.
After studying the technical process, I have finally understood that :

1)The spoofer will try to scan every ports of a smtp server to catch the mx

2) Connect with telnet t… Continue reading How a spoofing email site such as emkei works→

Posted in email, SMTP | Tagged spoofing

Password manager or two -actor authentication

Posted on June 19, 2017 by KB303

For the critical services, is it safer to have different complex passwords and a password manager or the same password for every service and a two-factor authentication?
The password manager is risky if it gets compromised.
… Continue reading Password manager or two -actor authentication→

Posted in authentication, multi-factor, password cracking, password management, passwords

KeePass security local malware

Posted on June 19, 2017 by KB303

Can a malware that infected your local computer compromise a KeePass database stored locally in any way?

If yes, what’s the point for KeePass to have such strong security mechanisms if it cannot resist to this scenario? If y… Continue reading KeePass security local malware→

Posted in databases, KeePass, malware, system-compromise

Post navigation

← Older posts

Primary Sidebar Widget Area

Infocon Status

Internet Storm Center Infocon Status

Recent Posts

  • How I used Claude AI to plan an entire hiking trip to the Adirondacks in 30 minutes – for free April 24, 2026
  • Norway Set to Become Latest Country to Ban Social Media for Under 16s April 24, 2026
  • The 4 streaming services I swear by – and my bill is just $40 a month April 24, 2026
  • Ask Paul: April 24 ⭐️ April 24, 2026
  • Hackaday Podcast Episode 367: Radioactive Weather, Continuous Pickles, and Moon Junk April 24, 2026

Tag Cloud

Agriculture Alzheimer's Disease Art Audio Automation Bluetooth Building and Construction Campervan Camping Cancer Coronavirus (COVID-19) Cycling Dementia Diabetes DNA Electric Vehicles Food Home House Huawei Indiegogo MIT Mobility Moon New Atlas Audio NVIDIA Off-grid Off-road Pedal-assisted Photography Physics Radio Repair RV Samsung Satellite Sony SpaceX spoofing sustainable design The Immune System Tiny Footprint Training Water Zoom

Archives

  • Facebook
  • Twitter
  • Linkedin
  • Email
Copyright © 2026 WindowsTechs.com. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up