Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Estados Unidos presenta proyectos de ley para proteger la infraestructura crítica de los…
https://cdn-images-1.medium.com/max/1600/0*sJ3kDHFzUFRQC0b3
PUBLICADO EN 19 MAYO, 2021 POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Estados Unidos presenta proyectos de ley para proteger la infraestructura crítica de los…
https://cdn-images-1.medium.com/max/1600/0*sJ3kDHFzUFRQC0b3
PUBLICADO EN 19 MAYO, 2021 POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Estados Unidos presenta proyectos de ley para proteger la infraestructura crítica de los ciberataques.
PUBLICADO EN 19 MAYO, 2021 POR EHACKING
How I found my first Cross-Site Scripting Vulnerability
https://shellbr3ak.medium.com/how-i-found-my-first-cross-site-scripting-vulnerability-fd9ebed2b2a4?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://shellbr3ak.medium.com/how-i-found-my-first-cross-site-scripting-vulnerability-fd9ebed2b2a4?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
How I found my first Cross-Site Scripting Vulnerability
Hello all this is shellbreak, back again with another story of a bug I found apart from CTF challenges.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
IPED - Digital Forensic Tool - Process And Analyze Digital Evidence, Often Seized At Crime Scenes By Law Enforcement Or In A Corporate Investigation By Private Examiners
https://1.bp.blogspot.com/-l1OxrN-Zb44/YKNUC_ega_I/AAAAAAAAWNI/Wn5-RYDX4bg8KHYbQi1shQWbFAwQlZGcACNcBGAsYHQ/s16000/Digital%2BForensics.png IPED is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners. IntroductionIPED - Digital Evidence Processor and Indexer (translated from Portuguese) is a tool implemented in java and originally and still developed by digital forensic experts from Brazilian Federal Police since 2012. Although it was always open source, only in 2019 its code was officially published.
Since the beginning, the goal of the tool was efficient data processing and stability. Some key characteristics of the tool are:
* Command line data processing for batch case creation
* Multiplatform support, tested on Windows and Linux systems
* Portable cases without installation, you can run them from removable drives
* Integrated and intuitive analysis interface
* High multithread performance and support for large cases: up to 135 million items as of 12/12/2019
Currently IPED uses the Sleuthkit Library only to decode disk images and file systems, so the same image formats are supported: RAW/DD, E01, ISO9660, AFF, VHD, VMDK. Also there is support for UDF(ISO), AD1 (AccessData) and UFDR (Cellebrite) formats. Recently support for APFS was added, thanks to BlackBag implementation for Sleuthkit.
If you are new to the tool, please refer to the Beginner's Start Guide. BuildingTo build from source, you need git, maven and java 8 (Oracle or OpenJDK+JFX) installed. Run:
On Linux you also must build The Sleuthkit and additional dependencies. Please refer to Linux Section
If you want to contribute to the project, refer to Contributing FeaturesSome of IPED several features are listed below:
* Supported hashes: md5, sha-1, sha-256, sha-512 and edonkey. PhotoDNA is also available for law enforcement (please contact iped@dpf.gov.br)
* Fast hash deduplication, NIST NSRL, ProjectVIC and LED hashset lookup
* Signature analysis
* Categorization by file type and properties
* Recursive container expansion of dozens of file formats
* Image and video gallery for hundreds of formats
* Georeferencing of GPS data (needs Google Maps Javascript API key)
* Regex searches with optional script validation for credit cards, emails, urls, money values, bitcoin, ethereum, ripple wallets...
* Embedded hex, unicode text, metadata and native viewers
* File content and metadata indexing and fast searching, including unknown files and unallocated space
* Efficient data carving engine (takes < 10% processing time) that scans much more than unallocated, with support for +40 file formats, including videos, extensible by scripting
* Optical Character Recognition powered by tesseract 4
* Encryption detection for known formats and using entropy test
* Processing profiles: forensic, pedo (csam), triage, fastmode (preview) and blind (for automatic data extraction)
* Detection for +70 languages
* Named Entity Recognition (needs Stanford CoreNLP models to be downloaded)
* Customizable filters based on any file metadata
* Similar document search with configurable threshold
* Similar image search, using internal or external image
* Powerful file grouping (clustering) based on ANY metadata
* Support for multicases up to 135 million items
* Extensible with javascript and python (including cpython extensions) scripts
* External comm[...]
___________________________
@hacking_Attack
@Hacking_Video
IPED - Digital Forensic Tool - Process And Analyze Digital Evidence, Often Seized At Crime Scenes By Law Enforcement Or In A Corporate Investigation By Private Examiners
https://1.bp.blogspot.com/-l1OxrN-Zb44/YKNUC_ega_I/AAAAAAAAWNI/Wn5-RYDX4bg8KHYbQi1shQWbFAwQlZGcACNcBGAsYHQ/s16000/Digital%2BForensics.png IPED is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners. IntroductionIPED - Digital Evidence Processor and Indexer (translated from Portuguese) is a tool implemented in java and originally and still developed by digital forensic experts from Brazilian Federal Police since 2012. Although it was always open source, only in 2019 its code was officially published.
Since the beginning, the goal of the tool was efficient data processing and stability. Some key characteristics of the tool are:
* Command line data processing for batch case creation
* Multiplatform support, tested on Windows and Linux systems
* Portable cases without installation, you can run them from removable drives
* Integrated and intuitive analysis interface
* High multithread performance and support for large cases: up to 135 million items as of 12/12/2019
Currently IPED uses the Sleuthkit Library only to decode disk images and file systems, so the same image formats are supported: RAW/DD, E01, ISO9660, AFF, VHD, VMDK. Also there is support for UDF(ISO), AD1 (AccessData) and UFDR (Cellebrite) formats. Recently support for APFS was added, thanks to BlackBag implementation for Sleuthkit.
If you are new to the tool, please refer to the Beginner's Start Guide. BuildingTo build from source, you need git, maven and java 8 (Oracle or OpenJDK+JFX) installed. Run:
git clone https://github.com/sepinf-inc/IPED.git
cd IPED
mvn install It will generate a snapshot version of IPED in target/release folder.On Linux you also must build The Sleuthkit and additional dependencies. Please refer to Linux Section
If you want to contribute to the project, refer to Contributing FeaturesSome of IPED several features are listed below:
* Supported hashes: md5, sha-1, sha-256, sha-512 and edonkey. PhotoDNA is also available for law enforcement (please contact iped@dpf.gov.br)
* Fast hash deduplication, NIST NSRL, ProjectVIC and LED hashset lookup
* Signature analysis
* Categorization by file type and properties
* Recursive container expansion of dozens of file formats
* Image and video gallery for hundreds of formats
* Georeferencing of GPS data (needs Google Maps Javascript API key)
* Regex searches with optional script validation for credit cards, emails, urls, money values, bitcoin, ethereum, ripple wallets...
* Embedded hex, unicode text, metadata and native viewers
* File content and metadata indexing and fast searching, including unknown files and unallocated space
* Efficient data carving engine (takes < 10% processing time) that scans much more than unallocated, with support for +40 file formats, including videos, extensible by scripting
* Optical Character Recognition powered by tesseract 4
* Encryption detection for known formats and using entropy test
* Processing profiles: forensic, pedo (csam), triage, fastmode (preview) and blind (for automatic data extraction)
* Detection for +70 languages
* Named Entity Recognition (needs Stanford CoreNLP models to be downloaded)
* Customizable filters based on any file metadata
* Similar document search with configurable threshold
* Similar image search, using internal or external image
* Powerful file grouping (clustering) based on ANY metadata
* Support for multicases up to 135 million items
* Extensible with javascript and python (including cpython extensions) scripts
* External comm[...]
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
IPED - Digital Forensic Tool - Process And Analyze Digital Evidence, Often Seized At Crime Scenes By Law Enforcement Or In A Corporate…
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! IPED - Digital Forensic Tool - Process And Analyze Digital Evidence, Often Seized At Crime Scenes By Law Enforcement Or In A Corporate Investigation By Private Examiners https://1.bp.blogspot.com/-l1OxrN-Zb44/YKNUC_ega_I/AAAAAAAAWNI/Wn5…
and line tools integration for file decoding
* Browser history for Edge, Firefox, Chrome and Safari
* Custom parsers for Emule, Shareaza, Ares, WhatsApp, Skype, Telegram, Bittorrent, ActivitiesCache, and more...
* Fast nudity detection for images and videos using random forests algorithm (thanks to its author Wladimir Leite)
* Nudity detection using Yahoo open-nsfw deeplearning model (needs keras and jep)
* Audio Transcription, implementations with Azure and Google Cloud services
* Graph analysis for communications (calls, emails, instant messages...)
* Stable processing with out-of-process file system decoding and file parsing
* Resuming or restarting of stopped or aborted processing (--continue/--restart options)
* Web API for searching remote cases, get file metadata, raw content, decoded text, thumbnails and posting bookmarks
* Creation of bookmarks/tags for interesting data
* HTML, CSV reports and portable cases with tagged data Download IPED
___________________________
@hacking_Attack
@Hacking_Video
* Browser history for Edge, Firefox, Chrome and Safari
* Custom parsers for Emule, Shareaza, Ares, WhatsApp, Skype, Telegram, Bittorrent, ActivitiesCache, and more...
* Fast nudity detection for images and videos using random forests algorithm (thanks to its author Wladimir Leite)
* Nudity detection using Yahoo open-nsfw deeplearning model (needs keras and jep)
* Audio Transcription, implementations with Azure and Google Cloud services
* Graph analysis for communications (calls, emails, instant messages...)
* Stable processing with out-of-process file system decoding and file parsing
* Resuming or restarting of stopped or aborted processing (--continue/--restart options)
* Web API for searching remote cases, get file metadata, raw content, decoded text, thumbnails and posting bookmarks
* Creation of bookmarks/tags for interesting data
* HTML, CSV reports and portable cases with tagged data Download IPED
___________________________
@hacking_Attack
@Hacking_Video
Let’s Identify Accessibility Bugs — GAAD 2021
https://barrierbreak.medium.com/lets-identify-accessibility-bugs-gaad-2021-a26181b3fc4c?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://barrierbreak.medium.com/lets-identify-accessibility-bugs-gaad-2021-a26181b3fc4c?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Let’s Identify Accessibility Bugs — GAAD 2021
Barrierbreak ·Just now
Continue reading on Medium » (https://barrierbreak.medium.com/lets-identify-accessibility-bugs-gaad-2021-a26181b3fc4c?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Let’s Identify Accessibility Bugs — GAAD 2021
Barrierbreak ·Just now
Deep Web
What are ‘love letters’?
Heard this term thrown around a bit and am curious.
submitted by /u/MrHarpoon925
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What are ‘love letters’?
Heard this term thrown around a bit and am curious.
submitted by /u/MrHarpoon925
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What are ‘love letters’?
Heard this term thrown around a bit and am curious.
hacking: security in practice
DDOS attack on my ip from psn servers and rocket league. And forced my wifi to shut off.
So a bunch of script kitties had me locked from my wifi for ‘bout an hour. I have thier usernames and everything so how do I get these fetuses busted? The way they were able to do it was from psn chat.
submitted by /u/NuggetWarrior09
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
DDOS attack on my ip from psn servers and rocket league. And forced my wifi to shut off.
So a bunch of script kitties had me locked from my wifi for ‘bout an hour. I have thier usernames and everything so how do I get these fetuses busted? The way they were able to do it was from psn chat.
submitted by /u/NuggetWarrior09
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
DDOS attack on my ip from psn servers and rocket league. And...
So a bunch of script kitties had me locked from my wifi for ‘bout an hour. I have thier usernames and everything so how do I get these fetuses...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe Walkthrough: Mr Robot CTF
https://cdn-images-1.medium.com/max/1125/1*b0Q9RnR9BEOc-A21cZ24oQ.png
This TryHackMe room is a medium CTF. This room is a Wordpress site that we were able to brute force the login using Hydra. We used the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe Walkthrough: Mr Robot CTF
https://cdn-images-1.medium.com/max/1125/1*b0Q9RnR9BEOc-A21cZ24oQ.png
This TryHackMe room is a medium CTF. This room is a Wordpress site that we were able to brute force the login using Hydra. We used the…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe Walkthrough: Mr Robot CTF
This TryHackMe room is a medium CTF. This room is a Wordpress site that we were able to brute force the login using Hydra. We used the…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Cybersecurity : Tips for the Best Measures to Protect Your Data
Cybersecurity is becoming a challenge to most individuals in society nowadays. People are losing money, among other essentials, through online fraud. Now, is there a need to sensitize people about Cybersecurity? Besides, what are the measures you can take to avoid cybercrime? Let’s find that out by reading through this post! Simple Cybersecurity Measures for […]
The post Cybersecurity : Tips for the Best Measures to Protect Your Data appeared first on Kali Linux Tutorials.
___________________________
@hacking_Attack
@Hacking_Video
Cybersecurity : Tips for the Best Measures to Protect Your Data
Cybersecurity is becoming a challenge to most individuals in society nowadays. People are losing money, among other essentials, through online fraud. Now, is there a need to sensitize people about Cybersecurity? Besides, what are the measures you can take to avoid cybercrime? Let’s find that out by reading through this post! Simple Cybersecurity Measures for […]
The post Cybersecurity : Tips for the Best Measures to Protect Your Data appeared first on Kali Linux Tutorials.
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Cybersecurity : Tips for the Best Measures to Protect Your Data - Kali Linux Tutorials
Cybersecurity is becoming a challenge to most individuals in society nowadays. People are losing money, among other essentials, through online fraud. Now, is there a need to sensitize people about Cybersecurity? Besides, what are the measures you can take…
RECON FOR DUMMIES
Hey everyone, I hope you all are doing good. Now as i said i will be writing about creating my own recon methodology with all the tools…
Read more...
Hey everyone, I hope you all are doing good. Now as i said i will be writing about creating my own recon methodology with all the tools…
Read more...
Medium
RECON FOR DUMMIES
Hey everyone, I hope you all are doing good. Now as i said i will be writing about creating my own recon methodology with all the tools…
hacking: security in practice
Does this game hack appear infected?
Free Automated Malware Analysis Service - powered by Falcon Sandbox - Viewing online file analysis results for 'Unlockall.dll' (hybrid-analysis.com)
I see that it executes regsvr32 as well as access multiple system files. However in my opinion this makes sense because it is a game hack and has to bypass VAC (Valve Anti-Cheat) and hook into the game. But I've never seen any other hack execute regsvr32 which is quite weird. If someone could please look at the sample above and see what they think I would appreciate it. It's a DLL file which hooks into iw4mp.exe (Call of Duty: Modern Warfare 2).
submitted by /u/International_Tea261
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Does this game hack appear infected?
Free Automated Malware Analysis Service - powered by Falcon Sandbox - Viewing online file analysis results for 'Unlockall.dll' (hybrid-analysis.com)
I see that it executes regsvr32 as well as access multiple system files. However in my opinion this makes sense because it is a game hack and has to bypass VAC (Valve Anti-Cheat) and hook into the game. But I've never seen any other hack execute regsvr32 which is quite weird. If someone could please look at the sample above and see what they think I would appreciate it. It's a DLL file which hooks into iw4mp.exe (Call of Duty: Modern Warfare 2).
submitted by /u/International_Tea261
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Does this game hack appear infected?
[Free Automated Malware Analysis Service - powered by Falcon Sandbox - Viewing online file analysis results for 'Unlockall.dll'...
hacking: security in practice
trouble using thc hydra with cygwin on windows 10
so i downloaded latest version of hydra from thc.org and cygwin from their site (also latest version) and set cygwin up and used: cd “[the path]” then that but worked fine but as soon as i put in ./configure it kinda broke i think because after it i tried “make” and “make install” like i was supposed to and i got error code 127 and i couldn’t find anything on that so if anyone could help me i would appreciate that as i’m a bit new to this and the instructions i managed to find weren’t very descriptive to someone like me
submitted by /u/Gape_Mahsole
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
trouble using thc hydra with cygwin on windows 10
so i downloaded latest version of hydra from thc.org and cygwin from their site (also latest version) and set cygwin up and used: cd “[the path]” then that but worked fine but as soon as i put in ./configure it kinda broke i think because after it i tried “make” and “make install” like i was supposed to and i got error code 127 and i couldn’t find anything on that so if anyone could help me i would appreciate that as i’m a bit new to this and the instructions i managed to find weren’t very descriptive to someone like me
submitted by /u/Gape_Mahsole
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
trouble using thc hydra with cygwin on windows 10
so i downloaded latest version of hydra from thc.org and cygwin from their site (also latest version) and set cygwin up and used: cd “[the path]”...