Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
1,967
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1.  
  2. main:
  3. name: 'pops'
  4. whitelist:
  5. - 'HOMEHUBN'
  6. plugins:
  7.  
  8. auto-update:
  9. enabled: true
  10. install: true
  11. interval: 12
  12.  
  13. grid:
  14. enabled: true
  15. report: true
  16. exclude:
  17. - 'HOMEHUBN'
  18.  
  19. webcfg:
  20. enabled: true
  21.  
  22. session-stats:
  23. enabled: true
  24.  
  25.  
  26. bt-tether:
  27. enabled: true
  28. devices:
  29. my-phone1: PHONENAME # you can choose your phones name here
  30. enabled: true # enables the device
  31. search_order: 1 # in which order the devices should be searched. E.g. this is #1.
  32. mac: 'C0:D3:C0:MACSTUFF' #u need to put your phones bt-mac here (the same as above,
  33. ## or goto your phones settings > status)
  34. ip: '192.168.44.44' # this is the static ip of your pwnagotchi
  35. ## adjust this to your phones pan-network (run "ifconfig bt-pan" on your phone)
  36. ## if you feel lucky, try: 192.168.44.44 (Android) or 172.20.10.6 (iOS)
  37. ## 44 is just an example, you can choose between 2-254 (if netmask is 24)
  38. netmask: 24 # netmask of the PAN
  39. interval: 1 # in minues, how often should the device be searched
  40. scantime: 15 # in seconds, how long should be searched on each interval
  41. share_internet: true # this will change the routing and nameserver on your pi
  42. priority: 99 # if you have multiple devices which can share internet; the highest priority wins
  43. max_tries: 0 # how often should be tried to find the device until it is disabled (to save power)
  44. ## 0 means infinity
  45. macbook:
  46. enabled: false
  47. # ...
  48.  
  49.  
  50.  
  51. ui:
  52. display:
  53. enabled: false
  54. type: 'waveshare_2'
  55. color: 'black'
  56.  
  57. web:
  58. enabled: true
  59. address: '0.0.0.0'
  60. username: admin
  61. password: 12345
  62. origin: null
  63. port: 8080
  64.  
  65. bettercap:
  66. handshakes: /handshakes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement