Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
BBC Hack Week
https://cdn-images-1.medium.com/max/2600/1*pMLcgalMPvtPpkZwuSpGYw.jpeg
Innovation at the BBC
Continue reading on BBC Product & Technology »
___________________________
@hacking_Attack
@Hacking_Video
BBC Hack Week
https://cdn-images-1.medium.com/max/2600/1*pMLcgalMPvtPpkZwuSpGYw.jpeg
Innovation at the BBC
Continue reading on BBC Product & Technology »
___________________________
@hacking_Attack
@Hacking_Video
Medium
BBC Hack Week
Innovation at the BBC
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Más de 40 mil millones de registros fueron expuestos en 2021
https://cdn-images-1.medium.com/max/1441/0*aP3weG3P3uP15rgX
PUBLICADO EN 10 FEBRERO, 2022 POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Más de 40 mil millones de registros fueron expuestos en 2021
https://cdn-images-1.medium.com/max/1441/0*aP3weG3P3uP15rgX
PUBLICADO EN 10 FEBRERO, 2022 POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Más de 40 mil millones de registros fueron expuestos en 2021
PUBLICADO EN 10 FEBRERO, 2022 POR EHACKING
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Apple Releases Security Update for Webkit Flaw
A Webkit use-after-free vulnerability in iOS, iPadOS, Monterey, and Safari may already have been exploited, Apple said in a security advisory issued today.
___________________________
@hacking_Attack
@Hacking_Video
Apple Releases Security Update for Webkit Flaw
A Webkit use-after-free vulnerability in iOS, iPadOS, Monterey, and Safari may already have been exploited, Apple said in a security advisory issued today.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Apple Releases Security Update for Webkit Flaw
A Webkit use-after-free vulnerability in iOS, iPadOS, Monterey, and Safari may already have been exploited, Apple said in a security advisory issued today.
Authenticated Penetration Testing
https://www.reddit.com/r/Pentesting/comments/spo2ff/authenticated_penetration_testing/
As with vulnerability scans, the tests (Penetration Testing) can either be authenticated or unauthenticated. An authenticated test runs as a registered and logged-in user on the internal network, whereas unauthenticated would be from an external source with no network privileges. https://phoenixnap.com/blog/vulnerability-scanning-vs-penetration-testing Let say there are multiple user roles on the target system. Do we need to request for all of them (tester id) and test or only one or two low privilege user and try privesc, IDOR, etc? submitted by /u/w0lfcat (https://www.reddit.com/user/w0lfcat)
[link] (https://www.reddit.com/r/Pentesting/comments/spo2ff/authenticated_penetration_testing/) [comments] (https://www.reddit.com/r/Pentesting/comments/spo2ff/authenticated_penetration_testing/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/spo2ff/authenticated_penetration_testing/
As with vulnerability scans, the tests (Penetration Testing) can either be authenticated or unauthenticated. An authenticated test runs as a registered and logged-in user on the internal network, whereas unauthenticated would be from an external source with no network privileges. https://phoenixnap.com/blog/vulnerability-scanning-vs-penetration-testing Let say there are multiple user roles on the target system. Do we need to request for all of them (tester id) and test or only one or two low privilege user and try privesc, IDOR, etc? submitted by /u/w0lfcat (https://www.reddit.com/user/w0lfcat)
[link] (https://www.reddit.com/r/Pentesting/comments/spo2ff/authenticated_penetration_testing/) [comments] (https://www.reddit.com/r/Pentesting/comments/spo2ff/authenticated_penetration_testing/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Authenticated Penetration Testing
>As with vulnerability scans, the tests (Penetration Testing) can either be authenticated or unauthenticated. An authenticated test runs as a...
hacking: security in practice
John The Ripper: Incremental ASCII unreasonably effective?
I just used JTR for the first time to get the password to a ZIP file. After going through the wordlist it switched over to incremental ASCII, which to my understanding just bruteforces the password.
Now my password turned out to be 9 characters long, all lower case, starting with "a", and kind of sounding like a valid word, but I had no idea beforehand what kind of characters would be used and how long it was, so I just let it go on "automatic".
If we assume 26 lowercase letters, 26 uppercase, 10 digits and a couple for punctuation, we get ~70 possible characters. 70^9 = 4*10^16. My terminal was showing 16 000 Kp/s per second, which I understand to be Kilopasswords per second. Combine the two and you obtain almost exactly 80 years to go through all possible 9 character ASCII combinations.
Here's the surprising part: JTR found the password in one hour. What's going on here? Did I totally misunderstand what Kp/s means? Am I really bad at math? Is JTR magic? DId I just get insanely lucky?
If we limit ourselves to lowercase letters the time falls back to a reasonable ~100 hours, if we assume we try combinations that start with "a" first down to ~4, but that's not what it seemed to be doing, it showed it was trying upper case letters, digits and punctuation signs as well.
submitted by /u/Nitrolo
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
John The Ripper: Incremental ASCII unreasonably effective?
I just used JTR for the first time to get the password to a ZIP file. After going through the wordlist it switched over to incremental ASCII, which to my understanding just bruteforces the password.
Now my password turned out to be 9 characters long, all lower case, starting with "a", and kind of sounding like a valid word, but I had no idea beforehand what kind of characters would be used and how long it was, so I just let it go on "automatic".
If we assume 26 lowercase letters, 26 uppercase, 10 digits and a couple for punctuation, we get ~70 possible characters. 70^9 = 4*10^16. My terminal was showing 16 000 Kp/s per second, which I understand to be Kilopasswords per second. Combine the two and you obtain almost exactly 80 years to go through all possible 9 character ASCII combinations.
Here's the surprising part: JTR found the password in one hour. What's going on here? Did I totally misunderstand what Kp/s means? Am I really bad at math? Is JTR magic? DId I just get insanely lucky?
If we limit ourselves to lowercase letters the time falls back to a reasonable ~100 hours, if we assume we try combinations that start with "a" first down to ~4, but that's not what it seemed to be doing, it showed it was trying upper case letters, digits and punctuation signs as well.
submitted by /u/Nitrolo
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
John The Ripper: Incremental ASCII unreasonably effective?
I just used JTR for the first time to get the password to a ZIP file I didn't know. After going through the rockyou wordlist from Kali it switched...
hacking: security in practice
Puzzling out a security concern: website allows unauthenticated private uploaded files
submitted by /u/stevetheserioussloth
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Puzzling out a security concern: website allows unauthenticated private uploaded files
submitted by /u/stevetheserioussloth
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Puzzling out a security concern: website allows unauthenticated...
Posted in r/hacking by u/stevetheserioussloth • 0 points and 0 comments
hacking: security in practice
I want to download a keylogger onto my computer.
Not a hostile one but one that while spit back a txt file or something like that to track activity on my account for a project
submitted by /u/TheRougeGeo
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
I want to download a keylogger onto my computer.
Not a hostile one but one that while spit back a txt file or something like that to track activity on my account for a project
submitted by /u/TheRougeGeo
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
I want to download a keylogger onto my computer.
Not a hostile one but one that while spit back a txt file or something like that to track activity on my account for a project
VulnLab SQL Injection— Dynamic Application Security Testing #3
https://muh-hidayat7799.medium.com/vulnlab-sql-injection-dynamic-application-security-testing-3-2138d56dbe03?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://muh-hidayat7799.medium.com/vulnlab-sql-injection-dynamic-application-security-testing-3-2138d56dbe03?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
VulnLab SQL Injection— Dynamic Application Security Testing #3
Assalamualaikum Wr.Wb
Assalamualaikum Wr.WbContinue reading on Medium » (https://muh-hidayat7799.medium.com/vulnlab-sql-injection-dynamic-application-security-testing-3-2138d56dbe03?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
VulnLab SQL Injection— Dynamic Application Security Testing #3
Assalamualaikum Wr.Wb
iOS jailbreak dev wins $2M bounty for finding critical Optimism bug
https://medium.com/@thebittimes.com/ios-jailbreak-dev-wins-2m-bounty-for-finding-critical-optimism-bug-e412ad64b2c5?source=rss------bug_bounty-5
Continue reading on Medium » (https://medium.com/@thebittimes.com/ios-jailbreak-dev-wins-2m-bounty-for-finding-critical-optimism-bug-e412ad64b2c5?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@thebittimes.com/ios-jailbreak-dev-wins-2m-bounty-for-finding-critical-optimism-bug-e412ad64b2c5?source=rss------bug_bounty-5
Continue reading on Medium » (https://medium.com/@thebittimes.com/ios-jailbreak-dev-wins-2m-bounty-for-finding-critical-optimism-bug-e412ad64b2c5?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
Medium
iOS jailbreak dev wins $2M bounty for finding critical Optimism bug
Ethereum scaling startup Optimism disclosed a “critical bug” fix in the project’s Geth fork that would have allowed malicious hackers to create infinite ETH Developers from the Ethereum Layer 2…
VulnLab SQL Injection— Dynamic Application Security Testing #3
Assalamualaikum Wr.WbContinue reading on Medium »
Read more...
Assalamualaikum Wr.WbContinue reading on Medium »
Read more...
iOS jailbreak dev wins $2M bounty for finding critical Optimism bug
Continue reading on Medium »
Read more...
Continue reading on Medium »
Read more...
hacking: security in practice
How to get over the unrecognized app/publisher warning in Windows
All,
I am writing an executable to put on a website for download. Every time I go to download it, I get an "unrecognized app, unknown publisher warning".
It's not tagged as malicious, but it's tagged as "unknown publisher" which makes it appear that way. Does anyone know how to add a publisher? Is that something a non-corporation can do? Or could I at least add a certificate or something to make WIndows calm down?
submitted by /u/iExtrapolate314
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How to get over the unrecognized app/publisher warning in Windows
All,
I am writing an executable to put on a website for download. Every time I go to download it, I get an "unrecognized app, unknown publisher warning".
It's not tagged as malicious, but it's tagged as "unknown publisher" which makes it appear that way. Does anyone know how to add a publisher? Is that something a non-corporation can do? Or could I at least add a certificate or something to make WIndows calm down?
submitted by /u/iExtrapolate314
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to get over the unrecognized app/publisher warning in Windows
All, I am writing an executable to put on a website for download. Every time I go to download it, I get an "unrecognized app, unknown publisher...
hacking: security in practice
Shutdown-i command treat?
Hi, i work for a big alimentation company. I discovered that on workstation i can enter the admin cmd and have acces to the shutdown -i command. When i search for computers i see over a 1000 computers and servers. I dont know nothing about hacking or cybersecurity and im wondering if its a treat and should tell my boss. Thanks for your advice!
submitted by /u/V16mike
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Shutdown-i command treat?
Hi, i work for a big alimentation company. I discovered that on workstation i can enter the admin cmd and have acces to the shutdown -i command. When i search for computers i see over a 1000 computers and servers. I dont know nothing about hacking or cybersecurity and im wondering if its a treat and should tell my boss. Thanks for your advice!
submitted by /u/V16mike
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Shutdown-i command treat?
Hi, i work for a big alimentation company. I discovered that on workstation i can enter the admin cmd and have acces to the shutdown -i command....
Retrieving Syscall ID with Hell's Gate, Halo's Gate, FreshyCalls and Syswhispers2
https://www.reddit.com/r/redteamsec/comments/spt6x8/retrieving_syscall_id_with_hells_gate_halos_gate/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://alice.climent-pommeret.red/posts/direct-syscalls-hells-halos-syswhispers2/) [comments] (https://www.reddit.com/r/redteamsec/comments/spt6x8/retrieving_syscall_id_with_hells_gate_halos_gate/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/spt6x8/retrieving_syscall_id_with_hells_gate_halos_gate/
submitted by /u/dmchell (https://www.reddit.com/user/dmchell)
[link] (https://alice.climent-pommeret.red/posts/direct-syscalls-hells-halos-syswhispers2/) [comments] (https://www.reddit.com/r/redteamsec/comments/spt6x8/retrieving_syscall_id_with_hells_gate_halos_gate/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Retrieving Syscall ID with Hell's Gate, Halo's Gate, FreshyCalls...
Posted in r/redteamsec by u/dmchell • 1 point and 0 comments