On April 6th, we discovered a verified Fuse pool in Rari Capital used a weak price oracle prone to manipulation. Usually, exploiting a…Continue reading on Medium » (https://medium.com/@hacxyk/we-rescued-4m-from-rari-capital-but-was-it-worth-it-39366d4d1812?source=rss------bug_bounty-5)
Rip Raw - Small Tool To Analyse The Memory Of Compromised Linux Systems
http://www.kitploit.com/2022/04/rip-raw-small-tool-to-analyse-memory-of.html
http://www.kitploit.com/2022/04/rip-raw-small-tool-to-analyse-memory-of.html
Rip Raw is a small tool to analyse the memory of compromised Linux systems. It is similar in purpose to Bulk Extractor, but particularly focused on extracting system Logs from memory dumps from Linux systems. This enables you to analyse systems without needing to generate a profile. This is not a replacement for tools such as Rekall and Volatility (https://www.kitploit.com/search/label/Volatility) which use a profile to perform a more structured analysis (https://www.kitploit.com/search/label/Analysis) of memory. Rip Raw works by taking a Raw Binary such as a Memory Dump and carves files and logs using: Text/binary boundaries File headers and file magic Log entries Then puts them in a zip file for secondary processing by other tools such as Cado Response or a SIEM such as Splunk (examples below).
Example For example, after capturing the memory of an Amazon EKS ( Elastic Kubernetes (https://www.kitploit.com/search/label/Kubernetes) Service) system compromised with a crypto-mining worm we processed it with rip_raw: python3 rip_raw.py -f eks-node-ncat-capture.mem And then the large zip of logs that Rip Raw outputs can be viewed in a tool such as Cado Response (below). Approximately 36500 log events were extracted from this memory image, along with a number of binaries such as images and executables.
Example For example, after capturing the memory of an Amazon EKS ( Elastic Kubernetes (https://www.kitploit.com/search/label/Kubernetes) Service) system compromised with a crypto-mining worm we processed it with rip_raw: python3 rip_raw.py -f eks-node-ncat-capture.mem And then the large zip of logs that Rip Raw outputs can be viewed in a tool such as Cado Response (below). Approximately 36500 log events were extracted from this memory image, along with a number of binaries such as images and executables.
Learn More We'll be giving a webinar on Cloud Incident Response (https://www.kitploit.com/search/label/Incident%20Response) and Ransomware (https://www.kitploit.com/search/label/Ransomware) on Tuesday February 1st @ https://www.brighttalk.com/webcast/19071/527346 We give an example of Rip Raw for analysing a compromised Amazon Kubernetes system in a talk @ https://offers.cadosecurity.com/cloud-and-kubernetes-memory-forensics You can download a PDF copy of our playbook on how to respond to compromised Kubernetes systems such as Amazon EKS @ https://offers.cadosecurity.com/the-ultimate-guide-to-docker-and-kubernetes-incident-response
Download Rip_Raw (https://github.com/cado-security/rip_raw)
Download Rip_Raw (https://github.com/cado-security/rip_raw)
Contact Point Deanonymization Vulnerability in Meta
This post is about an bug that I found on Meta (aka Facebook) which used to find a linked Primary email address of a account using mobile…Continue reading on Medium »
Read more...
This post is about an bug that I found on Meta (aka Facebook) which used to find a linked Primary email address of a account using mobile…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Recon Tool: Findomain
Recon Tool: FindomainPost Views: 23
Premium Content https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/Patreon-2.png Subscribe to Patreon to watch this episode.
Reading Time: 3 Minutes
Recon Tool: Findomain GitHub Link
As a Bug Bounty Hunter or Pentester, the first thing you get usually is a domain of a company. There is much information to be gathered from that domain but, it requires a specific methodology that chains several recon results with other tools for better examination of the target.
Findomain is a complete solution for domain recognition. It Supports screenshotting, port scan, HTTP check, data import from other tools, subdomain monitoring, alerts via Discord, Slack, and Telegram, multiple API Keys for sources, and much more. Findomain Monitoring ServiceIf you don’t want to deal with servers and complex configurations for doing recon but also have more features in an integrated solution, Findomain offers a subdomains monitoring service that provides: directory fuzzing/ports scan/vulnerabilities discovery (with Nuclei) – and more that allow you to monitor your target domains with multiple top tools (OWASP Amass, Sublist3r, Assetfinder and Subfinder) and send alerts to Discord, Slack, Telegram, Email or Push Notifications (Android/iOS/Smart Watch/Desktop) when new subdomains are found. The only you need to do is configure a file with your email address (if applicable) or/and webhooks/Telegram chat information and put your domains in another file, once you have done that you have a full automated subdomains monitoring service that keep you up to date with new subdomains discovered, Host IP, HTTP Status, Screenshots of the HTTP websites, Open Ports, Subdomains CNAME and more. All your data is securely saved in a relational database and you can request a dump of your data whenever you want.
See Also: Recon Tool: Smap What Findomain can do?The table gives you an idea why you should use findomain and what it can do for you. The domain used for the test was aol.com in the following BlackArch virtual machine:
Enumeration Tool Search Time Total Subdomains Found CPU Usage RAM Usage Findomain real 0m5.515s 84110 Very Low Very Low
Summary: 84110 subdomains in 5.5 seconds.
See Also: Recon Tool: ReconFTW Features* Subdomains monitoring: put data to Discord, Slack or Telegram webhooks. See Subdomains Monitoring for more information.
* Multi-thread support for API querying, it makes that the maximun time that Findomain will take to search subdomains for any target is 15 seconds (in case of API’s timeout).
* Parallel support for subdomains resolution, in good network conditions can resolv about 3.5k of subdomains per minute.
* DNS over TLS support.
* Specific IPv4 or IPv6 query support.
* Discover subdomains without brute-force, it tool uses Certificate Transparency Logs and APIs.
* Discover only resolved subdomains.
* Discover subdomains IP for data analysis.
* Read target from user argument (-t) or file (-f).
* Write to one unique output file specified by the user all or only resolved subdomains.
* Write results to automatically named TXT output file(s).
* Hability to query directly the Findomain database created with Subdomains Monitoring for previous discovered subdomains.
* Hability to import and work data discovered by other tools.
* Quiet mode to run it silently.
* Cross platform support: Any platform, it’s written in Rust and Rust is multiplatform. See the documentation for instructions.
* Multiple API support.
* Possibility to use as subdomain resolver.
* Subdomain wildcard detection for[...]
Recon Tool: Findomain
Recon Tool: FindomainPost Views: 23
Premium Content https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/Patreon-2.png Subscribe to Patreon to watch this episode.
Reading Time: 3 Minutes
Recon Tool: Findomain GitHub Link
As a Bug Bounty Hunter or Pentester, the first thing you get usually is a domain of a company. There is much information to be gathered from that domain but, it requires a specific methodology that chains several recon results with other tools for better examination of the target.
Findomain is a complete solution for domain recognition. It Supports screenshotting, port scan, HTTP check, data import from other tools, subdomain monitoring, alerts via Discord, Slack, and Telegram, multiple API Keys for sources, and much more. Findomain Monitoring ServiceIf you don’t want to deal with servers and complex configurations for doing recon but also have more features in an integrated solution, Findomain offers a subdomains monitoring service that provides: directory fuzzing/ports scan/vulnerabilities discovery (with Nuclei) – and more that allow you to monitor your target domains with multiple top tools (OWASP Amass, Sublist3r, Assetfinder and Subfinder) and send alerts to Discord, Slack, Telegram, Email or Push Notifications (Android/iOS/Smart Watch/Desktop) when new subdomains are found. The only you need to do is configure a file with your email address (if applicable) or/and webhooks/Telegram chat information and put your domains in another file, once you have done that you have a full automated subdomains monitoring service that keep you up to date with new subdomains discovered, Host IP, HTTP Status, Screenshots of the HTTP websites, Open Ports, Subdomains CNAME and more. All your data is securely saved in a relational database and you can request a dump of your data whenever you want.
See Also: Recon Tool: Smap What Findomain can do?The table gives you an idea why you should use findomain and what it can do for you. The domain used for the test was aol.com in the following BlackArch virtual machine:
Host: KVM/QEMU (Standard PC (i440FX + PIIX, 1996) pc-i440fx-3.1) Kernel: 5.2.6-arch1-1-ARCH CPU: Intel (Skylake, IBRS) (4) @ 2.904GHz Memory: 139MiB / 3943MiBThe tool used to calculate the time, is the time command in Linux.Enumeration Tool Search Time Total Subdomains Found CPU Usage RAM Usage Findomain real 0m5.515s 84110 Very Low Very Low
Summary: 84110 subdomains in 5.5 seconds.
See Also: Recon Tool: ReconFTW Features* Subdomains monitoring: put data to Discord, Slack or Telegram webhooks. See Subdomains Monitoring for more information.
* Multi-thread support for API querying, it makes that the maximun time that Findomain will take to search subdomains for any target is 15 seconds (in case of API’s timeout).
* Parallel support for subdomains resolution, in good network conditions can resolv about 3.5k of subdomains per minute.
* DNS over TLS support.
* Specific IPv4 or IPv6 query support.
* Discover subdomains without brute-force, it tool uses Certificate Transparency Logs and APIs.
* Discover only resolved subdomains.
* Discover subdomains IP for data analysis.
* Read target from user argument (-t) or file (-f).
* Write to one unique output file specified by the user all or only resolved subdomains.
* Write results to automatically named TXT output file(s).
* Hability to query directly the Findomain database created with Subdomains Monitoring for previous discovered subdomains.
* Hability to import and work data discovered by other tools.
* Quiet mode to run it silently.
* Cross platform support: Any platform, it’s written in Rust and Rust is multiplatform. See the documentation for instructions.
* Multiple API support.
* Possibility to use as subdomain resolver.
* Subdomain wildcard detection for[...]
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Recon Tool: Findomain Recon Tool: FindomainPost Views: 23 Premium Content https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/Patreon-2.png Subscribe to Patreon to watch this episode. Reading Time: 3 Minutes Recon…
accurate results.
* Support for subdomain discover using bruteforce method.
* Support for configuration file in TOML, JSON, HJSON, INI or YAML format.
* Custom DNS IP addresses for fast subdomains resolving (more than 60 per second by default, adjustable using the –threads option.
See Also: Complete Offensive Security and Ethical Hacking Course How it works?The tool doesn’t use the common methods for sub(domains) discovery, the tool uses Certificate Transparency logs and specific well-tested APIs to find subdomains. This method makes it faster and more reliable. The tool make use of multiple public available APIs to perform the search. If you want to know more about Certificate Transparency logs, read https://www.certificate-transparency.org/
APIs that they are using at the moment:
* Certspotter
* Crt.sh Database (favorite) or Crt.sh HTTP API
* Virustotal
* Sublist3r
* Facebook **
* Spyse (CertDB) *
* Bufferover
* Threatcrowd
* Virustotal with apikey **
* AnubisDB
* Urlscan.io
* SecurityTrails **
* Threatminer
* C99 **
* Archive.org
* CTSearch
Notes
APIs marked with **, require an access token to work. Search in the Findomain documentation how to configure and use it.
APIs marked with * can optionally be used with an access token, create one if you start experiencing problems with that APIs. Search in the Findomain documentation how to configure and use it. InstallationThey offer binaries ready to use for the following platforms (all are for 64 bits only):
* Linux
* Windows
* MacOS
* Aarch64 (Raspberry Pi)
* NixOS
* Docker
If you need to run Findomain in another platform, continue reading the documentation.
See Also: Write up: How to schedule tasks the right way in Linux, using crontab https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent Tools* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/keethief-90x90.png Offensive Security Tool: KeeThief6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/reconftw-90x90.png Recon Tool: ReconFTW7 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/smap-demo-90x90.png Recon Tool: Smap2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/Proxmark3-90x90.png Offensive Security Tool: Proxmark33 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/boomerang-90x90.png Offensive Security Tool: Boomerang4 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/unknown-90x90.png Recon Tool: PSRecon4 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/SysWhispers3-90x90.png Offensive Security Tool: SysWhispers31 month ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/SwaggerHole-90x90.png Recon Tool: SwaggerHole1 month ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/uncover-90x90.png Recon Tool: Uncover1 month ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Fibratus_-90x90.png Offensive Security Tool: Fibratus2 months ago
The post Recon Tool: Findomain first appeared on Black Hat Ethical Hacking.
* Support for subdomain discover using bruteforce method.
* Support for configuration file in TOML, JSON, HJSON, INI or YAML format.
* Custom DNS IP addresses for fast subdomains resolving (more than 60 per second by default, adjustable using the –threads option.
See Also: Complete Offensive Security and Ethical Hacking Course How it works?The tool doesn’t use the common methods for sub(domains) discovery, the tool uses Certificate Transparency logs and specific well-tested APIs to find subdomains. This method makes it faster and more reliable. The tool make use of multiple public available APIs to perform the search. If you want to know more about Certificate Transparency logs, read https://www.certificate-transparency.org/
APIs that they are using at the moment:
* Certspotter
* Crt.sh Database (favorite) or Crt.sh HTTP API
* Virustotal
* Sublist3r
* Facebook **
* Spyse (CertDB) *
* Bufferover
* Threatcrowd
* Virustotal with apikey **
* AnubisDB
* Urlscan.io
* SecurityTrails **
* Threatminer
* C99 **
* Archive.org
* CTSearch
Notes
APIs marked with **, require an access token to work. Search in the Findomain documentation how to configure and use it.
APIs marked with * can optionally be used with an access token, create one if you start experiencing problems with that APIs. Search in the Findomain documentation how to configure and use it. InstallationThey offer binaries ready to use for the following platforms (all are for 64 bits only):
* Linux
* Windows
* MacOS
* Aarch64 (Raspberry Pi)
* NixOS
* Docker
If you need to run Findomain in another platform, continue reading the documentation.
See Also: Write up: How to schedule tasks the right way in Linux, using crontab https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent Tools* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/keethief-90x90.png Offensive Security Tool: KeeThief6 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/reconftw-90x90.png Recon Tool: ReconFTW7 days ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/smap-demo-90x90.png Recon Tool: Smap2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/Proxmark3-90x90.png Offensive Security Tool: Proxmark33 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/04/boomerang-90x90.png Offensive Security Tool: Boomerang4 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/unknown-90x90.png Recon Tool: PSRecon4 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/SysWhispers3-90x90.png Offensive Security Tool: SysWhispers31 month ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/SwaggerHole-90x90.png Recon Tool: SwaggerHole1 month ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/uncover-90x90.png Recon Tool: Uncover1 month ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Fibratus_-90x90.png Offensive Security Tool: Fibratus2 months ago
The post Recon Tool: Findomain first appeared on Black Hat Ethical Hacking.
hacking: security in practice
Should I be worried?
I received an email from xianxianxialing [AT] gmail [DOT] com and text reads-
>Are you available for a brief discussion on this email address?
I am pretty sure that I don't know any chinese guy or this email is unknow to me. How I can find more information about owner of this email? I feel it is phishing email and I have blocked the sender as of now. Should I be worried?
submitted by /u/icomplexnumber
[link] [comments]
Should I be worried?
I received an email from xianxianxialing [AT] gmail [DOT] com and text reads-
>Are you available for a brief discussion on this email address?
I am pretty sure that I don't know any chinese guy or this email is unknow to me. How I can find more information about owner of this email? I feel it is phishing email and I have blocked the sender as of now. Should I be worried?
submitted by /u/icomplexnumber
[link] [comments]
reddit
Should I be worried?
I received an email from xianxianxialing \[AT\] gmail \[DOT\] com and text reads- \>Are you available for a brief discussion on this email...
hacking: security in practice
Anyone into Phishing or has xp
Dm me
submitted by /u/JazzyLandlord
[link] [comments]
Anyone into Phishing or has xp
Dm me
submitted by /u/JazzyLandlord
[link] [comments]
reddit
Anyone into Phishing or has xp
Dm me
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Hacking Bluetooth beacon
Has anyone explored hacking the "Drive safe and safe" Bluetooth beacon from State farm to receive a almost perfect score?
submitted by /u/TheWillyMonster
[link] [comments]
Hacking Bluetooth beacon
Has anyone explored hacking the "Drive safe and safe" Bluetooth beacon from State farm to receive a almost perfect score?
submitted by /u/TheWillyMonster
[link] [comments]
reddit
Hacking Bluetooth beacon
Has a time explored hacking the "Drive safe and safe" Bluetooth beacon from State farm to receive a almost perfect score?