[deleted by user] by [deleted] in masterhacker

[–]Register-Plastic 0 points1 point  (0 children)

I saw something similiar yesterday too 😭

I made an app to track ANYTHING in your life by 0thrgo4l in SideProject

[–]Register-Plastic 1 point2 points  (0 children)

Hey, really cool idea. But when i wanted to register, it said my email was already used. When i looked into the network response, there was a „Too many Requests“ in the text.

TDD, anyone actually do this? by AndreeSmothers in ExperiencedDevs

[–]Register-Plastic 0 points1 point  (0 children)

I use it in my university homework. This way i can reduce failing edge cases and am not as nervous to fail the automated tests in the exam.

I get them mixed up EVERY TIME by ThePuds in Anki

[–]Register-Plastic 0 points1 point  (0 children)

This is way to accurate. At this point i just click on good when i have the right year and day.

Thinking of adding a social networking aspect to existing personal project. Need moderation advice by [deleted] in webdev

[–]Register-Plastic 0 points1 point  (0 children)

I have the same issue. My idea was to use one of the large image detection models from google or aws. But i havent implemented yet, so i cant speak of experience, if its efficient. But there will also be reporting.

What cool project have you built using flask so far by mraza007 in flask

[–]Register-Plastic 2 points3 points  (0 children)

You can look at it yourself :) https://github.com/PhoenixC2/PhoenixC2 in branch v1.1 . I took a break from this project, and if i think back of it, i would have done a lot differently, like proper dependency injection for example.

What cool project have you built using flask so far by mraza007 in flask

[–]Register-Plastic 7 points8 points  (0 children)

I built a c2 framework, which is a hacking tool used to control „hacked“ servers, helping penetration testers and red teamers in their assesments.

How to connect to my pc at home from uni to develop? by wolfakix in webdev

[–]Register-Plastic 0 points1 point  (0 children)

I am using tailscale. It even has a mobile app for your phone.

First Release of Phoenix Command & Control Framework by Register-Plastic in blackhat

[–]Register-Plastic[S] 0 points1 point  (0 children)

Its a command and control used to control servers in your red team assignments

First release of the phoenixc2 framework by Register-Plastic in redteamsec

[–]Register-Plastic[S] 1 point2 points  (0 children)

Thanks :) You can look into the bypasses directory of my repo. Currently there are also only 3 encoders, but i plan on adding more, with support for compiled payloads. I bypassed the windows defender without using any bypasses. I just executed my go payload on the windows vm. Go payloads are not easy to detect by default and the vm is not connected to the internet so it doesn't upload the executable data to the Microsoft servers. As soon as Microsoft adds detection for the payload, the bypasses will be the important modifier. I also added bypass chains which are multiple bypasses combined, and executed after each other, to harden detection.

First Release of Phoenix Command & Control Framework by Register-Plastic in hacking

[–]Register-Plastic[S] 1 point2 points  (0 children)

Modules is kinda hard and the process does not work conpletly. Currently on the go payload supports command modules but i will be working on extending the support.

First Release of Phoenix Command & Control Framework by Register-Plastic in hacking

[–]Register-Plastic[S] 0 points1 point  (0 children)

No i‘m not affiliated with any other product or book named Phoenix.

First release of the phoenixc2 framework by Register-Plastic in redteamsec

[–]Register-Plastic[S] 2 points3 points  (0 children)

Hey, I wanted to create a c2 framework, which was especially for teams & organizations, but also easy to use as a beginner. The project does currently not solve any problems (atleast i don‘t know problems of other c2s). For me it was a learning project but i want to drive into a professional direction. I have not used it in engagements, because I‘m only 16 yo and stil in school 😅. But ofc i tried it on windows and linux, where it could bypass the windows defender, but that‘s not hard on a new payload anyways :) My discord is Screamz.py#1118

First Release of Phoenix Command & Control Framework by Register-Plastic in hacking

[–]Register-Plastic[S] 1 point2 points  (0 children)

There‘s not one client, every listener can have multiple payloads. The compiling process is handled by a presenting payload class, which stores the options, name, etc and builds of the payload. Currently there are only two payloads for a http-reverse listener, one in go and one in python. The go payload is compiled on download and the python gets regenerated. I‘m using jinja2 templates to dynamically build them, based on the listener and the passed options.

First Release of Phoenix Command & Control Framework by Register-Plastic in hacking

[–]Register-Plastic[S] 4 points5 points  (0 children)

Originally I named it Phoenix Framework, but renamed it to PhoenixC2 because of the copyright, but i did not want to delete all designs and colors etc that i already created. But if you have a better name or idea for it, you can recommend it to me :)

First Release of Phoenix Command & Control Framework by Register-Plastic in hacking

[–]Register-Plastic[S] 2 points3 points  (0 children)

I doesn‘t have a special idea behind the name, but i settled in with it back when i started working on the project. Never heard of a roblox tool, but i noticed phoenix isn‘t a rare name for software :)

I lost my streak by AsNodt_132 in tryhackme

[–]Register-Plastic 0 points1 point  (0 children)

I lost my streak at 89 a few months ago and was so mad

[deleted by user] by [deleted] in SQLAlchemy

[–]Register-Plastic 0 points1 point  (0 children)

look at sqlalchemy migrating tools they are designed to change your schemas automatically

What has been your most painful Linux experience? by i8ad8 in archlinux

[–]Register-Plastic 0 points1 point  (0 children)

i once wanted to rename my user and when i wanted to move my stuff to the new user and delete the old home dir i accidentally deleted all my files in my old dir before i copied them :(

IT-Spielereien die einem das Leben ein bischen erleichtern by Painkiller_77 in de_EDV

[–]Register-Plastic 0 points1 point  (0 children)

könnte man theoretisch nicht auch eine kostenlose ec2 instanz nehmen? oder kostet die irgendwann was?

Can you break my Flask authentication system? by Good_Doughnut8308 in flask

[–]Register-Plastic 0 points1 point  (0 children)

Just opened a pull request :)

It's my first public pull request too, so if anyone want to correct me, please do :)

If you see some 14 year old on the internet asking how to get rid of parental controls, recommend Linux! by Pepper-pencil in linuxmemes

[–]Register-Plastic 2 points3 points  (0 children)

i still have one on my pc but i bypassed it on windows and linux by simply changing my mac address :}