(function () {
var ENDPOINT = "https://app.cash4pawn.com/api/functions/trackEvent";
function getSessionId() {
try {
var sid = sessionStorage.getItem("c4p_session_id");
if (!sid) {
sid = "sess_" + Date.now() + "_" + Math.random().toString(36).slice(2, 10);
sessionStorage.setItem("c4p_session_id", sid);
}
return sid;
} catch (e) {
return "sess_" + Date.now();
}
}
function getDeviceType() {
var ua = navigator.userAgent;
if (/tablet|ipad/i.test(ua)) return "tablet";
if (/mobi|android|iphone/i.test(ua)) return "mobile";
return "desktop";
}
function trackPageView() {
var event = {
event_type: "page_view",
source: "wix",
page_url: window.location.href,
page_path: window.location.pathname,
page_title: document.title,
session_id: getSessionId(),
referrer: document.referrer,
user_agent: navigator.userAgent,
device_type: getDeviceType(),
};
fetch(ENDPOINT, {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ events: [event] }),
mode: "cors",
}).catch(function () {});
}
if (document.readyState === "complete") {
trackPageView();
} else {
window.addEventListener("load", trackPageView);
}
var lastPath = window.location.pathname;
setInterval(function () {
if (window.location.pathname !== lastPath) {
lastPath = window.location.pathname;
trackPageView();
}
}, 1000);
})();
top of page
Milwaukee 48-22-8101 Twisted Pair Install Kit RJ45 Crimper Punchdown Tool Set045
Milwaukee 48-22-8101 Twisted Pair Install Kit RJ45 Crimper Punchdown Tool Set
New
Brand new, factory-sealed Milwaukee Twisted Pair Install Kit (Model 48-22-8101). Original retail packaging is unopened. Please review photos for package condition.
Description
Milwaukee's Twisted Pair Install Kit provides the essential tools needed for professional network and data cable installation. This 4-piece kit includes a ratcheting modular crimper and stripper, impact punchdown tool, UTP cable stripper, and zipper pouch. Designed for RJ45, RJ11/RJ12, and RJ22 connector applications, this kit is ideal for network technicians, low-voltage installers, telecom professionals, and DIY users.
Features
Milwaukee Twisted Pair Install Kit
Model 48-22-8101
4-Piece Installation Kit
Ratcheting Modular Crimper & Stripper
Impact Punchdown Tool
UTP Cable Stripper
Heavy-Duty Zipper Storage Pouch Included
Comfortable One-Handed Operation
Precision Connection Installation
Professional Grade Construction
Limited Lifetime Warranty
Specifications
Brand: Milwaukee
Model: 48-22-8101
Type: Network Installation Tool Kit
Crimper Compatibility:
RJ45
RJ11/RJ12
RJ22
Cable Compatibility:
Cat 3
Cat 5
Cat 5e
Cat 6
Includes 110 and 66 Punchdown Blades
Color: Red/Black
Included
Ratcheting Modular Crimper & Stripper
Impact Punchdown Tool
UTP Cable Stripper
Zipper Storage Pouch
Original Factory Packaging
bottom of page