Assalamualaikum Bug Hunter & Hi Everyone.Continue reading on Medium » (https://aidilarf.medium.com/insecure-direct-object-reference-idor-in-graphql-api-which-has-an-impact-on-takeover-vouchers-765a6c86972e?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Insecure Direct Object Reference (IDOR) in GraphQL API which has an impact on Takeover Vouchers that have been used can still be…
Assalamualaikum Bug Hunter & Hi Everyone.
Book Review: Real-World Bug Hunting
https://medium.com/@joemcfarland/book-review-real-world-bug-hunting-1c7336aea8a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@joemcfarland/book-review-real-world-bug-hunting-1c7336aea8a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Book Review: Real-World Bug Hunting
Introduction
IntroductionContinue reading on Medium » (https://medium.com/@joemcfarland/book-review-real-world-bug-hunting-1c7336aea8a?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Book Review: Real-World Bug Hunting
Introduction
Password reset functionality (for DevSec)
https://medium.com/@cybersrikanth/password-reset-functionality-for-devsec-e19fc84c35ae?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@cybersrikanth/password-reset-functionality-for-devsec-e19fc84c35ae?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Password reset functionality (for DevSec)
Your password reset functionality might be vulnerable. Here is how it should be implemented in right way…
Your password reset functionality might be vulnerable. Here is how it should be implemented in right way…Continue reading on Medium » (https://medium.com/@cybersrikanth/password-reset-functionality-for-devsec-e19fc84c35ae?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Password reset functionality (for DevSec)
Your password reset functionality might be vulnerable. Here is how it should be implemented in right way…
KitPloit - PenTest Tools!
Terra - OSINT Tool On Twitter And Instagram
___________________________
@hacking_Attack
@Hacking_Video
Terra - OSINT Tool On Twitter And Instagram
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
terra — OSINT Tool on Twitter and Instagram. | Kitploit
SQL Injection JR. Pentester -TryHackMe
https://mukibas37.medium.com/sql-injection-jr-pentester-tryhackme-13bc28649034?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://mukibas37.medium.com/sql-injection-jr-pentester-tryhackme-13bc28649034?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
SQL Injection JR. Pentester -TryHackMe
Hi, amazing hackers in this story you are gonna how to what is SQL injections and how to find them in different types.
Hi, amazing hackers in this story you are gonna how to what is SQL injections and how to find them in different types.Continue reading on Medium » (https://mukibas37.medium.com/sql-injection-jr-pentester-tryhackme-13bc28649034?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
SQL Injection JR. Pentester -TryHackMe
Hi, amazing hackers in this story you are gonna how to what is SQL injections and how to find them in different types.
hacking: security in practice
what can someone do with my ip?
so for context: I played a game of league, my adc was bad so I called him out for it which made him mad. after the game he added me and told me to click a link to see the screenshots of damage charts which I did like an idiot. He then told me he has my ip and will put it on gumtree or something but what else can he do with it?
Im not that scared even if its real since I live in a apartment but still, can he hack into my computer??
the link he gave me was: https://www.google.com/ccdx/vision
edit: DONT CLICK THE LINK
submitted by /u/YUHANYI
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
what can someone do with my ip?
so for context: I played a game of league, my adc was bad so I called him out for it which made him mad. after the game he added me and told me to click a link to see the screenshots of damage charts which I did like an idiot. He then told me he has my ip and will put it on gumtree or something but what else can he do with it?
Im not that scared even if its real since I live in a apartment but still, can he hack into my computer??
the link he gave me was: https://www.google.com/ccdx/vision
edit: DONT CLICK THE LINK
submitted by /u/YUHANYI
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
what can someone do with my ip?
so for context: I played a game of league, my adc was bad so I called him out for it which made him mad. after the game he added me and told me to...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
How would one get specific data from a ram memory dump?
In computer security class they gave us a memory dump of the state of a machine and we have to get information from a process. To be more precise, coordinates from google maps opened in a web browser.
I already found what process it is in (I searched through the dump and all the ocurrecences of google.com/maps were in one specific pid).
Now I need to extract the data. They suggested 2 tools to do so: foremost to get the data of a specific process and exiftool to get metadata from that file.
My issue is, I don't know how I would use foremost in this case. It usually works by giving it a file type and it gets that file type from and image. I don't what type to specify to get a process' data (or how to use it any other way).
Second issue is, can I get google maps coordinates from the metadata? I've tried using exiftool with some other files and it basically tells you what type of file it is and a couple more things. I don't see how I can get coordinate data from that.
submitted by /u/EXUPLOOOOSION
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How would one get specific data from a ram memory dump?
In computer security class they gave us a memory dump of the state of a machine and we have to get information from a process. To be more precise, coordinates from google maps opened in a web browser.
I already found what process it is in (I searched through the dump and all the ocurrecences of google.com/maps were in one specific pid).
Now I need to extract the data. They suggested 2 tools to do so: foremost to get the data of a specific process and exiftool to get metadata from that file.
My issue is, I don't know how I would use foremost in this case. It usually works by giving it a file type and it gets that file type from and image. I don't what type to specify to get a process' data (or how to use it any other way).
Second issue is, can I get google maps coordinates from the metadata? I've tried using exiftool with some other files and it basically tells you what type of file it is and a couple more things. I don't see how I can get coordinate data from that.
submitted by /u/EXUPLOOOOSION
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How would one get specific data from a ram memory dump?
In computer security class they gave us a memory dump of the state of a machine and we have to get information from a process. To be more ...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Writing Secure and Stable Python code
https://cdn-images-1.medium.com/max/919/1*Hgi5SNu4fHB2qBltlv7YGQ.jpeg
A guide to writing stable and secure Python applications
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Writing Secure and Stable Python code
https://cdn-images-1.medium.com/max/919/1*Hgi5SNu4fHB2qBltlv7YGQ.jpeg
A guide to writing stable and secure Python applications
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Writing Secure and Stable Python code
A guide to writing stable and secure Python applications
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Book Review: Real-World Bug Hunting
https://cdn-images-1.medium.com/max/2000/0*WAb3_hlRwVVVJGrG
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Book Review: Real-World Bug Hunting
https://cdn-images-1.medium.com/max/2000/0*WAb3_hlRwVVVJGrG
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Book Review: Real-World Bug Hunting
Introduction