Site | Free | Orange | SFR | Bouygues |
---|---|---|---|---|
1.roulette77france.com |
🚫 | 🚫 | 🚫 | 🚫 |
1001casinos.com |
🚫 | 🚫 | 🚫 | 🚫 |
1red-casino.com |
🚫 | [🚫](https://explorer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"threatLists": [ | |
{ | |
"threatType": "MALWARE", | |
"platformType": "ANY_PLATFORM", | |
"threatEntryType": "URL" | |
}, | |
{ | |
"threatType": "MALWARE", | |
"platformType": "WINDOWS", |
- Shodan : community access + commercial access
- Censys : community + commercial access (access posible for independent researchers)
- ZoomEye : community + commercial access
- Onyphe : community + commercial access
- BinaryEdge : commercial access only
- March 2025: Journalists targeted with Pegasus spyware
- December 2024: Serbia: “A Digital Prison”: Surveillance
- May 2024: Thailand: “Being ourselves is too dangerous”: Digital violence and the silencing of women and LGBTI activists in Thailand
- May 2024: USA: CBP One: A blessing or a trap?
- May 2024: A Web of Surveillance: Unravelling a murky network of spyware exports to Indonesia
- December 2023: [India: Damning new forensic investigation reveals repeated use of Pegasus spyware to target high-profile journalists](https://securitylab.amnesty.org/latest/2023/12/india-damning-new-forensic-investigation-reveals-repeated-use-of-pe
aka Cobalt Kitty, APT-C-00, SeaLotus, Sea Lotus, APT-32, APT 32, Ocean Buffalo, POND LOACH, TIN WOODLAWN, BISMUTH
Many tools do not fully remove metadata, but just remove the link with in the metadata table. The data are thus still available in the PDF file itself.
While a lot of people rely on Exiftool to remove metadata, it actually does the same in PDFs. If you remove metadata with exiftool -all= some.pdf
, you can always restore the data with exiftool -pdf-update:all= some.pdf
.
There are several options to remove PDF metadata safely:
- Remove metadata with exiftool :
exiftool -all= some.pdf
- Then remove ununsed objects with qpdf :
qpdf --linearize some.pdf - > some.cleaned.pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ _ _ ____ _ _ | |
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| | | |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / | | |
| _ | (_| | (__| < | |_) | (_| | (__| <|_| | |
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_) | |
A DIY Guide | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Updated Maltego Python library | |
# 2013/03/30 | |
# See TRX documentation | |
# | |
# RT | |
import sys | |
from xml.dom import minidom |
NewerOlder