UNPKG

@hashangit/breachhound

Version:

An efficient OSINT tool for uncovering digital footprints associated with a username. TypeScript port of GoSearch.

10 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_USER_AGENT = void 0; exports.formatUrl = formatUrl; exports.DEFAULT_USER_AGENT = 'Mozilla/5.0 (...)'; // Full UA string function formatUrl(templateUrl, targetUsername) { return templateUrl.replace('{}', encodeURIComponent(targetUsername)); } // Add other pure utility functions if needed //# sourceMappingURL=utils.js.map