Findings: leagueoflegends.com

API endpoints and secrets extracted from JavaScript files via jsluice, TruffleHog, and regex.

173
endpoints
0
secrets
6
src maps
42
sensitive
0
dom sinks
0
graphql
173
jsluice
0
regex
0
high conf
40
domains
2
guids

source maps exposed (6)

accountmigration.leagueoflegends.com
https://www.leagueoflegends.com/_next/static/chunks/webpack-439e28db090f3b59.js
21 files 13.2 KB analyzed
webpack://_N_E/webpack/bootstrap, webpack://_N_E/webpack/runtime/chunk loaded, webpack://_N_E/webpack/runtime/compat get default export, webpack://_N_E/webpack/runtime/create fake namespace object, webpack://_N_E/webpack/runtime/define property getters, webpack://_N_E/webpack/runtime/ensure chunk, webpack://_N_E/webpack/runtime/get javascript chunk filename, webpack://_N_E/webpack/runtime/get mini-css chunk filename ...+13 more
accountmigration.leagueoflegends.com
https://www.leagueoflegends.com/_next/static/chunks/framework-d5fbdf5171596063.js
9 files 184.0 KB 5 secrets analyzed
webpack://_N_E/./node_modules/react-dom/cjs/react-dom.production.min.js, webpack://_N_E/./node_modules/react/index.js, webpack://_N_E/./node_modules/react/cjs/react-jsx-runtime.production.min.js, webpack://_N_E/./node_modules/react/jsx-runtime.js, webpack://_N_E/./node_modules/scheduler/cjs/scheduler.production.min.js, webpack://_N_E/./node_modules/scheduler/index.js, webpack://_N_E/./node_modules/react-dom/client.js, webpack://_N_E/./node_modules/react/cjs/react.production.min.js ...+1 more
accountmigration.leagueoflegends.com
https://www.leagueoflegends.com/_next/static/chunks/pages/_app-8e1ba8c934f22784.js
3 files 3.3 KB analyzed
webpack://_N_E/?e559, webpack://_N_E/./styles/globals.css, webpack://_N_E/./pages/_app.tsx
accountmigration.leagueoflegends.com
https://www.leagueoflegends.com/_next/static/chunks/pages/%5B%5B...pathArray%5D%5D-0f7c21828c74efc0.js
18 files 53.3 KB 1 endpoints analyzed
webpack://_N_E/ignored|/opt/build/repo/node_modules/postcss/lib|path, webpack://_N_E/ignored|/opt/build/repo/node_modules/postcss/lib|fs, webpack://_N_E/ignored|/opt/build/repo/node_modules/postcss/lib|source-map-js, webpack://_N_E/./components/DatadogRumScript.tsx, webpack://_N_E/./utils/api/validate.ts, webpack://_N_E/ignored|/opt/build/repo/node_modules/postcss/lib|./terminal-highlight, webpack://_N_E/?356b, webpack://_N_E/./components/ErrorBlade.tsx ...+10 more
accountmigration.leagueoflegends.com
https://www.leagueoflegends.com/_next/static/chunks/774-ec13a36d4f62447a.js
84 files 302.3 KB 3 endpoints analyzed
webpack://_N_E/./node_modules/@riot-private/blades-api-client/dist/types/blades.js, webpack://_N_E/./node_modules/@riot-private/blades-api-client/dist/types/pages.js, webpack://_N_E/./node_modules/@riot-private/blades-api-client/node_modules/zod-validation-error/dist/index.mjs, webpack://_N_E/./node_modules/@riot-private/blades-api-client/dist/pcs/mutations/loc.js, webpack://_N_E/./node_modules/@riot-private/blades-api-client/dist/pcs/mutations/util.js, webpack://_N_E/./node_modules/@riot-private/blades-api-client/dist/pcs/mutations/riftboundGalleryBlade.js, webpack://_N_E/./node_modules/@riot-private/blades-api-client/dist/pcs/mutations/index.js, webpack://_N_E/./node_modules/@riot-private/blades-api-client/dist/pcs/request.js ...+76 more
accountmigration.leagueoflegends.com
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
101 files 479.9 KB 37 secrets analyzed
webpack://_N_E/../../../src/shared/lib/router/utils/format-url.ts, webpack://_N_E/../../../src/shared/lib/router-context.shared-runtime.ts, webpack://_N_E/../../../src/shared/lib/router/utils/is-local-url.ts, webpack://_N_E/../../../src/shared/lib/lazy-dynamic/bailout-to-csr.ts, webpack://_N_E/../../../src/shared/lib/segment.ts, webpack://_N_E/../../src/client/trusted-types.ts, webpack://_N_E/../../../src/shared/lib/router/adapters.tsx, webpack://_N_E/./node_modules/next/dist/lib/is-api-route.js ...+93 more

sensitive patterns (42)

