By profession, I am a pentester and team leader @usdAG.
I like to explain and understand things and I am […]
[bridged from https://infosec.exchange/@kpwn on the fediverse by https://fed.brid.gy/ ]
We decided to donate the bounty to @Freiheitsrechte, an organization dedicated to defending […]
We decided to donate the bounty to @Freiheitsrechte, an organization dedicated to defending […]
👉 Try out the new features and let me know what you think!
🔁 Also, boost the first toot to spread the word!
👉 Try out the new features and let me know what you think!
🔁 Also, boost the first toot to spread the word!
Finally, there is a section for Bluesky posts!
Since existing bridges like fed.brid.gy didn't work fine, I built a custom Bluesky crawler.
It's based on CVESky's feed by @hrbrmstr@mastoodon.social ❤️
This should increase the number of posts by a good lot.
If you prefer the […]
Finally, there is a section for Bluesky posts!
Since existing bridges like fed.brid.gy didn't work fine, I built a custom Bluesky crawler.
It's based on CVESky's feed by @hrbrmstr@mastoodon.social ❤️
This should increase the number of posts by a good lot.
If you prefer the […]
if __name__ == '__main__':
mastodon_main = Mastodon(api_base_url='https://infosec.exchange', access_token='[access_token]', request_timeout = 10)
for i in range(20):
print(f'{i}...')
t = time.time()
posts = mastodon_main.timeline(timeline='public' […]
if __name__ == '__main__':
mastodon_main = Mastodon(api_base_url='https://infosec.exchange', access_token='[access_token]', request_timeout = 10)
for i in range(20):
print(f'{i}...')
t = time.time()
posts = mastodon_main.timeline(timeline='public' […]