application.fam 661 B

123456789101112131415
  1. App(
  2. appid="mayhem_evil_portal",
  3. name="[MAYHEM] Evil Portal",
  4. apptype=FlipperAppType.EXTERNAL,
  5. entry_point="evil_portal_app",
  6. cdefines=["APP_EVIL_PORTAL"],
  7. requires=["gui"],
  8. stack_size=1 * 1024,
  9. order=90,
  10. fap_icon="icons/evil_portal_10px.png",
  11. fap_category="GPIO",
  12. fap_description="ESP32-CAM evil portal. When users try to connect to this access point they will be served a fake login screen. User credentials are sent to the Flipper and logged on the SD card. [Unplug the USB cable to test with Mayhem]",
  13. fap_author="bigbrodude6119",
  14. fap_weburl="https://github.com/bigbrodude6119/flipper-zero-evil-portal"
  15. )