internal_url link!.crossOrigin = process.env.__NEXT_CROSS_ORIGIN! accountmigration.leagueoflegends.com L143
Source map: webpack://_N_E/../../src/client/route-loader.ts
    if (as) link!.as = as
    link!.rel = `prefetch`
    link!.crossOrigin = process.env.__NEXT_CROSS_ORIGIN!
    link!.onload = resolve as any
    link!.onerror = () =>
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L201
Source map: webpack://_N_E/../../src/client/route-loader.ts
    // We wrap these checks separately for better dead-code elimination in
    // production bundles.
    if (process.env.NODE_ENV === 'development') {
      ;(devBuildPromise || Promise.resolve()).then(() => {
        requestIdleCallback(() =>
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.__NEXT_OPTIMIZE_ROUTER_SCROLL) { accountmigration.leagueoflegends.com L24
Source map: webpack://_N_E/../../../src/shared/lib/router/utils/disable-smooth-scroll.ts
  // and will be false by default.
  // In the next major (v16), this will be automatically enabled
  if (process.env.__NEXT_OPTIMIZE_ROUTER_SCROLL) {
    if (!hasDataAttribute) {
      // No smooth scrolling configured, run directly without style manipulation
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url process.env.NODE_ENV === 'development' && accountmigration.leagueoflegends.com L35
Source map: webpack://_N_E/../../../src/shared/lib/router/utils/disable-smooth-scroll.ts
    // Warn if smooth scrolling is detected but no data attribute is present
    if (
      process.env.NODE_ENV === 'development' &&
      !hasDataAttribute &&
      getComputedStyle(htmlElement).scrollBehavior === 'smooth'
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L10
Source map: webpack://_N_E/../../../src/shared/lib/hooks-client-context.shared-runtime.ts
export const PathParamsContext = createContext<Params | null>(null)

if (process.env.NODE_ENV !== 'production') {
  SearchParamsContext.displayName = 'SearchParamsContext'
  PathnameContext.displayName = 'PathnameContext'
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.__NEXT_I18N_SUPPORT) { accountmigration.leagueoflegends.com L4
Source map: webpack://_N_E/../../src/client/remove-locale.ts

export function removeLocale(path: string, locale?: string) {
  if (process.env.__NEXT_I18N_SUPPORT) {
    const { pathname } = parsePath(path)
    const pathLower = pathname.toLowerCase()
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'production') { accountmigration.leagueoflegends.com L61
Source map: webpack://_N_E/../../src/client/page-loader.ts

  getPageList() {
    if (process.env.NODE_ENV === 'production') {
      return getClientBuildManifest().then((manifest) => manifest.sortedPages)
    } else {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NEXT_DEPLOYMENT_ID) { accountmigration.leagueoflegends.com L12
Source map: webpack://_N_E/./node_modules/next/dist/build/deployment-id.js
});
function getDeploymentIdQueryOrEmptyString() {
    if (process.env.NEXT_DEPLOYMENT_ID) {
        return `?dpl=${process.env.NEXT_DEPLOYMENT_ID}`;
    }
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L367
Source map: webpack://_N_E/../../../src/shared/lib/utils.ts
  P = {},
>(App: NextComponentType<C, IP, P>, ctx: C): Promise<IP> {
  if (process.env.NODE_ENV !== 'production') {
    if (App.prototype?.getInitialProps) {
      const message = `"${getDisplayName(
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L7
Source map: webpack://_N_E/./node_modules/next/dist/lib/require-instrumentation-client.js
 * the `instrumentation-client.ts` file in the project root by webpack or turbopack.
 */ "use strict";
if (process.env.NODE_ENV === 'development') {
    const measureName = 'Client Instrumentation Hook';
    const startTime = performance.now();
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L7
Source map: webpack://_N_E/./node_modules/next/dist/lib/require-instrumentation-client.js
 * the `instrumentation-client.ts` file in the project root by webpack or turbopack.
 */ "use strict";
if (process.env.NODE_ENV === 'development') {
    const measureName = 'Client Instrumentation Hook';
    const startTime = performance.now();
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L47
Source map: webpack://_N_E/./node_modules/next/dist/lib/is-error.js
        return err;
    }
    if (process.env.NODE_ENV === 'development') {
        // provide better error for case where `throw undefined`
        // is called in development
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L47
Source map: webpack://_N_E/./node_modules/next/dist/lib/is-error.js
        return err;
    }
    if (process.env.NODE_ENV === 'development') {
        // provide better error for case where `throw undefined`
        // is called in development
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url const basePath = (process.env.__NEXT_ROUTER_BASEPATH as string) || '' accountmigration.leagueoflegends.com L3
Source map: webpack://_N_E/../../src/client/has-base-path.ts
import { pathHasPrefix } from '../shared/lib/router/utils/path-has-prefix'

const basePath = (process.env.__NEXT_ROUTER_BASEPATH as string) || ''

export function hasBasePath(path: string): boolean {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.__NEXT_HAS_REWRITES) { accountmigration.leagueoflegends.com L49
Source map: webpack://_N_E/../../../src/shared/lib/router/router.ts

let resolveRewrites: typeof import('./utils/resolve-rewrites').default
if (process.env.__NEXT_HAS_REWRITES) {
  resolveRewrites = (
    require('./utils/resolve-rewrites') as typeof import('./utils/resolve-rewrites')
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url process.env.NODE_ENV !== 'development' accountmigration.leagueoflegends.com L2016
Source map: webpack://_N_E/../../../src/shared/lib/router/router.ts
        existingInfo &&
        !('initial' in existingInfo) &&
        process.env.NODE_ENV !== 'development'
          ? existingInfo
          : undefined
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NEXT_DEPLOYMENT_ID) { accountmigration.leagueoflegends.com L10
Source map: webpack://_N_E/../../src/client/webpack.ts
// If we have a deployment ID, we need to append it to the webpack chunk names
// I am keeping the process check explicit so this can be statically optimized
if (process.env.NEXT_DEPLOYMENT_ID) {
  const suffix = getDeploymentIdQueryOrEmptyString()
  // eslint-disable-next-line no-undef
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url export const version = process.env.__NEXT_VERSION accountmigration.leagueoflegends.com L74
Source map: webpack://_N_E/../../src/client/index.tsx
type RegisterFn = (input: [string, () => void]) => void

export const version = process.env.__NEXT_VERSION
export let router: Router
export const emitter: MittEmitter<string> = mitt()
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L195
Source map: webpack://_N_E/../../src/client/index.tsx
}> {
  // This makes sure this specific lines are removed in production
  if (process.env.NODE_ENV === 'development') {
    tracer.onSpanEnd(
      (
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url const basePath = (process.env.__NEXT_ROUTER_BASEPATH as string) || '' accountmigration.leagueoflegends.com L3
Source map: webpack://_N_E/../../src/client/remove-base-path.ts
import { hasBasePath } from './has-base-path'

const basePath = (process.env.__NEXT_ROUTER_BASEPATH as string) || ''

export function removeBasePath(path: string): string {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.__NEXT_I18N_SUPPORT) { accountmigration.leagueoflegends.com L4
Source map: webpack://_N_E/../../src/client/detect-domain-locale.ts

export const detectDomainLocale: typeof Fn = (...args) => {
  if (process.env.__NEXT_I18N_SUPPORT) {
    return (
      require('../shared/lib/i18n/detect-domain-locale') as typeof import('../shared/lib/i18n/detect-domain-locale')
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L5
Source map: webpack://_N_E/../../../src/shared/lib/amp-context.shared-runtime.ts
export const AmpStateContext: React.Context<any> = React.createContext({})

if (process.env.NODE_ENV !== 'production') {
  AmpStateContext.displayName = 'AmpStateContext'
}
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L22
Source map: webpack://_N_E/../../../src/client/react-client-callbacks/on-recoverable-error.ts
  if (isBailoutToCSRError(cause)) return

  if (process.env.NODE_ENV !== 'production') {
    const { decorateDevError } =
      require('../../next-devtools/userspace/app/errors/stitched-error') as typeof import('../../next-devtools/userspace/app/errors/stitched-error')
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L140
Source map: webpack://_N_E/../../../src/shared/lib/head.tsx
    .map((c: React.ReactElement<any>, i: number) => {
      const key = c.key || i
      if (process.env.NODE_ENV === 'development') {
        // omit JSON-LD structured data snippets from the warning
        if (c.type === 'script' && c.props['type'] !== 'application/ld+json') {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L140
Source map: webpack://_N_E/../../../src/shared/lib/head.tsx
    .map((c: React.ReactElement<any>, i: number) => {
      const key = c.key || i
      if (process.env.NODE_ENV === 'development') {
        // omit JSON-LD structured data snippets from the warning
        if (c.type === 'script' && c.props['type'] !== 'application/ld+json') {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L2
Source map: webpack://_N_E/../../../src/shared/lib/utils/warn-once.ts
let warnOnce = (_: string) => {}
if (process.env.NODE_ENV !== 'production') {
  const warnings = new Set<string>()
  warnOnce = (msg: string) => {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NEXT_RUNTIME === 'nodejs') { accountmigration.leagueoflegends.com L51
Source map: webpack://_N_E/../../../src/shared/lib/bloom-filter.ts
    }

    if (process.env.NEXT_RUNTIME === 'nodejs') {
      if (this.errorRate < DEFAULT_ERROR_RATE) {
        const filterData = JSON.stringify(data)
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.__NEXT_I18N_SUPPORT) { accountmigration.leagueoflegends.com L5
Source map: webpack://_N_E/../../src/client/add-locale.ts

export const addLocale: typeof Fn = (path, ...args) => {
  if (process.env.__NEXT_I18N_SUPPORT) {
    return normalizePathTrailingSlash(
      (
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (!path.startsWith('/') || process.env.__NEXT_MANUAL_TRAILING_SLASH) { accountmigration.leagueoflegends.com L9
Source map: webpack://_N_E/../../src/client/normalize-trailing-slash.ts
 */
export const normalizePathTrailingSlash = (path: string) => {
  if (!path.startsWith('/') || process.env.__NEXT_MANUAL_TRAILING_SLASH) {
    return path
  }
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L34
Source map: webpack://_N_E/../../src/client/with-router.tsx
    ComposedComponent as any
  ).origGetInitialProps
  if (process.env.NODE_ENV !== 'production') {
    const name =
      ComposedComponent.displayName || ComposedComponent.name || 'Unknown'
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L180
Source map: webpack://_N_E/../../../src/shared/lib/app-router-context.shared-runtime.ts
export const TemplateContext = React.createContext<React.ReactNode>(null as any)

if (process.env.NODE_ENV !== 'production') {
  AppRouterContext.displayName = 'AppRouterContext'
  LayoutRouterContext.displayName = 'LayoutRouterContext'
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L8
Source map: webpack://_N_E/../../../src/shared/lib/image-config-context.shared-runtime.ts
  React.createContext<ImageConfigComplete>(imageConfigDefault)

if (process.env.NODE_ENV !== 'production') {
  ImageConfigContext.displayName = 'ImageConfigContext'
}
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url const basePath = (process.env.__NEXT_ROUTER_BASEPATH as string) || '' accountmigration.leagueoflegends.com L4
Source map: webpack://_N_E/../../src/client/add-base-path.ts
import { normalizePathTrailingSlash } from './normalize-trailing-slash'

const basePath = (process.env.__NEXT_ROUTER_BASEPATH as string) || ''

export function addBasePath(path: string, required?: boolean): string {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L15
Source map: webpack://_N_E/../../../src/shared/lib/head-manager-context.shared-runtime.ts
}> = React.createContext({})

if (process.env.NODE_ENV !== 'production') {
  HeadManagerContext.displayName = 'HeadManagerContext'
}
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L6
Source map: webpack://_N_E/../../../src/shared/lib/router-context.shared-runtime.ts
export const RouterContext = React.createContext<NextRouter | null>(null)

if (process.env.NODE_ENV !== 'production') {
  RouterContext.displayName = 'RouterContext'
}
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L91
Source map: webpack://_N_E/../../../src/shared/lib/router/utils/format-url.ts

export function formatWithValidation(url: UrlObject): string {
  if (process.env.NODE_ENV === 'development') {
    if (url !== null && typeof url === 'object') {
      Object.keys(url).forEach((key) => {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV === 'development') { accountmigration.leagueoflegends.com L91
Source map: webpack://_N_E/../../../src/shared/lib/router/utils/format-url.ts

export function formatWithValidation(url: UrlObject): string {
  if (process.env.NODE_ENV === 'development') {
    if (url !== null && typeof url === 'object') {
      Object.keys(url).forEach((key) => {
https://www.leagueoflegends.com/_next/static/chunks/main-dce482870b005ba1.js
internal_url if (process.env.NODE_ENV !== 'production') { accountmigration.leagueoflegends.com L11
Source map: webpack://_N_E/./node_modules/react-dom/index.js
    return;
  }
  if (process.env.NODE_ENV !== 'production') {
    // This branch is unreachable because this function is only called
    // in production, but the condition is true only in development.
https://www.leagueoflegends.com/_next/static/chunks/framework-d5fbdf5171596063.js
internal_url if (process.env.NODE_ENV === 'production') { accountmigration.leagueoflegends.com L4
Source map: webpack://_N_E/./node_modules/react-dom/client.js

var m = require('react-dom');
if (process.env.NODE_ENV === 'production') {
  exports.createRoot = m.createRoot;
  exports.hydrateRoot = m.hydrateRoot;
https://www.leagueoflegends.com/_next/static/chunks/framework-d5fbdf5171596063.js
internal_url if (process.env.NODE_ENV === 'production') { accountmigration.leagueoflegends.com L3
Source map: webpack://_N_E/./node_modules/scheduler/index.js
'use strict';

if (process.env.NODE_ENV === 'production') {
  module.exports = require('./cjs/scheduler.production.min.js');
} else {
https://www.leagueoflegends.com/_next/static/chunks/framework-d5fbdf5171596063.js
internal_url if (process.env.NODE_ENV === 'production') { accountmigration.leagueoflegends.com L3
Source map: webpack://_N_E/./node_modules/react/jsx-runtime.js
'use strict';

if (process.env.NODE_ENV === 'production') {
  module.exports = require('./cjs/react-jsx-runtime.production.min.js');
} else {
https://www.leagueoflegends.com/_next/static/chunks/framework-d5fbdf5171596063.js
internal_url if (process.env.NODE_ENV === 'production') { accountmigration.leagueoflegends.com L3
Source map: webpack://_N_E/./node_modules/react/index.js
'use strict';

if (process.env.NODE_ENV === 'production') {
  module.exports = require('./cjs/react.production.min.js');
} else {
https://www.leagueoflegends.com/_next/static/chunks/framework-d5fbdf5171596063.js

extracted domains (40)

r1.visualwebsiteoptimizer.com accountmigration.leagueoflegends.com
content.publishing.riotgames.com accountmigration.leagueoflegends.com
d5phz18u4wuww.cloudfront.net accountmigration.leagueoflegends.com
dev.visualwebsiteoptimizer.com accountmigration.leagueoflegends.com
cdn.visualwebsiteoptimizer.com accountmigration.leagueoflegends.com
cdn-cn.vwo-analytics.com accountmigration.leagueoflegends.com
quote.cignaglobal.com accountmigration.leagueoflegends.com
www.datadoghq-browser-agent.com accountmigration.leagueoflegends.com
tocchien.zing.vn account.leagueoflegends.com
support-wildrift.riotgames.com account.leagueoflegends.com
recovery.riotgames.com account.leagueoflegends.com
auth.riotgames.com account.leagueoflegends.com
support-valorant.riotgames.com account.leagueoflegends.com
globalriot.aws-euc1-prod.prod account.leagueoflegends.com
lolstatic-a.akamaihd.net account.leagueoflegends.com
account.riotgames.com account.leagueoflegends.com
support-teamfighttactics.riotgames.com account.leagueoflegends.com
support-legendsofruneterra.riotgames.com account.leagueoflegends.com
valorant.zing.vn account.leagueoflegends.com
parents.riotgames.com account.leagueoflegends.com
support-leagueoflegends.riotgames.com account.leagueoflegends.com
www.datadoghq-browser-agent.com accountmigration.leagueoflegends.com
dev.visualwebsiteoptimizer.com accountmigration.leagueoflegends.com
nextjs.org reactjs.org github.com www.search.com r1.visualwebsiteoptimizer.com search.aol.com www.bing.com github.com content.publishing.riotgames.com cmsassets.rgpub.io search.yahoo.com d5phz18u4wuww.cloudfront.net dev.visualwebsiteoptimizer.com cdn.visualwebsiteoptimizer.com cdn-cn.vwo-analytics.com www.baidu.com analytics.google.com quote.cignaglobal.com cdn.adjust.com app.vwo.com www.datadoghq-browser-agent.com www.youtube.com tocchien.zing.vn support-wildrift.riotgames.com cmp.osano.com recovery.riotgames.com auth.riotgames.com support-valorant.riotgames.com globalriot.aws-euc1-prod.prod lolstatic-a.akamaihd.net +10 more

guids/uuids (2)

3 GUIDs: 952b385c-77d0-47f9-8b13-baa39473b953, c84de61e-21d7-4a4a-9591-3d3a28fb5b1d, 019f1553-3845-481c-a6f5-5a60ccf6d830 account.leagueoflegends.com
019f1553-3845-481c-a6f5-5a60ccf6d830
952b385c-77d0-47f9-8b13-baa39473b953
c84de61e-21d7-4a4a-9591-3d3a28fb5b1d
7 GUIDs: 9aeeaf6b-2013-4f2c-aec1-c6747e594820, 8f052ef8-367d-42a1-9249-a87a191cb8e8, c84de61e-21d7-4a4a-9591-3d3a28fb5b1d (+4 more) accountmigration.leagueoflegends.com
1e5adf8c-e6bf-4d78-bdb6-600ed79d2547
555705bd-3484-4c63-85f7-d96dd195e24c
693068c0-c13c-4726-be0b-f109b3652de8
8f052ef8-367d-42a1-9249-a87a191cb8e8
8f4d25fa-9a25-4e83-8973-d79e9644aaf6
9aeeaf6b-2013-4f2c-aec1-c6747e594820
c84de61e-21d7-4a4a-9591-3d3a28fb5b1d

api endpoints (173)

GET
/publishing-content/v2.0/public/
0.9
jsluice
full url: /publishing-content/v2.0/public/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.9
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/publishing-content/v2.0/public/"
GET
/publishing-content/v2.0/build/
0.9
jsluice
full url: /publishing-content/v2.0/build/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.9
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/publishing-content/v2.0/build/"
GET
/latest-patch-notes/
0.9
jsluice
full url: /latest-patch-notes/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.9
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/latest-patch-notes/"
GET
../package.json
0.9
jsluice
full url: ../package.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.9
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com../package.json"
GET
/_app
0.8
jsluice
full url: /_app
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
static/chunks/pages/[[...pathArray]]-0f7c21828c74efc0.js
0.8
jsluice
full url: static/chunks/pages/[[...pathArray]]-0f7c21828c74efc0.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/[[...pathArray]]-0f7c21828c74efc0.js"
GET
static/chunks/90-079a08146ce08a61.js
0.8
jsluice
full url: static/chunks/90-079a08146ce08a61.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/90-079a08146ce08a61.js"
GET
static/chunks/pages/sitemap_loc.xml-79e083ff25e0ce5b.js
0.8
jsluice
full url: static/chunks/pages/sitemap_loc.xml-79e083ff25e0ce5b.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/sitemap_loc.xml-79e083ff25e0ce5b.js"
GET
/sitemap_loc.xml
0.8
jsluice
full url: /sitemap_loc.xml
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/sitemap_loc.xml"
GET
static/chunks/pages/sitemap_index.xml-31c59afc2cb292ff.js
0.8
jsluice
full url: static/chunks/pages/sitemap_index.xml-31c59afc2cb292ff.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/sitemap_index.xml-31c59afc2cb292ff.js"
GET
/sitemap_index.xml
0.8
jsluice
full url: /sitemap_index.xml
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/sitemap_index.xml"
GET
static/chunks/pages/schemas.json-461bb18b4d3713ae.js
0.8
jsluice
full url: static/chunks/pages/schemas.json-461bb18b4d3713ae.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/schemas.json-461bb18b4d3713ae.js"
GET
/schemas.json
0.8
jsluice
full url: /schemas.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/schemas.json"
GET
static/chunks/pages/robots.txt-c5742f2892a96c44.js
0.8
jsluice
full url: static/chunks/pages/robots.txt-c5742f2892a96c44.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/robots.txt-c5742f2892a96c44.js"
GET
/robots.txt
0.8
jsluice
full url: /robots.txt
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/robots.txt"
GET
static/chunks/pages/debug-b5ac519ec7fd5b7f.js
0.8
jsluice
full url: static/chunks/pages/debug-b5ac519ec7fd5b7f.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/debug-b5ac519ec7fd5b7f.js"
GET
static/chunks/774-ec13a36d4f62447a.js
0.8
jsluice
full url: static/chunks/774-ec13a36d4f62447a.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/774-ec13a36d4f62447a.js"
GET
/debug
0.8
jsluice
full url: /debug
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/debug"
GET
static/chunks/pages/_error-87f262d3d29cd29b.js
0.8
jsluice
full url: static/chunks/pages/_error-87f262d3d29cd29b.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/_error-87f262d3d29cd29b.js"
GET
/_error
0.8
jsluice
full url: /_error
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_error"
GET
static/chunks/pages/404-3e0d4cba106a8acb.js
0.8
jsluice
full url: static/chunks/pages/404-3e0d4cba106a8acb.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/404-3e0d4cba106a8acb.js"
GET
https://cdn.adjust.com/adjust-latest.min.js
0.8
jsluice
full url: https://cdn.adjust.com/adjust-latest.min.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://cdn.adjust.com/adjust-latest.min.js"
GET
https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js
0.8
jsluice
full url: https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js"
GET
/[[...pathArray]]
0.8
jsluice
full url: /[[...pathArray]]
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/[[...pathArray]]"
GET
https://www.leagueoflegends.com/th-th/
0.8
jsluice
full url: https://www.leagueoflegends.com/th-th/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/th-th/"
GET
https://www.leagueoflegends.com/vi-vn/
0.8
jsluice
full url: https://www.leagueoflegends.com/vi-vn/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/vi-vn/"
GET
https://www.leagueoflegends.com/zh-tw/
0.8
jsluice
full url: https://www.leagueoflegends.com/zh-tw/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/zh-tw/"
GET
https://www.leagueoflegends.com/en-ph/
0.8
jsluice
full url: https://www.leagueoflegends.com/en-ph/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/en-ph/"
GET
https://www.leagueoflegends.com/en-sg/
0.8
jsluice
full url: https://www.leagueoflegends.com/en-sg/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/en-sg/"
GET
https://www.leagueoflegends.com/tr-tr/
0.8
jsluice
full url: https://www.leagueoflegends.com/tr-tr/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/tr-tr/"
GET
https://www.leagueoflegends.com/ru-ru/
0.8
jsluice
full url: https://www.leagueoflegends.com/ru-ru/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/ru-ru/"
GET
https://www.leagueoflegends.com/ro-ro/
0.8
jsluice
full url: https://www.leagueoflegends.com/ro-ro/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/ro-ro/"
GET
https://www.leagueoflegends.com/pt-br/
0.8
jsluice
full url: https://www.leagueoflegends.com/pt-br/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/pt-br/"
GET
https://www.leagueoflegends.com/pl-pl/
0.8
jsluice
full url: https://www.leagueoflegends.com/pl-pl/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/pl-pl/"
GET
https://www.leagueoflegends.com/ko-kr/
0.8
jsluice
full url: https://www.leagueoflegends.com/ko-kr/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/ko-kr/"
GET
https://www.leagueoflegends.com/ja-jp/
0.8
jsluice
full url: https://www.leagueoflegends.com/ja-jp/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/ja-jp/"
GET
https://www.leagueoflegends.com/it-it/
0.8
jsluice
full url: https://www.leagueoflegends.com/it-it/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/it-it/"
GET
https://www.leagueoflegends.com/id-id/
0.8
jsluice
full url: https://www.leagueoflegends.com/id-id/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/id-id/"
GET
https://www.leagueoflegends.com/hu-hu/
0.8
jsluice
full url: https://www.leagueoflegends.com/hu-hu/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/hu-hu/"
GET
https://www.leagueoflegends.com/fr-fr/
0.8
jsluice
full url: https://www.leagueoflegends.com/fr-fr/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/fr-fr/"
GET
https://www.leagueoflegends.com/es-mx/
0.8
jsluice
full url: https://www.leagueoflegends.com/es-mx/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/es-mx/"
GET
https://www.leagueoflegends.com/es-es/
0.8
jsluice
full url: https://www.leagueoflegends.com/es-es/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/es-es/"
GET
https://www.leagueoflegends.com/en-us/
0.8
jsluice
full url: https://www.leagueoflegends.com/en-us/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/en-us/"
GET
https://www.leagueoflegends.com/en-gb/
0.8
jsluice
full url: https://www.leagueoflegends.com/en-gb/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/en-gb/"
GET
https://www.leagueoflegends.com/en-au/
0.8
jsluice
full url: https://www.leagueoflegends.com/en-au/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/en-au/"
GET
https://www.leagueoflegends.com/el-gr/
0.8
jsluice
full url: https://www.leagueoflegends.com/el-gr/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/el-gr/"
GET
https://www.leagueoflegends.com/cs-cz/
0.8
jsluice
full url: https://www.leagueoflegends.com/cs-cz/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/cs-cz/"
GET
https://www.leagueoflegends.com/ar-ae/
0.8
jsluice
full url: https://www.leagueoflegends.com/ar-ae/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/ar-ae/"
GET
https://content.publishing.riotgames.com/publishing-content/v2.0/build/channel/league_of_legends_website/page/?locale=de-de
0.8
jsluice
full url: https://content.publishing.riotgames.com/publishing-content/v2.0/build/channel/league_of_legends_website/page/?locale=de-de
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://content.publishing.riotgames.com/publishing-content/v2.0/build/channel/league_of_legends_website/page/?locale=de-de"
GET
https://signup.leagueoflegends.com/
0.8
jsluice
full url: https://signup.leagueoflegends.com/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://signup.leagueoflegends.com/"
GET
https://www.leagueoflegends.com/de-de/champions/
0.8
jsluice
full url: https://www.leagueoflegends.com/de-de/champions/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/de-de/champions/"
GET
/publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=3&limit=3
0.8
jsluice
full url: /publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=3&limit=3
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=3&limit=3"
GET
/publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=2352&limit=3
0.8
jsluice
full url: /publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=2352&limit=3
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=2352&limit=3"
GET
/publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=0&limit=3
0.8
jsluice
full url: /publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=0&limit=3
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/publishing-content/v2.0/public/channel/league_of_legends_website/list/lol_homepage_featurednews?locale=de_DE&from=0&limit=3"
GET
https://www.youtube.com/watch?v=oj-sDAWoHSk
0.8
jsluice
full url: https://www.youtube.com/watch?v=oj-sDAWoHSk
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.youtube.com/watch?v=oj-sDAWoHSk"
GET
https://www.youtube.com/watch?v=r37fIVJ3zEc
0.8
jsluice
full url: https://www.youtube.com/watch?v=r37fIVJ3zEc
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.youtube.com/watch?v=r37fIVJ3zEc"
GET
https://teamfighttactics.leagueoflegends.com/de-de/news/game-updates/teamfight-tactics-patch-16-8/
0.8
jsluice
full url: https://teamfighttactics.leagueoflegends.com/de-de/news/game-updates/teamfight-tactics-patch-16-8/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://teamfighttactics.leagueoflegends.com/de-de/news/game-updates/teamfight-tactics-patch-16-8/"
GET
https://www.leagueoflegends.com/de-de/news/
0.8
jsluice
full url: https://www.leagueoflegends.com/de-de/news/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/de-de/news/"
GET
https://signup.leagueoflegends.com/de-de/signup/redownload
0.8
jsluice
full url: https://signup.leagueoflegends.com/de-de/signup/redownload
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://signup.leagueoflegends.com/de-de/signup/redownload"
GET
https://cmsassets.rgpub.io/sanity/files/dsfx7636/news/8ab3e227121c53aacab0c9b9f7a48adbc65db520.webm?accountingTag=LoL
0.8
jsluice
full url: https://cmsassets.rgpub.io/sanity/files/dsfx7636/news/8ab3e227121c53aacab0c9b9f7a48adbc65db520.webm?accountingTag=LoL
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://cmsassets.rgpub.io/sanity/files/dsfx7636/news/8ab3e227121c53aacab0c9b9f7a48adbc65db520.webm?accountingTag=LoL"
GET
https://leagueoflegends.com/de-de
0.8
jsluice
full url: https://leagueoflegends.com/de-de
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://leagueoflegends.com/de-de"
GET
https://signup.leagueoflegends.com/de-de/signup/redownload?page_referrer=index
0.8
jsluice
full url: https://signup.leagueoflegends.com/de-de/signup/redownload?page_referrer=index
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://signup.leagueoflegends.com/de-de/signup/redownload?page_referrer=index"
GET
https://www.leagueoflegends.com/de-de/
0.8
jsluice
full url: https://www.leagueoflegends.com/de-de/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com/de-de/"
GET
https://www.leagueoflegends.com
0.8
jsluice
full url: https://www.leagueoflegends.com
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.leagueoflegends.com"
GET
settings.js?a=
0.8
jsluice
full url: settings.js?a=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comsettings.js?a="
GET
gquery.js
0.8
jsluice
full url: gquery.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comgquery.js"
GET
visibilityService.js
0.8
jsluice
full url: visibilityService.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comvisibilityService.js"
GET
editorChangesObserver.js
0.8
jsluice
full url: editorChangesObserver.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comeditorChangesObserver.js"
GET
/dcdn/variabledata
0.8
jsluice
full url: /dcdn/variabledata
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/dcdn/variabledata"
GET
core.js
0.8
jsluice
full url: core.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comcore.js"
GET
https://quote.cignaglobal.com/s/
0.8
jsluice
full url: https://quote.cignaglobal.com/s/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://quote.cignaglobal.com/s/"
GET
utils.js
0.8
jsluice
full url: utils.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comutils.js"
GET
/j.php?a=
0.8
jsluice
full url: /j.php?a=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/j.php?a="
GET
ping_tpc.php?account=
0.8
jsluice
full url: ping_tpc.php?account=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comping_tpc.php?account="
GET
https://dev.visualwebsiteoptimizer.com/
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com/"
GET
edrv/vanj-15b1ef1f82eafb8ef4a9793b8c472f2f.br.js
0.8
jsluice
full url: edrv/vanj-15b1ef1f82eafb8ef4a9793b8c472f2f.br.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comedrv/vanj-15b1ef1f82eafb8ef4a9793b8c472f2f.br.js"
GET
vanj.js
0.8
jsluice
full url: vanj.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comvanj.js"
GET
https://dev.visualwebsiteoptimizer.com/dcdn/
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com/dcdn/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com/dcdn/"
GET
edrv/va_gq-335fcae4b7639af76aaf1b53e7879add.br.js
0.8
jsluice
full url: edrv/va_gq-335fcae4b7639af76aaf1b53e7879add.br.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comedrv/va_gq-335fcae4b7639af76aaf1b53e7879add.br.js"
GET
evad.js?va=
0.8
jsluice
full url: evad.js?va=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comevad.js?va="
GET
https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-e8133f8e9b506475ae95cb6b02d6127e.br.js
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-e8133f8e9b506475ae95cb6b02d6127e.br.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-e8133f8e9b506475ae95cb6b02d6127e.br.js"
GET
edrv/nc-f8b62af56ce6751cefbe6c6e9a4fa9ff.br.js
0.8
jsluice
full url: edrv/nc-f8b62af56ce6751cefbe6c6e9a4fa9ff.br.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comedrv/nc-f8b62af56ce6751cefbe6c6e9a4fa9ff.br.js"
GET
/dcdn/settings.js
0.8
jsluice
full url: /dcdn/settings.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/dcdn/settings.js"
GET
https://dev.visualwebsiteoptimizer.com/cdn/
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com/cdn/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com/cdn/"
GET
evad.js
0.8
jsluice
full url: evad.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comevad.js"
GET
/dcdn/
0.8
jsluice
full url: /dcdn/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/dcdn/"
GET
/cdn/
0.8
jsluice
full url: /cdn/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
https://dev.visualwebsiteoptimizer.com
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com"
GET
https://cdn.visualwebsiteoptimizer.com/
0.8
jsluice
full url: https://cdn.visualwebsiteoptimizer.com/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://cdn.visualwebsiteoptimizer.com/"
GET
https://app.vwo.com/visitor-behavior-analysis/dist/codechecker/cc.min.js?r=
0.8
jsluice
full url: https://app.vwo.com/visitor-behavior-analysis/dist/codechecker/cc.min.js?r=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://app.vwo.com/visitor-behavior-analysis/dist/codechecker/cc.min.js?r="
GET
https://app.vwo.com/visitor-behavior-analysis/dist/codechecker/cc.min.js?r=EXPR
0.8
jsluice
full url: https://app.vwo.com/visitor-behavior-analysis/dist/codechecker/cc.min.js?r=EXPR
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://app.vwo.com/visitor-behavior-analysis/dist/codechecker/cc.min.js?r=EXPR"
GET
/j.php?a=774097&u=https%3A%2F%2Fwww.leagueoflegends.com%2Fde-de%2F&vn=2.1&x=true
0.8
jsluice
full url: /j.php?a=774097&u=https%3A%2F%2Fwww.leagueoflegends.com%2Fde-de%2F&vn=2.1&x=true
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/j.php?a=774097&u=https%3A%2F%2Fwww.leagueoflegends.com%2Fde-de%2F&vn=2.1&x=true"
GET
https://dev.visualwebsiteoptimizer.com/j.php?mode=
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com/j.php?mode=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com/j.php?mode="
GET
https://dev.visualwebsiteoptimizer.com/j.php?mode=EXPR&a=774097&f=1&u=EXPR&eventArch=true&x=trueEXPR
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com/j.php?mode=EXPR&a=774097&f=1&u=EXPR&eventArch=true&x=trueEXPR
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com/j.php?mode=EXPR&a=774097&f=1&u=EXPR&eventArch=true&x=trueEXPR"
GET
https://dev.visualwebsiteoptimizer.com/j.php?a=
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com/j.php?a=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com/j.php?a="
GET
https://www.googletagmanager.com/gtm.js?id=
0.8
jsluice
full url: https://www.googletagmanager.com/gtm.js?id=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.googletagmanager.com/gtm.js?id="
GET
https://www.googletagmanager.com/gtm.js?id=EXPREXPR
0.8
jsluice
full url: https://www.googletagmanager.com/gtm.js?id=EXPREXPR
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://www.googletagmanager.com/gtm.js?id=EXPREXPR"
GET
gtm.js
0.8
jsluice
full url: gtm.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comgtm.js"
GET
/api
0.8
jsluice
full url: /api
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
/api/
0.8
jsluice
full url: /api/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
/index
0.8
jsluice
full url: /index
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/index"
GET
/_not-found
0.8
jsluice
full url: /_not-found
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_not-found"
GET
/page
0.8
jsluice
full url: /page
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
pages-manifest.json
0.8
jsluice
full url: pages-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.compages-manifest.json"
GET
app-paths-manifest.json
0.8
jsluice
full url: app-paths-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comapp-paths-manifest.json"
GET
app-path-routes-manifest.json
0.8
jsluice
full url: app-path-routes-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comapp-path-routes-manifest.json"
GET
build-manifest.json
0.8
jsluice
full url: build-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.combuild-manifest.json"
GET
app-build-manifest.json
0.8
jsluice
full url: app-build-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comapp-build-manifest.json"
GET
https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE
0.8
jsluice
full url: https://github.com/zloirock/core-js/blob/v3.38.1/LICENSE
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://github.com/zloirock/core-js/blob/v3.38.1/LICENSE"
GET
functions-config-manifest.json
0.8
jsluice
full url: functions-config-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comfunctions-config-manifest.json"
GET
https://github.com/zloirock/core-js
0.8
jsluice
full url: https://github.com/zloirock/core-js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://github.com/zloirock/core-js"
GET
b?a=1&b=2&c=3
0.8
jsluice
full url: b?a=1&b=2&c=3
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comb?a=1&b=2&c=3"
GET
https://a/c%20d?a=1&c=3
0.8
jsluice
full url: https://a/c%20d?a=1&c=3
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://a/c%20d?a=1&c=3"
GET
export-marker.json
0.8
jsluice
full url: export-marker.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comexport-marker.json"
GET
export-detail.json
0.8
jsluice
full url: export-detail.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comexport-detail.json"
GET
prerender-manifest.json
0.8
jsluice
full url: prerender-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comprerender-manifest.json"
GET
/[[...pathArray]]
0.8
jsluice
full url: /[[...pathArray]]
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/[[...pathArray]]"
GET
routes-manifest.json
0.8
jsluice
full url: routes-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comroutes-manifest.json"
GET
https://dev.visualwebsiteoptimizer.com
0.8
jsluice
full url: https://dev.visualwebsiteoptimizer.com
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://dev.visualwebsiteoptimizer.com"
GET
https://cmp.osano.com/16BZ95S4qp9Kl2gUA/
0.8
jsluice
full url: https://cmp.osano.com/16BZ95S4qp9Kl2gUA/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://cmp.osano.com/16BZ95S4qp9Kl2gUA/"
GET
images-manifest.json
0.8
jsluice
full url: images-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comimages-manifest.json"
GET
/osano.js
0.8
jsluice
full url: /osano.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/osano.js"
GET
required-server-files.json
0.8
jsluice
full url: required-server-files.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comrequired-server-files.json"
GET
_devPagesManifest.json
0.8
jsluice
full url: _devPagesManifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com_devPagesManifest.json"
GET
middleware-manifest.json
0.8
jsluice
full url: middleware-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.commiddleware-manifest.json"
GET
_clientMiddlewareManifest.json
0.8
jsluice
full url: _clientMiddlewareManifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com_clientMiddlewareManifest.json"
GET
/_app
0.8
jsluice
full url: /_app
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
client-build-manifest.json
0.8
jsluice
full url: client-build-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comclient-build-manifest.json"
GET
_devMiddlewareManifest.json
0.8
jsluice
full url: _devMiddlewareManifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com_devMiddlewareManifest.json"
GET
react-loadable-manifest.json
0.8
jsluice
full url: react-loadable-manifest.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comreact-loadable-manifest.json"
GET
next.config.js
0.8
jsluice
full url: next.config.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comnext.config.js"
GET
/_document
0.8
jsluice
full url: /_document
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_document"
GET
/_app
0.8
jsluice
full url: /_app
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
/_error
0.8
jsluice
full url: /_error
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_error"
GET
static/chunks/pages/404-3e0d4cba106a8acb.js
0.8
jsluice
full url: static/chunks/pages/404-3e0d4cba106a8acb.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/404-3e0d4cba106a8acb.js"
GET
/_error
0.8
jsluice
full url: /_error
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_error"
GET
static/chunks/pages/_error-87f262d3d29cd29b.js
0.8
jsluice
full url: static/chunks/pages/_error-87f262d3d29cd29b.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/_error-87f262d3d29cd29b.js"
GET
/_next/data/
0.8
jsluice
full url: /_next/data/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_next/data/"
GET
/debug
0.8
jsluice
full url: /debug
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/debug"
GET
static/chunks/pages/debug-b5ac519ec7fd5b7f.js
0.8
jsluice
full url: static/chunks/pages/debug-b5ac519ec7fd5b7f.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/debug-b5ac519ec7fd5b7f.js"
GET
/robots.txt
0.8
jsluice
full url: /robots.txt
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/robots.txt"
GET
/_next/
0.8
jsluice
full url: /_next/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_next/"
GET
static/chunks/pages/robots.txt-c5742f2892a96c44.js
0.8
jsluice
full url: static/chunks/pages/robots.txt-c5742f2892a96c44.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/robots.txt-c5742f2892a96c44.js"
GET
/_next/image/
0.8
jsluice
full url: /_next/image/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_next/image/"
GET
/schemas.json
0.8
jsluice
full url: /schemas.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/schemas.json"
GET
index.json
0.8
jsluice
full url: index.json
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comindex.json"
GET
static/chunks/pages/schemas.json-461bb18b4d3713ae.js
0.8
jsluice
full url: static/chunks/pages/schemas.json-461bb18b4d3713ae.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/schemas.json-461bb18b4d3713ae.js"
GET
/_next/data/EXPREXPREXPR
0.8
jsluice
full url: /_next/data/EXPREXPREXPR
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_next/data/EXPREXPREXPR"
GET
/sitemap_index.xml
0.8
jsluice
full url: /sitemap_index.xml
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/sitemap_index.xml"
GET
/_next/image
0.8
jsluice
full url: /_next/image
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_next/image"
GET
static/chunks/pages/sitemap_index.xml-31c59afc2cb292ff.js
0.8
jsluice
full url: static/chunks/pages/sitemap_index.xml-31c59afc2cb292ff.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/sitemap_index.xml-31c59afc2cb292ff.js"
GET
/index/
0.8
jsluice
full url: /index/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/index/"
GET
/sitemap_loc.xml
0.8
jsluice
full url: /sitemap_loc.xml
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/sitemap_loc.xml"
GET
static/chunks/pages/sitemap_loc.xml-79e083ff25e0ce5b.js
0.8
jsluice
full url: static/chunks/pages/sitemap_loc.xml-79e083ff25e0ce5b.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/sitemap_loc.xml-79e083ff25e0ce5b.js"
GET
/[[...pathArray]]
0.8
jsluice
full url: /[[...pathArray]]
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/[[...pathArray]]"
GET
static/chunks/90-079a08146ce08a61.js
0.8
jsluice
full url: static/chunks/90-079a08146ce08a61.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/90-079a08146ce08a61.js"
GET
static/chunks/pages/[[...pathArray]]-0f7c21828c74efc0.js
0.8
jsluice
full url: static/chunks/pages/[[...pathArray]]-0f7c21828c74efc0.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/pages/[[...pathArray]]-0f7c21828c74efc0.js"
GET
/_app
0.8
jsluice
full url: /_app
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
GET
static/chunks/774-ec13a36d4f62447a.js
0.8
jsluice
full url: static/chunks/774-ec13a36d4f62447a.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comstatic/chunks/774-ec13a36d4f62447a.js"
GET
https://reactjs.org/docs/error-decoder.html?invariant=
0.8
jsluice
full url: https://reactjs.org/docs/error-decoder.html?invariant=
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.comhttps://reactjs.org/docs/error-decoder.html?invariant="
GET
.e816734b8d04bcb8.js
0.8
jsluice
full url: .e816734b8d04bcb8.js
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com.e816734b8d04bcb8.js"
GET
/_next/
0.8
jsluice
full url: /_next/
method: GET
subdomain: accountmigration.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 44 minutes ago
try: curl -sk "https://accountmigration.leagueoflegends.com/_next/"
GET
https://www.googletagmanager.com/gtm.js?id=
0.8
jsluice
full url: https://www.googletagmanager.com/gtm.js?id=
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://www.googletagmanager.com/gtm.js?id="
GET
https://www.googletagmanager.com/gtm.js?id=EXPREXPR
0.8
jsluice
full url: https://www.googletagmanager.com/gtm.js?id=EXPREXPR
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://www.googletagmanager.com/gtm.js?id=EXPREXPR"
GET
gtm.js
0.8
jsluice
full url: gtm.js
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comgtm.js"
GET
https://lolstatic-a.akamaihd.net/rso-authenticator-ui/0.123.17/
0.8
jsluice
full url: https://lolstatic-a.akamaihd.net/rso-authenticator-ui/0.123.17/
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://lolstatic-a.akamaihd.net/rso-authenticator-ui/0.123.17/"
GET
https://cmp.osano.com/16BZ95S4qp9Kl2gUA/c84de61e-21d7-4a4a-9591-3d3a28fb5b1d/osano.js
0.8
jsluice
full url: https://cmp.osano.com/16BZ95S4qp9Kl2gUA/c84de61e-21d7-4a4a-9591-3d3a28fb5b1d/osano.js
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://cmp.osano.com/16BZ95S4qp9Kl2gUA/c84de61e-21d7-4a4a-9591-3d3a28fb5b1d/osano.js"
GET
https://account.riotgames.com?anchor_link=connected-accounts
0.8
jsluice
full url: https://account.riotgames.com?anchor_link=connected-accounts
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://account.riotgames.com?anchor_link=connected-accounts"
GET
https://tocchien.zing.vn/xoataikhoan
0.8
jsluice
full url: https://tocchien.zing.vn/xoataikhoan
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://tocchien.zing.vn/xoataikhoan"
GET
https://valorant.zing.vn/xoataikhoan
0.8
jsluice
full url: https://valorant.zing.vn/xoataikhoan
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://valorant.zing.vn/xoataikhoan"
GET
https://lor.zing.vn/xoataikhoan
0.8
jsluice
full url: https://lor.zing.vn/xoataikhoan
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://lor.zing.vn/xoataikhoan"
GET
https://auth.riotgames.com
0.8
jsluice
full url: https://auth.riotgames.com
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://auth.riotgames.com"
GET
https://parents.riotgames.com
0.8
jsluice
full url: https://parents.riotgames.com
method: GET
subdomain: account.leagueoflegends.com
confidence: 0.8
detected by: jsluice (AST parsing)
discovered: 6 hours, 54 minutes ago
try: curl -sk "https://account.leagueoflegends.comhttps://parents.riotgames.com"