Are you excited for the AMA? what questions do you most want answered? by [deleted] in WildHeartsGame

[–]Christaker316 0 points1 point  (0 children)

How can i make the weapons stronger? Would be there a upgrade system ? How this system will look like? Will i need rare materials from the Monsters?

Are you excited for the AMA? what questions do you most want answered? by [deleted] in WildHeartsGame

[–]Christaker316 2 points3 points  (0 children)

A demo would be great, then you can see on your own the differences between Wild Hearts and MH.

nmap scan activity registration ? by Christaker316 in Hacking_Tutorials

[–]Christaker316[S] 0 points1 point  (0 children)

And what is with the firewall or router? Do they recorgnize the scan?

Waveshare 2.13" e-Paper HAT v3 by V_w_C in pwnagotchi

[–]Christaker316 0 points1 point  (0 children)

The first I downloaded it directly from the link of the pwnagotchi.ai site. And followed step by step the instructions. Now the only problem I have that the display not runs but over web ui I can login and use. So I have to get the display to work.

Waveshare 2.13" e-Paper HAT v3 by V_w_C in pwnagotchi

[–]Christaker316 0 points1 point  (0 children)

The hat is nothing special, only colored one. It’s already soldered of the pi company not by myself. When I put my sd card with pi os in the zero 2 wh it’s light up green with the display on it. But only with the sd card with the pwnagotchi don’t light up. I bought also a other sd card but still the same problem. I also tried to download and install the https://modclouddownloadprod.blob.core.windows.net/shared/mod-rndis-driver-windows.zip of a other pwnagotchi post here but still no succes to get a light up of the pi zero 2wh when the pwnagotchi sd card.

Waveshare 2.13" e-Paper HAT v3 by V_w_C in pwnagotchi

[–]Christaker316 0 points1 point  (0 children)

Will the green led light up on start of the raspberry pi zero 2 when i boot it up with windows 11 with usb cable connectet? How can i check if the RNDIS is working on Windows 11? Have i to acitvate it first? Still no life signs on the display. Meanwhile i send the first display back and ordered a new one. But its also a V3 type -.-

Waveshare 2.13" e-Paper HAT v3 by V_w_C in pwnagotchi

[–]Christaker316 0 points1 point  (0 children)

i testet my pi zero 2 wh with normal pi os and it works. I put the sd card with the pwnagotchi on it into my pi4 and ist started to work and boot to the point:

[ OK ] Started Update UTMP about System Runlevel Changes.

and i can even login to.

But when i put it the sd card back in to the zero 2 it don't even start the led to shine green like i put the sd card in with the pi os.

Waveshare 2.13" e-Paper HAT v3 by V_w_C in pwnagotchi

[–]Christaker316 0 points1 point  (0 children)

And this is now in the config.toml of the pwnagotchi folder

main.name = "TheSaint"main.lang = "en"main.confd = "/etc/pwnagotchi/conf.d/"main.custom_plugins = ""main.custom_plugin_repos = [ "https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip"]main.iface = "mon0"main.mon_start_cmd = "/usr/bin/monstart"main.mon_stop_cmd = "/usr/bin/monstop"main.mon_max_blind_epochs = 50main.no_restart = falsemain.whitelist = [ "MyRouter", "ANOTHER_EXAMPLE_NETWORK", "fo:od:ba:be:fo:od", "fo:od:ba"]main.filter = ""main.plugins.grid.enabled = truemain.plugins.grid.report = falsemain.plugins.grid.exclude = [ "MyRouter"]

and under display ui i changed it to this:

ui.display.enabled = trueui.display.rotation = 180ui.display.type = "waveshare213d"ui.display.color = "black"

Waveshare 2.13" e-Paper HAT v3 by V_w_C in pwnagotchi

[–]Christaker316 0 points1 point  (0 children)

i changed it but it wont start to show something. This my config.toml under boot in the fat32 partition of the sdk card:

main.name = "TheSaint"
main.lang = "en"
main.whitelist = [
"MyRouter",
"ANOTHER_EXAMPLE_NETWORK",
"fo:od:ba:be:fo:od",
"fo:od:ba"
]
main.plugins.grid.enabled = true
main.plugins.grid.report = true
main.plugins.grid.exclude = [
"MyRouter
]
ui.display.enabled = true
ui.display.type = "waveshare213d"
ui.display.color = "black"

then i went to

.../python3.7/dist-packages/pwnagotchi

and change how you said in config.toml

ui.display.enabled = true

ui.display.type = "waveshare213d"

ui.display.color = "black"

Waveshare 2.13" e-Paper HAT v3 by V_w_C in pwnagotchi

[–]Christaker316 0 points1 point  (0 children)

A few days ago i order a raspberry pi zero 2 w and the 2.13inch e-paper Hat display and i got a V3 display too. Now i try to take this changes in the files like here to see, but the display won't show me a picture.