How much one can earn on Bug Bounty?Continue reading on Medium » (https://medium.com/@skavans_/i-made-over-588k-on-bug-bounty-so-far-4f2c1dbeb415?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
I’ve made over $588k on Bug Bounty so far
How much one can earn on Bug Bounty?
Hacking on Medium
Virtual Machines, Virtualization, and Using This Stuff for YOUR Own Personal Cyber Security
https://cdn-images-1.medium.com/max/2600/0*qh4L095OQDq1Ow8d
Some might find this interesting. This will cover how to use software that malicious hackers use, but for your own personal security!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Virtual Machines, Virtualization, and Using This Stuff for YOUR Own Personal Cyber Security
https://cdn-images-1.medium.com/max/2600/0*qh4L095OQDq1Ow8d
Some might find this interesting. This will cover how to use software that malicious hackers use, but for your own personal security!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Virtual Machines, Virtualization, and Using This Stuff for YOUR Own Personal Cyber Security
Some might find this interesting. This will cover how to use software that malicious hackers use, but for your own personal security!
Hacking on Medium
Hackers stole $6000 from my Upwork . Beware!
https://cdn-images-1.medium.com/max/766/1*JZgvftUCBIm6oxvps6LGCQ.png
All of a sudden my phone starting vibrating and and notification bell rang for pretty good 50 times. I got curious and checked my phone…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Hackers stole $6000 from my Upwork . Beware!
https://cdn-images-1.medium.com/max/766/1*JZgvftUCBIm6oxvps6LGCQ.png
All of a sudden my phone starting vibrating and and notification bell rang for pretty good 50 times. I got curious and checked my phone…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hackers stole $6000 from my Upwork. Beware!
All of a sudden my phone starting vibrating and and notification bell rang for pretty good 50 times. I got curious and checked my phone…
Hacking on Medium
Just 7 Days Left for IWCON2022. Have You Registered Yet?
https://cdn-images-1.medium.com/max/1920/1*BTxP9iL0FwPJEiTXD7UOFA.png
Infosec Writeups is Organizing Our First Virtual Conference and Networking Event — and we want you to be a part!
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
Just 7 Days Left for IWCON2022. Have You Registered Yet?
https://cdn-images-1.medium.com/max/1920/1*BTxP9iL0FwPJEiTXD7UOFA.png
Infosec Writeups is Organizing Our First Virtual Conference and Networking Event — and we want you to be a part!
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Just 7 Days Left for IWCON2022. Have You Registered Yet?
Infosec Writeups is Organizing Our First Virtual Conference and Networking Event — and we want you to be a part!
Hacking on Medium
How can i hack a cell phone sim card?
https://cdn-images-1.medium.com/max/2600/1*MEWEmCyymNCgZbLgNZL_eg.jpeg
SIM cards may be hacked in as little as two minutes with a couple of text messages, according to some experts.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How can i hack a cell phone sim card?
https://cdn-images-1.medium.com/max/2600/1*MEWEmCyymNCgZbLgNZL_eg.jpeg
SIM cards may be hacked in as little as two minutes with a couple of text messages, according to some experts.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How can i hack a cell phone sim card?
SIM cards may be hacked in as little as two minutes with a couple of text messages, according to some experts.
Boko - Application Hijack Scanner For macOS
http://www.kitploit.com/2022/02/boko-application-hijack-scanner-for.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/02/boko-application-hijack-scanner-for.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Boko - Application Hijack Scanner For macOS
boko.py is an application scanner for macOS that searches for and identifies potential dylib hijacking and weak dylib vulnerabilities (https://www.kitploit.com/search/label/vulnerabilities) for application executables, as well as scripts an application may use that have the potential to be backdoored. The tool also calls out interesting files and lists them instead of manually browsing the file system for analysis. With the active discovery (https://www.kitploit.com/search/label/Discovery) function, there's no more guess work if an executable is vulnerable (https://www.kitploit.com/search/label/Vulnerable) to dylib hijacking! The reason behind creating this tool was because I wanted more control over the data Dylib Hijack Scanner discovered. Most publicly available scanners stop once they discover the first case of a vulnerable dylib without expanding the rest of the rpaths. Since sometimes the first result is expanded in a non-existent file within a SIP-protected area, I wanted to get the rest of those expanded paths. Because of this, there are false positives, so the tool assigns a certainty field for each item.
Certainty Description Definite The vulnerability (https://www.kitploit.com/search/label/Vulnerability) is 100% exploitable High If the vulnerability is related to a main executable and rpath is 2nd in the load order, there is a good chance the vulnerability is exploitable Potential This is assigned to dylibs and backdoorable scripts, worth looking into but may not be exploitable Low Low chance this is exploitable because of late load order, but knowledge is power The backbone of this tool is based off of scan.py from DylibHijack (https://github.com/synack/DylibHijack) by Patrick Wardle (@synack). Check out the Wiki for more information on how to use boko and how to use it as a class for your own purposes. (https://github.com/bashexplode/boko/wiki) Usage: boko.py [-h] (-r | -i | -p /path/to/app) (-A | -P | -b) [-oS outputfile | -oC outputfile | -oA outputfile] [-s] [-v] Parameters: Argument Description -h, --help Show this help message and exit -r, --running Check currently running processes -i, --installed Check all installed applications -p /file.app Check a specific application i.e. /Application/Safari.app -A, --active Executes executable binaries discovered to actively identify hijackable dylibs -P, --passive Performs checks only by viewing file headers (Default) -b, --both Performs both methods of vulnerability testing -oS outputfile Outputs standard output to a .log file -oC outputfile Outputs results to a .csv file -oA outputfile Outputs results to a .csv file and standard log -s, --sipdisabled Use if SIP is disabled on the system to search typically read-only paths -v, --verbose Output all results in verbose mode while script runs, without this only Definite certainty vulnerabilities are displayed to the console It is recommended only to use active mode (-A) with the -p flag and selecting a specific program. Also, it's a good idea to use -v with -oS or -oA, unless you are only looking for definite certainty vulnerabilities. Warning Note: It is highly discouraged to run this tool with the -i and (-A or -b) flags together. This combination will open every executable on your system for 3 seconds at a time. I do not take any responsibility for your system crashing or slowing down because you ran that. Additionally, if you have dormant malware on your system, this will execute it. I also recommend not scanning the whole /Applications directory (https://www.kitploit.com/search/label/Directory) if you have Xcode installed because it takes a very long time. Requirements: Python 3 python -m pip install psutil Process Flow: Passive mode: Running: Identify all running processes on system Obtain full path of running executable Read executables and identify macho headers
___________________________
@hacking_Attack
@Hacking_Video
Certainty Description Definite The vulnerability (https://www.kitploit.com/search/label/Vulnerability) is 100% exploitable High If the vulnerability is related to a main executable and rpath is 2nd in the load order, there is a good chance the vulnerability is exploitable Potential This is assigned to dylibs and backdoorable scripts, worth looking into but may not be exploitable Low Low chance this is exploitable because of late load order, but knowledge is power The backbone of this tool is based off of scan.py from DylibHijack (https://github.com/synack/DylibHijack) by Patrick Wardle (@synack). Check out the Wiki for more information on how to use boko and how to use it as a class for your own purposes. (https://github.com/bashexplode/boko/wiki) Usage: boko.py [-h] (-r | -i | -p /path/to/app) (-A | -P | -b) [-oS outputfile | -oC outputfile | -oA outputfile] [-s] [-v] Parameters: Argument Description -h, --help Show this help message and exit -r, --running Check currently running processes -i, --installed Check all installed applications -p /file.app Check a specific application i.e. /Application/Safari.app -A, --active Executes executable binaries discovered to actively identify hijackable dylibs -P, --passive Performs checks only by viewing file headers (Default) -b, --both Performs both methods of vulnerability testing -oS outputfile Outputs standard output to a .log file -oC outputfile Outputs results to a .csv file -oA outputfile Outputs results to a .csv file and standard log -s, --sipdisabled Use if SIP is disabled on the system to search typically read-only paths -v, --verbose Output all results in verbose mode while script runs, without this only Definite certainty vulnerabilities are displayed to the console It is recommended only to use active mode (-A) with the -p flag and selecting a specific program. Also, it's a good idea to use -v with -oS or -oA, unless you are only looking for definite certainty vulnerabilities. Warning Note: It is highly discouraged to run this tool with the -i and (-A or -b) flags together. This combination will open every executable on your system for 3 seconds at a time. I do not take any responsibility for your system crashing or slowing down because you ran that. Additionally, if you have dormant malware on your system, this will execute it. I also recommend not scanning the whole /Applications directory (https://www.kitploit.com/search/label/Directory) if you have Xcode installed because it takes a very long time. Requirements: Python 3 python -m pip install psutil Process Flow: Passive mode: Running: Identify all running processes on system Obtain full path of running executable Read executables and identify macho headers
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Identify dylib relative paths that are loaded and check if files exist in that location Output hijackable dylibs and weak dylibs for running applications Installed/Application: Scan full directory of application for all files Identify executable files, scripts, and other interesting files in application directory Read executables and identify macho headers or if the file is a script Identify dylib relative paths that are loaded and check if files exist in that location Output hijackable dylibs, weak dylibs, backdoorable scripts, and interesting files (verbose only) Active mode: Running: Identify all running processes on system Obtain full path of running executable Read executables and identify macho headers Execute the executable binaries for 3 seconds and analyze rpaths that are attempted to load Output hijackable dylibs and weak dylibs for running applications Application: Scan full directory of application for all files Identify executable files, scripts, and other interesting files in application directory Read executables and identify macho headers or if the file is a script Execute the executable binaries for 3 seconds and analyze rpaths that are attempted to load Output hijackable dylibs, weak dylibs, backdoorable scripts, and interesting files (verbose only) Suggested Improvements: Multi-threading for quicker full system scan Coded by Jesse Nebling (@bashexplode)
Download Boko (https://github.com/bashexplode/boko)
___________________________
@hacking_Attack
@Hacking_Video
Download Boko (https://github.com/bashexplode/boko)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - bashexplode/boko: Application Hijack Scanner for macOS
Application Hijack Scanner for macOS. Contribute to bashexplode/boko development by creating an account on GitHub.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Boko - Application Hijack Scanner For macOS
https://blogger.googleusercontent.com/img/a/AVvXsEhALlOOa8C-xofPBwyEliO-2CBCPOussH-pDwBE-Pk-HmIWfokG6RLxaLt7c-FXaV_N2PRurvZimNZ9klqah-bl7l-r3tY9M1nlUOlnUqqVjpfd1Ydlncl57YSfhTKr92B8yGCi0MnJWdJSbbH2n2ApNW5E1xNpFVWF0TbmDxnIeCr5wcgyaB5yM0ap=w640-h504 boko.py is an application scanner for macOS that searches for and identifies potential dylib hijacking and weak dylib vulnerabilities for application executables, as well as scripts an application may use that have the potential to be backdoored. The tool also calls out interesting files and lists them instead of manually browsing the file system for analysis. With the active discovery function, there's no more guess work if an executable is vulnerable to dylib hijacking!
The reason behind creating this tool was because I wanted more control over the data Dylib Hijack Scanner discovered. Most publicly available scanners stop once they discover the first case of a vulnerable dylib without expanding the rest of the rpaths. Since sometimes the first result is expanded in a non-existent file within a SIP-protected area, I wanted to get the rest of those expanded paths. Because of this, there are false positives, so the tool assigns a certainty field for each item.
Certainty Description Definite The vulnerability is 100% exploitable High If the vulnerability is related to a main executable and rpath is 2nd in the load order, there is a good chance the vulnerability is exploitable Potential This is assigned to dylibs and backdoorable scripts, worth looking into but may not be exploitable Low Low chance this is exploitable because of late load order, but knowledge is power
The backbone of this tool is based off of scan.py from DylibHijack by Patrick Wardle (@synack). Check out the Wiki for more information on how to use boko and how to use it as a class for your own purposes. Usage:
It is recommended only to use active mode (
Warning Note: It is highly discouraged to run this tool with the
*
* Identif[...]
___________________________
@hacking_Attack
@Hacking_Video
Boko - Application Hijack Scanner For macOS
https://blogger.googleusercontent.com/img/a/AVvXsEhALlOOa8C-xofPBwyEliO-2CBCPOussH-pDwBE-Pk-HmIWfokG6RLxaLt7c-FXaV_N2PRurvZimNZ9klqah-bl7l-r3tY9M1nlUOlnUqqVjpfd1Ydlncl57YSfhTKr92B8yGCi0MnJWdJSbbH2n2ApNW5E1xNpFVWF0TbmDxnIeCr5wcgyaB5yM0ap=w640-h504 boko.py is an application scanner for macOS that searches for and identifies potential dylib hijacking and weak dylib vulnerabilities for application executables, as well as scripts an application may use that have the potential to be backdoored. The tool also calls out interesting files and lists them instead of manually browsing the file system for analysis. With the active discovery function, there's no more guess work if an executable is vulnerable to dylib hijacking!
The reason behind creating this tool was because I wanted more control over the data Dylib Hijack Scanner discovered. Most publicly available scanners stop once they discover the first case of a vulnerable dylib without expanding the rest of the rpaths. Since sometimes the first result is expanded in a non-existent file within a SIP-protected area, I wanted to get the rest of those expanded paths. Because of this, there are false positives, so the tool assigns a certainty field for each item.
Certainty Description Definite The vulnerability is 100% exploitable High If the vulnerability is related to a main executable and rpath is 2nd in the load order, there is a good chance the vulnerability is exploitable Potential This is assigned to dylibs and backdoorable scripts, worth looking into but may not be exploitable Low Low chance this is exploitable because of late load order, but knowledge is power
The backbone of this tool is based off of scan.py from DylibHijack by Patrick Wardle (@synack). Check out the Wiki for more information on how to use boko and how to use it as a class for your own purposes. Usage:
boko.py [-h] (-r | -i | -p /path/to/app) (-A | -P | -b) [-oS outputfile | -oC outputfile | -oA outputfile] [-s] [-v]Parameters:Argument Description -h, --help Show this help message and exit -r, --running Check currently running processes -i, --installed Check all installed applications -p /file.app Check a specific application i.e. /Application/Safari.app -A, --active Executes executable binaries discovered to actively identify hijackable dylibs -P, --passive Performs checks only by viewing file headers (Default) -b, --both Performs both methods of vulnerability testing -oS outputfile Outputs standard output to a .log file -oC outputfile Outputs results to a .csv file -oA outputfile Outputs results to a .csv file and standard log -s, --sipdisabled Use if SIP is disabled on the system to search typically read-only paths -v, --verbose Output all results in verbose mode while script runs, without this only Definite certainty vulnerabilities are displayed to the console It is recommended only to use active mode (
-A) with the -pflag and selecting a specific program. Also, it's a good idea to use -vwith -oSor -oA, unless you are only looking for definite certainty vulnerabilities.Warning Note: It is highly discouraged to run this tool with the
-iand (-A or -b) flags together. This combination will open every executable on your system for 3 seconds at a time. I do not take any responsibility for your system crashing or slowing down because you ran that. Additionally, if you have dormant malware on your system, this will execute it. I also recommend not scanning the whole /Applicationsdirectory if you have Xcode installed because it takes a very long time. Requirements:* Python 3*
python -m pip install psutilProcess Flow:Passive mode:Running: * Identif[...]
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Boko - Application Hijack Scanner For macOS
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! Boko - Application Hijack Scanner For macOS https://blogger.googleusercontent.com/img/a/AVvXsEhALlOOa8C-xofPBwyEliO-2CBCPOussH-pDwBE-Pk-HmIWfokG6RLxaLt7c-FXaV_N2PRurvZimNZ9klqah-bl7l-r3tY9M1nlUOlnUqqVjpfd1Ydlncl57YSfhTKr92B8yGCi…
y all running processes on system
* Obtain full path of running executable
* Read executables and identify macho headers
* Identify dylib relative paths that are loaded and check if files exist in that location
* Output hijackable dylibs and weak dylibs for running applications
Installed/Application:
* Scan full directory of application for all files
* Identify executable files, scripts, and other interesting files in application directory
* Read executables and identify macho headers or if the file is a script
* Identify dylib relative paths that are loaded and check if files exist in that location
* Output hijackable dylibs, weak dylibs, backdoorable scripts, and interesting files (verbose only) Active mode:Running:
* Identify all running processes on system
* Obtain full path of running executable
* Read executables and identify macho headers
* Execute the executable binaries for 3 seconds and analyze rpaths that are attempted to load
* Output hijackable dylibs and weak dylibs for running applications
Application:
* Scan full directory of application for all files
* Identify executable files, scripts, and other interesting files in application directory
* Read executables and identify macho headers or if the file is a script
* Execute the executable binaries for 3 seconds and analyze rpaths that are attempted to load
* Output hijackable dylibs, weak dylibs, backdoorable scripts, and interesting files (verbose only) Suggested Improvements:* Multi-threading for quicker full system scan Coded by Jesse Nebling (@bashexplode)Download Boko
___________________________
@hacking_Attack
@Hacking_Video
* Obtain full path of running executable
* Read executables and identify macho headers
* Identify dylib relative paths that are loaded and check if files exist in that location
* Output hijackable dylibs and weak dylibs for running applications
Installed/Application:
* Scan full directory of application for all files
* Identify executable files, scripts, and other interesting files in application directory
* Read executables and identify macho headers or if the file is a script
* Identify dylib relative paths that are loaded and check if files exist in that location
* Output hijackable dylibs, weak dylibs, backdoorable scripts, and interesting files (verbose only) Active mode:Running:
* Identify all running processes on system
* Obtain full path of running executable
* Read executables and identify macho headers
* Execute the executable binaries for 3 seconds and analyze rpaths that are attempted to load
* Output hijackable dylibs and weak dylibs for running applications
Application:
* Scan full directory of application for all files
* Identify executable files, scripts, and other interesting files in application directory
* Read executables and identify macho headers or if the file is a script
* Execute the executable binaries for 3 seconds and analyze rpaths that are attempted to load
* Output hijackable dylibs, weak dylibs, backdoorable scripts, and interesting files (verbose only) Suggested Improvements:* Multi-threading for quicker full system scan Coded by Jesse Nebling (@bashexplode)Download Boko
___________________________
@hacking_Attack
@Hacking_Video
Вынікі аўдыта бяспекі Firefly
https://kub198828.medium.com/%D0%B2%D1%8B%D0%BD%D1%96%D0%BA%D1%96-%D0%B0%D1%9E%D0%B4%D1%8B%D1%82%D0%B0-%D0%B1%D1%8F%D1%81%D0%BF%D0%B5%D0%BA%D1%96-firefly-ef0ffc5f81b8?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://kub198828.medium.com/%D0%B2%D1%8B%D0%BD%D1%96%D0%BA%D1%96-%D0%B0%D1%9E%D0%B4%D1%8B%D1%82%D0%B0-%D0%B1%D1%8F%D1%81%D0%BF%D0%B5%D0%BA%D1%96-firefly-ef0ffc5f81b8?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Вынікі аўдыта бяспекі Firefly
Арыгінал:https://firefly.exchange/blog/results-from-firefly-security-audits
Арыгінал:https://firefly.exchange/blog/results-from-firefly-security-auditsContinue reading on Medium » (https://kub198828.medium.com/%D0%B2%D1%8B%D0%BD%D1%96%D0%BA%D1%96-%D0%B0%D1%9E%D0%B4%D1%8B%D1%82%D0%B0-%D0%B1%D1%8F%D1%81%D0%BF%D0%B5%D0%BA%D1%96-firefly-ef0ffc5f81b8?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Cardano Foundation Doubles Reward Offered to Hackers for Uncovering Bugs on Its Blockchain
https://medium.com/@bitcointidings/cardano-foundation-doubles-reward-offered-to-hackers-for-uncovering-bugs-on-its-blockchain-4b086ca13610?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@bitcointidings/cardano-foundation-doubles-reward-offered-to-hackers-for-uncovering-bugs-on-its-blockchain-4b086ca13610?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cardano Foundation Doubles Reward Offered to Hackers for Uncovering Bugs on Its Blockchain
The Cardano Foundation recently said it has doubled the payout offered to hackers and bounty hunters that identify bugs or vulnerabilities within the Cardano blockchain. The foundation said the…
Continue reading on Medium » (https://medium.com/@bitcointidings/cardano-foundation-doubles-reward-offered-to-hackers-for-uncovering-bugs-on-its-blockchain-4b086ca13610?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cardano Foundation Doubles Reward Offered to Hackers for Uncovering Bugs on Its Blockchain
The Cardano Foundation recently said it has doubled the payout offered to hackers and bounty hunters that identify bugs or vulnerabilities within the Cardano blockchain. The foundation said the…
Cardano Foundation Doubles Reward Offered to Hackers for Uncovering Bugs on Its Blockchain
Continue reading on Medium »
Read more...
Continue reading on Medium »
Read more...