Hacking Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials ODAT : Oracle Database Attacking Tool ODAT (Oracle Database Attacking Tool) is an open source penetration testing tool that tests the security of Oracle Databases remotely. Usage examples of ODAT: * You have an Oracle database listening…
lly:
cd odat/
git submodule init
git submodule update
* Get instant client basic, sdk (devel) and sqlplus from the Oracle web site:
* X64: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
* X86: http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
* For the moment (03/2021), Oracle Database instant client version 11.2 is the best version if you want to generate the ODAT standalone with pyinstaller. For using the ODAT development version, the last version of the Oracle client can be used (e.g. version 19).
* Install python3-dev, alien and libaio1 package (for sqlplus):
sudo apt-get install libaio1 python3-dev alien python3-pip
* Generate DEB files from RPM files with :
sudo alien --to-deb oracle-instantclient19.3-basic-???.x???.rpm
sudo alien --to-deb oracle-instantclient19.3-devel-???.x???.rpm
* Install instant client basic, sdk and sqlplus:
sudo dpkg -i oracle-instantclient19.3-basic-???.x???.deb
sudo dpkg -i oracle-instantclient19.3-devel_???_???.deb
* Put these lines in your /etc/profile file in order to define Oracle env variables:
export ORACLE_HOME=/usr/lib/oracle/19.3/client64/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export PATH=${ORACLE_HOME}bin:$PATH
* Restart your session (to apply env variables)
* Create the /etc/ld.so.conf.d/oracle.conf file and add the path to Oracle home:
/usr/lib/oracle/19.3/client64/lib/
* Update the ldpath using:
sudo ldconfig
* Install CX_Oracle
sudo -s
source /etc/profile
pip3 install cx_Oracle
* Test if all is good:
python3 -c 'import cx_Oracle'
This command should just return without errors.
* Install some python libraries:
sudo apt-get install python3-scapy
sudo pip3 install colorlog termcolor pycrypto passlib python-libnmap
sudo pip3 install argcomplete && sudo activate-global-python-argcomplete
* Download and install the development version of pyinstaller (http://www.pyinstaller.org/) for python 3.
python setup.py install
* or install through pip:
pip3 install pyinstaller
* Run ODAT:
./odat.py -h Click Here To Download
___________________________
@hacking_Attack
@Hacking_Video
cd odat/
git submodule init
git submodule update
* Get instant client basic, sdk (devel) and sqlplus from the Oracle web site:
* X64: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
* X86: http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
* For the moment (03/2021), Oracle Database instant client version 11.2 is the best version if you want to generate the ODAT standalone with pyinstaller. For using the ODAT development version, the last version of the Oracle client can be used (e.g. version 19).
* Install python3-dev, alien and libaio1 package (for sqlplus):
sudo apt-get install libaio1 python3-dev alien python3-pip
* Generate DEB files from RPM files with :
sudo alien --to-deb oracle-instantclient19.3-basic-???.x???.rpm
sudo alien --to-deb oracle-instantclient19.3-devel-???.x???.rpm
* Install instant client basic, sdk and sqlplus:
sudo dpkg -i oracle-instantclient19.3-basic-???.x???.deb
sudo dpkg -i oracle-instantclient19.3-devel_???_???.deb
* Put these lines in your /etc/profile file in order to define Oracle env variables:
export ORACLE_HOME=/usr/lib/oracle/19.3/client64/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export PATH=${ORACLE_HOME}bin:$PATH
* Restart your session (to apply env variables)
* Create the /etc/ld.so.conf.d/oracle.conf file and add the path to Oracle home:
/usr/lib/oracle/19.3/client64/lib/
* Update the ldpath using:
sudo ldconfig
* Install CX_Oracle
sudo -s
source /etc/profile
pip3 install cx_Oracle
* Test if all is good:
python3 -c 'import cx_Oracle'
This command should just return without errors.
* Install some python libraries:
sudo apt-get install python3-scapy
sudo pip3 install colorlog termcolor pycrypto passlib python-libnmap
sudo pip3 install argcomplete && sudo activate-global-python-argcomplete
* Download and install the development version of pyinstaller (http://www.pyinstaller.org/) for python 3.
python setup.py install
* or install through pip:
pip3 install pyinstaller
* Run ODAT:
./odat.py -h Click Here To Download
___________________________
@hacking_Attack
@Hacking_Video
Oracle
Instant Client for Linux x86-64 (64-bit)
Instant Client downloads for Linux x86-64 (64-bit)
hacking: security in practice
My Google randomly wasn't responding to my voice commands
Does this mean I've been hacked? I tried manually clicking on the button and it worked. My internet connection is fine and now it's working perfectly.
submitted by /u/Outrageous_Cap_6186
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
My Google randomly wasn't responding to my voice commands
Does this mean I've been hacked? I tried manually clicking on the button and it worked. My internet connection is fine and now it's working perfectly.
submitted by /u/Outrageous_Cap_6186
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
My Google randomly wasn't responding to my voice commands
Does this mean I've been hacked? I tried manually clicking on the button and it worked. My internet connection is fine and now it's working perfectly.
Hacking on Medium
Me from nothing to beginner hacker
Hello all, This is my first blog post and I would like to share my experience from knowing nothing in the field of ethical hacking to a…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Me from nothing to beginner hacker
Hello all, This is my first blog post and I would like to share my experience from knowing nothing in the field of ethical hacking to a…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Me from nothing to beginner hacker
Hello all, This is my first blog post and I would like to share my experience from knowing nothing in the field of ethical hacking to a…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Neighour CTF-TryHackMe
https://cdn-images-1.medium.com/max/600/0*4DS-RZrUGMppZsKl.png
This is a writeup to a beginner level CTF on TryHackMe.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Neighour CTF-TryHackMe
https://cdn-images-1.medium.com/max/600/0*4DS-RZrUGMppZsKl.png
This is a writeup to a beginner level CTF on TryHackMe.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Neighour CTF-TryHackMe
This is a writeup to a beginner level CTF on TryHackMe.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe Pickle Rick Writeup
https://cdn-images-1.medium.com/max/1107/1*OG_VdcwnO23GMNylbR18nA.png
A step by step guide to how I solved the Pickle Rick Challenge.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe Pickle Rick Writeup
https://cdn-images-1.medium.com/max/1107/1*OG_VdcwnO23GMNylbR18nA.png
A step by step guide to how I solved the Pickle Rick Challenge.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe Pickle Rick CTF
A step by step guide to how I solved the Pickle Rick Challenge.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Aircrack-ng
https://cdn-images-1.medium.com/max/940/1*0Y0suuOGKhPC4ahF3oCKng.jpeg
Aircrack-ng es una suite de programas que nos permitirán realizar auditorías inalámbricas WiFi a routers y puntos de acceso WiFi. Esta…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Aircrack-ng
https://cdn-images-1.medium.com/max/940/1*0Y0suuOGKhPC4ahF3oCKng.jpeg
Aircrack-ng es una suite de programas que nos permitirán realizar auditorías inalámbricas WiFi a routers y puntos de acceso WiFi. Esta…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Aircrack-ng
Aircrack-ng es una suite de programas que nos permitirán realizar auditorías inalámbricas WiFi a routers y puntos de acceso WiFi. Esta…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Create C++ Windows Reverse Shell
https://cdn-images-1.medium.com/max/1314/1*gOdo4CqWTD6qC0RjR9eD4g.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Create C++ Windows Reverse Shell
https://cdn-images-1.medium.com/max/1314/1*gOdo4CqWTD6qC0RjR9eD4g.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Create C++ Windows Reverse Shell
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The Best Tools in My Hacker Every Day Carry (EDC)
https://cdn-images-1.medium.com/max/2600/0*wSQ6B1NubDxo80yg
TL;DR- My favorite tools that I use on a daily basis for cybersecurity in physical pen-testing, bug bounty hunting, and network recon.
Continue reading on The Gray Area »
___________________________
@hacking_Attack
@Hacking_Video
The Best Tools in My Hacker Every Day Carry (EDC)
https://cdn-images-1.medium.com/max/2600/0*wSQ6B1NubDxo80yg
TL;DR- My favorite tools that I use on a daily basis for cybersecurity in physical pen-testing, bug bounty hunting, and network recon.
Continue reading on The Gray Area »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The Best Tools in My Hacker Every Day Carry (EDC)
TL;DR- My favorite tools that I use on a daily basis for cybersecurity in physical pen-testing, bug bounty hunting, and network recon.
A Dissection Of Nighthawk C2
https://www.reddit.com/r/redteamsec/comments/z1xkgo/a_dissection_of_nighthawk_c2/
submitted by /u/Diesl (https://www.reddit.com/user/Diesl)
[link] (https://www.proofpoint.com/us/blog/threat-insight/nighthawk-and-coming-pentest-tool-likely-gain-threat-actor-notice) [comments] (https://www.reddit.com/r/redteamsec/comments/z1xkgo/a_dissection_of_nighthawk_c2/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/z1xkgo/a_dissection_of_nighthawk_c2/
submitted by /u/Diesl (https://www.reddit.com/user/Diesl)
[link] (https://www.proofpoint.com/us/blog/threat-insight/nighthawk-and-coming-pentest-tool-likely-gain-threat-actor-notice) [comments] (https://www.reddit.com/r/redteamsec/comments/z1xkgo/a_dissection_of_nighthawk_c2/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
A Dissection Of Nighthawk C2
Posted in r/redteamsec by u/Diesl • 1 point and 0 comments
Vulnerable SDK components lead to supply chain risks in IoT and OT environments
https://www.reddit.com/r/redteamsec/comments/z1z832/vulnerable_sdk_components_lead_to_supply_chain/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/VulnerableSDK) [comments] (https://www.reddit.com/r/redteamsec/comments/z1z832/vulnerable_sdk_components_lead_to_supply_chain/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/z1z832/vulnerable_sdk_components_lead_to_supply_chain/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/VulnerableSDK) [comments] (https://www.reddit.com/r/redteamsec/comments/z1z832/vulnerable_sdk_components_lead_to_supply_chain/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Vulnerable SDK components lead to supply chain risks in IoT and OT...
Posted in r/redteamsec by u/SCI_Rusher • 1 point and 0 comments
Dark Reading: Attacks/Breaches
Enterprises Pay $1,200 Per Employee Annually to Fight Cyberattacks Against Cloud Collab Apps
Orgs are in the middle of a rapid increase in the use of new collaboration tools to serve the needs of an increasingly dispersed workforce — and they're paying a very real security price.
Enterprises Pay $1,200 Per Employee Annually to Fight Cyberattacks Against Cloud Collab Apps
Orgs are in the middle of a rapid increase in the use of new collaboration tools to serve the needs of an increasingly dispersed workforce — and they're paying a very real security price.
Dark Reading: Attacks/Breaches
Hack The Box Launches Annual University CTF to Inspire Next Generation of Security Professionals
.
___________________________
@hacking_Attack
@Hacking_Video
Hack The Box Launches Annual University CTF to Inspire Next Generation of Security Professionals
.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Hack The Box Launches Annual University CTF to Inspire Next Generation of Security Professionals
.
Dark Reading: Attacks/Breaches
CybeReady Releases Five Easy Tips to Shop Safely During Black Friday
Safe shopping guidance coupled with new CISO tool to help safeguard personal data and corporate networks.
___________________________
@hacking_Attack
@Hacking_Video
CybeReady Releases Five Easy Tips to Shop Safely During Black Friday
Safe shopping guidance coupled with new CISO tool to help safeguard personal data and corporate networks.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
CybeReady Releases Five Easy Tips to Shop Safely During Black Friday
Safe shopping guidance coupled with new CISO tool to help safeguard personal data and corporate networks.
Dark Reading: Attacks/Breaches
FIDO Alliance Announces Authenticate Virtual Summit Focused on Securing IoT
Industry experts to share insights into how FIDO and related technologies can bring password-less authentication to IoT.
___________________________
@hacking_Attack
@Hacking_Video
FIDO Alliance Announces Authenticate Virtual Summit Focused on Securing IoT
Industry experts to share insights into how FIDO and related technologies can bring password-less authentication to IoT.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
FIDO Alliance Announces Authenticate Virtual Summit Focused on Securing IoT
Industry experts to share insights into how FIDO and related technologies can bring password-less authentication to IoT.