Projects STRLCPY BlueMap Commits 02539463
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    bluemap.py
    skipped 1349 lines
    1350 1350   '''
    1351 1351   supportedCommands = [
    1352 1352   "version",
    1353  - "test",
    1354 1353   "whoami",
    1355 1354   "scopes",
    1356 1355   "get_subs",
    skipped 64 lines
    1421 1420   else:
    1422 1421   if mode == "run" and ExploitChoosen is None:
    1423 1422   print("Use run command only within an exploit.")
    1424  - elif mode == "test":
    1425  - print(RD_ListAllStorageAccounts())
    1426 1423   elif mode == "version":
    1427 1424   print("Bluemap 1.0.0-Beta")
    1428 1425   elif mode == "whoami":
    skipped 932 lines
Please wait...
Page is in error, reload to recover