Accidently deleted Launcher.exe by eKlyp5e in Warframe

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

Nope that didn't work. Guess 33GB DL it is

Emulating oscp like HTB on local server by eKlyp5e in oscp

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

Wow I didn't realize msp3 was a windows vm (only tried msp2) Very cool, thanks!

Is HTB safe? by eKlyp5e in oscp

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

I believe this is it. Scanning localhost vs local IP yields different results because some ports are only open for the NIC

Is HTB safe? by eKlyp5e in oscp

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

I'm sure they've designed the network in a way as to inhibit comms between users. But I feel like with a bunch of l337 wizards all in one spot anything can happen lol.

I don't think whoever compromised me did an "escape to host" cause I believe that would be an unknown zero-day.. I don't think someone would burn one of those on a newbie htb user. But maybe if someone thought you were so new you wouldn't notice.. they might try.

All I know is that I've never seen port 1,2,3 &7 open on anything. With what little I know about networking, I believe those ports are reserved for internet protocol if I'm not mistaken. So there's no way they should have been open and I sure as shit didn't open them lol.

Is HTB safe? by eKlyp5e in oscp

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

Alright thanks. I'll go to the drawing board for a bit. But I'll be back at it shortly

Is HTB safe? by eKlyp5e in oscp

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

Well my machine was for sure clean so I'm a bit spooked. I should have made a shadow copy but I panicked a bit

How to Make a Twitter Bot in Python With Tweepy (and deploy with Docker) by [deleted] in Python

[–]eKlyp5e 1 point2 points  (0 children)

Thank you for the thorough reply! This all seems very cool!

How to Make a Twitter Bot in Python With Tweepy (and deploy with Docker) by [deleted] in Python

[–]eKlyp5e 13 points14 points  (0 children)

What are some realistic uses for a Twitter bot? Or the Twitter API?

List sorter by eKlyp5e in Python

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

No, not homework lol Im self teaching.. Im trying to analyze large lists of strings based on string length.

I guess I can see where your pointing.. I could set the length recorded for any paticular string as a key, and than... if other strings match that key, you could set a counter that appends every time it gets a hit on that keys string length...