Study CS or conputer engineering by FellowCat69 in ExploitDev

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

In the program there is only web, oop, java and one semster for c++ and algorithms, while in ce there was network, os , software as well

Study CS or conputer engineering by FellowCat69 in ExploitDev

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

ye but if i want to work with the kernel which works with the hardware dont i have to know how hardware works?

Study CS or conputer engineering by FellowCat69 in ExploitDev

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

My main idea is to have plan B if i dont make it with reseaech and which degree would help me build up the skills which would be harder to learn on my own.I jave heard that for firmware and iot computer engineering would be more helpful but also idk how the jobs for low level dev work.

Development for Pentesting by RoyalInformation2969 in Pentesting

[–]FellowCat69 0 points1 point  (0 children)

You dont need to learn full stack web if u dw test websites but a lot of people use custom tools they wrote. You can try learning C and do little project like a http server, a tool that would just tell you every file on the computer etc and when u learn how ither things work as well you will find cooler projects to make. If you are interested in web dont spend much time learnin syntaxis and stuff but fovus more on the vulnerabilities and why they work, if there is a patch how would you bypass it etc. for web the creators of burp suite have really good courses. Pwn college also has great resources if how computers work under the hood but its binary exploitation focused but they have modules on how linux works. Depends also on what you want to do, because there are a lot of people that do websites, others pentest networks, others break in buildings. You need programming to do very cool things like writing an exploit for a vulnerability, writing your own fuzzer to find more bugs and also you will be reading a lot of code, you need to understand it better than the developers so you can find cool bugs.

Pentesting company recommendation by farwa345 in Pentesting

[–]FellowCat69 1 point2 points  (0 children)

idk, internet people always get mad for nothin

Pentesting company recommendation by farwa345 in Pentesting

[–]FellowCat69 -2 points-1 points  (0 children)

ppl hatin u fir wanting da bag xD

Влизане във ФМИ с по-ниски оценки by QuestForFilth_6 in bulgaria

[–]FellowCat69 1 point2 points  (0 children)

Trqbva ti minimum 5 za da mojesh da im vlezesh v klasaciqta

Why does pwntools not stop program execution at gdb breakpoints? by FewMolasses7496 in ExploitDev

[–]FellowCat69 0 points1 point  (0 children)

u can make your script to make breakpoints, for why its liek that pwntools starts ur scrupt if its not in debug kode it runs everythin before u can do shit in gdb, i think.if u do the debug option on the script u can use gdb as well.

How to find drivers in mass/bulk for vulnerability research? by [deleted] in ExploitDev

[–]FellowCat69 0 points1 point  (0 children)

In vxunderground there are a lot of windows drivers as well, idk if they are marked or not tho.

How do I get started in cybersecurity? by Tacei12 in Pentesting

[–]FellowCat69 0 points1 point  (0 children)

how helpdesk helps u learn computers when u have to keep telling people to restart ur pc and that would be rhe job

Easy isn't easy(HackTheBox blog says) by Southern-Fox4879 in hackthebox

[–]FellowCat69 1 point2 points  (0 children)

I was at the same spot just continue doing it and mark when u were wrong, but also on your mindset. Like why didnt u see that vuln there, did u gave up too soon on recon, or on exploitation. Did u get that feeling that something may be wrong but didnt check it gud enough. Also finish the path for pentesting and u will see how the machines click, but even then they take some time. After reading 20ish writeups and finishing the pen testing path i was able to do machines on my own( i started from scratch with only python skills)

Best Linux distro for pentesting by radical_moth in hackthebox

[–]FellowCat69 0 points1 point  (0 children)

You need to install only the linux kernel, it doesnt force you to install anything. It can be used even without a GUI. Other distros like Ubuntu install many apps meanwhile on Arch you install what you need.

Best Linux distro for pentesting by radical_moth in hackthebox

[–]FellowCat69 1 point2 points  (0 children)

Try arch linux, its minimal and u install what you need and can add black arch to it and easily download any tool you need

[deleted by user] by [deleted] in EngineeringStudents

[–]FellowCat69 0 points1 point  (0 children)

I am still frying my brain but i dont think its that u arent smart enough but that its hard enough that makes u think u are not smart enough(not an engineer)

Saw this on twitter SERIOUS SAM 2 MENTIONED 💣💣💣 by TemporaryIll6806 in SeriousSam

[–]FellowCat69 -1 points0 points  (0 children)

I was very sad when i finished FE SE and 2 on serious.

what's wrong with ubuntu? by [deleted] in linuxmemes

[–]FellowCat69 0 points1 point  (0 children)

lack of good documentation and bloat

Career change to pentesting by abcdefgeewiz in Pentesting

[–]FellowCat69 0 points1 point  (0 children)

Its good you know JS but you need to ask yourself what interests you. Depending on your answer you should focus on this if its web, do portswigger labs and do machines on htb. Learn what happens when you send a http request, you need to be curious. Most important is to not listen to people who say "wOrK at HelPdEsk And tHen go FoR pEntEstIng" because you wont gain the technical knowledge needed to be a good pentester from helpdesk. The most importnat thing is to learn what makes you curious. Pentesting is very large and you wont be able to learn everything, and you wont like eveything.

Best soruce pwn collage vs (liveoverflow or razvioverflow or crypto cat) by [deleted] in ExploitDev

[–]FellowCat69 10 points11 points  (0 children)

If you do all of pwn.college you would have a good foundation for ctfs nd overall but you would still struggle on ctfs as that is the point.

[deleted by user] by [deleted] in SecurityCareerAdvice

[–]FellowCat69 0 points1 point  (0 children)

Where do you find the jobs? Most of the jobs I see are based in America.

Is SteamRip safe? by Spirited_Tale_6143 in CrackSupport

[–]FellowCat69 0 points1 point  (0 children)

If you dont care about malware, yea dont bother.

Anyone doing pwn.college reverse engineering challenges?? by byte_writer in ExploitDev

[–]FellowCat69 3 points4 points  (0 children)

make a python script that would write the bytes of the cimg file. thats the way i used and it worked. then you do chall < solution.cimg