
Charles Fol
Articles
-
Aug 31, 2024 |
packetstormsecurity.com | Charles Fol |Metasploit Module |'Count '
## # This module requires Metasploit: https://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## class MetasploitModule < Msf::Auxiliary include Msf::Auxiliary::Report include Msf::Exploit::Remote::HttpClient HttpFingerprint = { method: 'GET', uri: '/', pattern: [/vBulletin.version = '5.+'/] }.freeze def initialize(info = {}) super( update_info( info, 'Name' => 'vBulletin /ajax/api/content_infraction/getIndexableContent nodeid Parameter SQL Injection',...
-
May 27, 2024 |
ambionics.io | Charles Fol
A cookie is a piece of information deposited on a web user’s hard drive by the server of the website they are browsing. It contains several data points: the name of the server which deposited it, a unique ID number, possibly an expiry date. This information is sometimes hosted on the computer in a simple text file the server then accesses to read and write information.
-
May 27, 2024 |
seclists.org | Charles Fol |on Mon
oss-secmailing list archivesFrom: Charles Fol <c.fol () lexfo fr>Date: Mon, 27 May 2024 15:11:23 +0200Here's what I sent the glibc's security team a few weeks back; I fixed some typos:# PHP's heap in 2 sentencesPHP's heap is page-based; each page contains chunks of some specific size, such as 8, 0x10, 0x18, etc. Chunks do not have any header or footer, they are raw data. Therefore, an overflow from some chunk on the heap directly lands on the next chunk.
-
Dec 5, 2023 |
ambionics.io | Charles Fol
A cookie is a piece of information deposited on a web user’s hard drive by the server of the website they are browsing. It contains several data points: the name of the server which deposited it, a unique ID number, possibly an expiry date. This information is sometimes hosted on the computer in a simple text file the server then accesses to read and write information.
Try JournoFinder For Free
Search and contact over 1M+ journalist profiles, browse 100M+ articles, and unlock powerful PR tools.
Start Your 7-Day Free Trial →