Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Depending on where you are looking for files, FastFinder could be used with admin OR simple user rights. Scan and export file match according to your needs configuration examples are available there (https://github.com/codeyourweb/fastfinder/blob/master/examples) input:
path: [] # match file path AND / OR file name based on simple string
content:
grep: [] # match literal string value inside file content
yara: [] # use yara rule and specify rules path(s) for more complex pattern search (wildcards / regex / conditions)
checksum: [] # parse for md5/sha1/sha256 in file content
options:
contentMatchDependsOnPathMatch: true # if true, paths are a pre-filter for content searchs. If false, paths and content both generate matchs
findInHardDrives: true # enumerate hard drive content
findInRemovableDrives: true # enumerate removable drive content
findInNetworkDrives: true # enumerate network drive content
findInCDRomDrives: true # enumerate physical CD-ROM and mounted iso / vhd...
output:
copyMatchingFiles: true # cr eate a copy of every matching file
base64Files: true # base64 matched content before copy
filesCopyPath: '' # empty value will copy matched files in the fastfinder.exe folder
advancedparameters:
yaraRC4Key: '' # yara rules can be (un)/ciphered using the specified RC4 key
maxScanFilesize: 2048 # ignore files up to maxScanFileSize Mb (default: 2048)
cleanMemoryIfFileGreaterThanSize: 512 # clean fastfinder internal memory after heavy file scan (default: 512Mb)
Search everywhere or in specified paths: use '?' in paths for simple char wildcard (eg. powershe??.exe) use '\*' in paths for multiple chars wildcard (eg. \*.exe) regular expressions are also available , just enclose paths with slashes (eg. /[0-9]{8}\.exe/) environment variables can also be used (eg. %TEMP%\myfile.exe) Important notes input path are always case INSENSITIVE content search on string (grep) are always case SENSITIVE backslashes SHOULD NOT be escaped (except with regular expressions) For more informations, take a look at the examples (https://github.com/codeyourweb/fastfinder/blob/master/examples) About this project I initially created this project to automate fast system oriented IOC detection on a wide computer network. It fulfills the needs I have today. Nevertheless if you have complementary ideas, do not hesitate to ask for, I will see to implement them if they can be useful for everyone. On the other hand, pull request will be studied carefully. Future releases I don't plan to add any additional features right now. The next release will be focused on: Unit testing / Code testing coverage / CI Build more examples based on live malwares tradecraft and threat actor campaigns

Download Fastfinder (https://github.com/codeyourweb/fastfinder)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Accessing bitlocker Windows 7

Not sure if this is the right sub to be asking this one. Just found my old laptop still running and one of my partitioned drives has bitlocker activated. I don’t have the recovery key anymore and tried as much as possible the passwords that I have used.

Any tips or guide how to access this one or do I just have to accept it as it is and probably reformat the whole drive.

submitted by /u/GreenBar88
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Account TakeOver Via Reset Password (APPLE CORP)

In The First This is my first writeup so forgive for anything or any mistake or you can send to me to share your knowledge or increase…Continue reading on Medium »
Read more...
Supply Chain Attacks: A ripe area for research

Let’s discuss about Supply Chain Attacks and why it’s a great research area in the recent times.Continue reading on Pentester Academy Blog »
Read more...