Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
65.9K 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
Hacking Articles Tips Tricks Videos Tutorials
a login) * php_webshell_backend: Identifies PHP webshell backend used by the attacker Sample output: https://blogger.googleusercontent.com/img/a/AVvXsEiClmCCGwqGkrCWz_nPrcl3evUAFsk_iMyg6HfaGM7tkOnYh7CR6kem4ji2RipfXEBVl5tK1Oj1qFD_RXg2zk1bJDbdqT3k0AsElMVCy…
present the data to the user as simply and clearly as possible, we also developed a simple web GUI. Using this web application, the scanned domains and URLs can be viewed and searched with all their attributes. Since this is only an early version, no complex comparison features have been implemented yet. https://blogger.googleusercontent.com/img/a/AVvXsEi1mKlPJyBw7H2hMCOsltdf_iGvs2otlfMg9hV0AulAz3_A0vrtONKdxZJ_xZIXCKQjgiB9Tr4hCPmH25Szqoo373peOGMK9e6oJIiwu_SqaCE3vv0NVZZTxNRvTnpuFC4qo0yVxglLURZxW5-lYYJT9lxHlwG2MwYcykcZROuOnTXonBT-fc4krSphAg=w640-h192 MISPMISP is an open-source Intelligence Platform" href="https://www.kitploit.com/search/label/Threat%20Intelligence%20Platform">threat intelligence platform with a flexible data model and API to store and analyze threat data. SubCrawl stores crawled data in MISP events, publishing one event per domain and adding any identified open directories as attributes. MISP also allows users to define tags for events and attributes. This is helpful for event comparison and link analyses. Since this was one of our primary research goals, we enriched the data from URLHaus when exporting SubCrawl’s output to MISP. URLHaus annotates its data using tags which can be used to identify a malware family or threat actor associated with a URL. For each open directory URL, the module queries locally-stored URLHaus data and adds URLHaus tags to the MISP event if they match. To avoid having a collection of unrelated attributes for each MISP event, we created a new MISP object for scanned URLs, called opendir-url. This ensures that related attributes are kept together, making it easier to get an overview of the data. https://blogger.googleusercontent.com/img/a/AVvXsEiPrAeBa7PFkTTI-acwcy-Gk8oDIX8tuleYKyQHx3Vk0eqy6EyATm9xJlf_KSWyTFmhIB0GPGnAdhd-6Ed1xZniJxfKEVhLIdY11-ouCkv_sNfDIE0Velmz-KP0rVeTwthh1Jyd6ZHdGdNL-HDG_O2-76xVaYaUJ3jo9E29N7lJVHGGbRPgUPZMcnd8IQ=w640-h278 Building your own ModulesTemplates for processing and storage modules are provided as part of the framework. Processing ModulesProcessing modules can be found under crawler->processingand a sample module file example_processing.pyfound in this directory. The template provides the necessary inheritance and imports to ensure execution by the framework. The init function provides for module initialization and receives an instance of the logger and the global configuration. The logger is used to provide logging information from the processing modules, as well as throughout the framework.

The process function is implemented to process each HTTP response. To this end, it receives the URL and the raw response content. This is where the work of the module is implemented. This function should return a dictionary with the following fields:

* hash: the sha256 of the content
* url: the URL the content was retrieved from
* matches: any matching results in the module, For example, libmagic or YARA results.

A unique class name must be defined and is used to define this module when including it via the -p argument or as a default processing module in the configuration file.

Finally, add an import statement in __init__.py, using your class name: from .<replace_processing import <replaceProcessing Storage ModulesStorage modules can be found under crawler->storageand a sample module file example_storage.pyfound in this directory. Similar to the processing modules, init function provides for module initialization and receives an instance of the logger and the global configuration. The store_results function receives structured data from the engine at intervals defined by the batch size in the configuration file.

A unique class name must be defined and is used to load the module when including it via the -s argument or as a default processing module in the configuration file. Presentations and Other Resources2021:

* BlackHat[...]
Dark Reading: Attacks/Breaches
Ransomware Rise Pushes Organizations to Prepare for Attack

Ransomware attacks continue to grow in number and severity, data shows, but organizations are stepping up to prepare for the threat.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
REvil group taken down by the Feds

https://cdn-images-1.medium.com/max/1280/1*dSh7axd5LitXVhq3ZWo_rQ.jpeg
On Oct 21 (Reuters) said  — The ransomware group REvil was itself hacked and forced offline this week by a multi-country operation, And…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is Termux ?

Termux is an android terminal emulator that allows for running a Linux Environment on a Android device which work directly without root or…

Continue reading on Medium »
Recently, using Soteria we identified a vulnerability in an on-chain Solana smart contract (jet-v1) and have been awarded a bug bounty…Continue reading on Medium » (https://medium.com/@greencore.xyz/solana-bug-bounty-hunting-with-soteria-1b8b75c741de?source=rss------bug_bounty-5)