#resources

1 messages · Page 1 of 1 (latest)

static saddle
#

Does anyone have any notes on any of the paths they'd be willing to share? I've done the complete beginner and pre security pathways and It's just dawning on me I should have taken my own notes to study the material.

#

Was going to resort to just blowing an hour or two screen shotting haha

vast stratus
#

hey guys theres a web app lab called pentesterlab vulnerable blog does somebody have a walkthrough that i can watch thanks in advance

burnt parrot
# static saddle Does anyone have any notes on any of the paths they'd be willing to share? I've ...

Can't really share my notes (since they're not all in English lol), but I've completed pre-security and I'm 70% on complete beginner. Here's a list of most useful things I've noted down:

  • Linux (commands)
  • OSI Layers
  • nmap (commands and scan types)
  • Exploiting SMB/Telnet/FTP/NFS/SMTP/mySQL
  • Metasploit (some basic things)
  • Burp Suite (Modules)
  • OWASP Top 10 (What each one is, how it's exploited and how it's mitigated)
  • gobuster (commands)

I recommend going through those modules and nothing what you think is important. It shouldn't take too long

#

Without notes, it would feel like I've learned almost nothing at all. I can't function without them in some rooms

scarlet oar
cunning meadow
burnt parrot
iron shadow
#

hey, i am struggling to understand Active Directory concepts and architecture/hierarchy. any good course for it ? i've been asked that in the last two job interviews and i feel like i don't understand it good enough to describe it

burnt sinew
thorn elm
#

hi anyone know any workable method to extract email from google dork?

most article utilize SERP...

iron shadow
#

that why i asked here, to get more specific content

coral loom
#

@hushed estuary

hushed estuary
#

-ban 838655145557491742 -ddays 1 please don't share links to porn/scam sites. If this was in error, please secure your account and email bans@tryhackme.com afterwards

odd sinewBOT
#

🔨 Banned maxiscool001#7738 indefinitely

shut ferry
#

Thanks mate, I like the format ! Will definitely come in handy

odd sinewBOT
#

Gave +1 Rep to @tawdry bridge

tawdry bridge
odd quest
#

That's a terrible idea.

fossil kestrel
#

Why illegal, there are plenty of websites that do the same but for money, I want to make it free for the public

odd quest
#

What's to stop a malicious individual from abusing it?

fossil kestrel
#

True 😦

odd quest
#

Please stop asking here

#

!rule 9

fervent summitBOT
#

Rule 9: No discussion of illegal/unethical topics or actions. If the target device doesn't belong to you and you don't have specific permission to perform an attack from the owner of the target, then you don't do it and we don't talk about it. This also applies to piracy / copyright violations -- illegally obtained materials (including classified or potentially classified materials) should not be posted here.
If in doubt, please ask a moderator before posting your message -- preferably without breaking rule 1. Whether an action is unethical or not is at the sole discretion of the moderation team. Be warned -- a community ban over ethical concerns may also be extended to a ban from the TryHackMe website; we do not teach blackhats.

odd quest
#

Dealing in stolen data is unethical

sonic abyss
#

What are some good svg2png tools for Ubuntu? I tried svg2png, imagemagick and inkscape but all of them were too low quality

odd quest
sonic abyss
odd quest
#

Oh, at the command line. No idea.

sonic abyss
#

Ah yeah should have been more specific, I need a CLI tool so I can automate the process

thick herald
agile pawn
sonic abyss
runic viper
brazen sequoia
sonic abyss
sonic abyss
#

any good text based resources on getting better at geoguesser?

orchid basin
#

I don't have anything text based that isn't already found in the OhShint gitbook or osint framework, but if you like YouTube, GeoWizard and RAINBOLT are cracked at the game.

sonic abyss
#

Superb website in explaining stuff interactively for free really well!

mystic linden
#

smth. I was trying to create.

odd quest
shut ferry
#

Hey, searching for a resource that might help me with my ubuntu LTS server. I've done some code and made a website I bought a domain since i wanna try this out. I want to make my website public. But not sure how exactly i do this with the ubuntu server and how i point my domain the server or vice versa. Also how i should setup security. Any video or article would help me 🙂

sonic abyss
#

Where's it being hosted?

shut ferry
#

My own server, an old computer i put ubuntu LTS on to learn myself about servers

sonic abyss
#

Right so you have a couple of ways of making it publicly accessible, for example - port forwarding

#

What are you using as your web server software?

#

This could be of help

shut ferry
#

Thanks @hazy bear @sonic abyss

odd sinewBOT
#

Gave +1 Rep to @hazy bear

shut ferry
#

thanks @sonic abyss

odd sinewBOT
#

Gave +1 Rep to @sonic abyss

sonic abyss
#

the pings pepega

orchid basin
#

@sonic abyss what about them 🤔

valid mirage
#

New eJPTv2 training and exam is free if you sign up for the beta. I believe signups end tomorrow.

sonic abyss
#

Make sure to put in your INE account email as it accepts anything ^

valid mirage
#

I reached out to support. You do not need to use an email associated with an INE account. I was super worried about that too @sonic abyss haha

sonic abyss
valid mirage
#

Yeah I was worried because the beta program was listed as free, however an INE account is not.

sonic abyss
#

You can get a free INE account with the starter pass

valid mirage
#

Oh bet. That's good to know!

obsidian peak
#

yo thx

shut ferry
#

Hey 👋 It appears that the site http://www.xss-payloads.com/ seems to be down. The site is mentioned in the XSS Room, and OWASP Top 10. Does anyone know a website with similar resources?

obsidian peak
#

works fine for me too

steep dawn
sonic abyss
#

Ditto

shut ferry
#

Hmm, problem's on my end then. Thanks @odd quest @steep dawn

odd sinewBOT
#

Gave +1 Rep to @odd quest

topaz gulch
# mystic linden https://github.com/Cimihan123/Creating-Pivoting-Lab-In-Docker

You're going to be quite limited in the techniques you can use if you're using docker. No true tunnelling, for example.
Been there, done this, doesn't end too well 😆
I wrote a config to build a container that will allow you to better emulate a real pivoting scenario, but it opens it up to a bunch of possible breakouts (these things are disabled for a reason kekw)

#

If you're building challenges, Docker is a pretty good bet (heck, hardest box I've ever built is a big docker network 🤷‍♂️)
LXC would be a better choice if you're wanting to build pivoting playgrounds though.

#

Harder to automate / compose, but system containers > application containers for this kinda thing anyday

#

Also, JFC for the love of all that's good and holy please please please consolidate those RUN directives in your docker files kekw

mystic linden
topaz gulch
#

Emulating a real pivoting scenario in a container really is not a thing.
Not in an application container it isn't.

prime mantle
regal drift
low marsh
sonic abyss
regal drift
#

When you click sign up on their website it directs you to their trial.

vernal oriole
#

I want to learn more about edb and Linux buffer overflow, Is there any recommendations

balmy sun
#

Anyone know when BHUSA talks will end up on youtube?

compact cipher
#

Anyone knows where to find certs on thm?

sonic abyss
#

Certs?

#

Are you talking about the certificates?

devout crest
gusty helm
#

what do yall use for phishing

#

ive got html files already but how do people spoof the name of the website/ the email

hushed estuary
#

Now phishing is rarely ethical.

topaz gulch
#

Or rather, when it is, it's being done by people who don't need to ask that question

gusty helm
#

testing it on myself im not tryna hack ppl

simple juniper
ember sentinel
#

Can I share my first writeup on Tryhackme room article here?

ember sentinel
#

What shall I do?

fervent summitBOT
ember sentinel
#

Here?

#

Ok

#

Thanks @sharp grove and @hazy bear

odd sinewBOT
#

Gave +1 Rep to @sharp grove

sharp grove
#

+rep @hazy bear

odd sinewBOT
#

Gave +1 Rep to @hazy bear

prisma bison
#

@pliant maple Don’t post referral links.

pliant maple
#

Yeah Sorry about that

#

😅

odd quest
#

-ban @shut ferry -ddays 1 Posting piracy list

odd sinewBOT
#

🔨 Banned koi#7579 indefinitely

crystal topaz
#

Hi. Anyone know if there’s anything like pspy for Windows?

novel lodge
#

I need some guidance I am on a module and when i try to nmap my hackme ip address it will not show me any ftp options to complete the module.

odd quest
odd quest
#

@shut ferry Are you ok there?

novel lodge
#

@odd quest I got it figured out it was a noob error lol thank you for the guidance

odd sinewBOT
#

Gave +1 Rep to @odd quest

balmy sun
orchid basin
#

CRTO below OSCP 🤔

timber lintel
#

CRTO > OSCP

topaz hare
#

I'm so glad CBBH is on it

#

hopefully that one gets more industry recognition

keen field
#

Did u watch it?

prisma bison
#

They’re not in the discord

orchid basin
#

Neither this nor the Flare-VM repo have been updated in about a year. I don’t know how well the commando script works, but the Flare script has been way more inconsistent as time goes on

orchid basin
#

I’m just sad the Flare repo has gotten no love and is slowly becoming more problematic. I’ll probably need to write my own FLARE-lite or something if they don’t update it

olive bough
#
GitHub

Simple but effective powershell script obfuscator witten in shell script. - GitHub - 1337Rin/Swag-PSO: Simple but effective powershell script obfuscator witten in shell script.

GitHub

simple shell script used for automating the process of changing magic numbers with the use of xxd - GitHub - 1337Rin/Auto-Magic: simple shell script used for automating the process of changing magi...

night ether
trim pivot
#

Hey Hackers, I hope you’ve been doing well! Here are the Agenda for this Week (16th - 22nd Aug 2022):
https://github.com/RESETHACKER-COMMUNITY/Pentesting-Bugbounty/blob/main/ResetCybersecuirty/Weekly_Infosec_Update(WIU)/Weekly_Infosec_Update_03.md

    1. Hiring & Free course
    1. Events, Talks & Webinars
    1. Cve's POC and analysis
    • CVE's Week 04 → 16th—22nd August 2022
    1. Vulnerability/bugs Write-ups.
    • Hackerone Report Segment:
    • Bugs Analysis and write-ups segment:
    1. Twitter threads
    1. Research Article/White paper & Statistics Reports.
    1. Tools, framework, RAT, Ransomware and malware
    • SAST/DAST/Recon/Exploit Web : * Tool
    • Cloud Security : * Tool
    • Blue Team : * Tool
    • OSINT Tools : * Tool
    • Malware Analysis : * Tool
    1. Secuirty & Researchers: Pentesting, AppSec, SOC, Red team, Blue team, threat intelligence, Malware, Ransomware etc.
    • Misc. :
    • Blue Team :
    1. Grey/Black Hat Hacker News:
    1. How to get involve in Contribution ?
    1. Source for Weekly infosec Update.
    1. Wrapping Up. 🙂
GitHub

This Contains all kind of resources for learning purpose which includes Conference, jobs, Bugbounty/pentesting HelpDesk, How to get started etc. - Pentesting-Bugbounty/Weekly_Infosec_Update_03.md a...

burnt sinew
balmy sun
#

Where do people learn ISO-27001, SIEM, SCRUM, etc?

#

I see those things on every vacancy but I know no resources to learn them

orchid basin
#

Those are 3 very different things. One is compliance related, the other describes various logging and monitoring tools, and the last one is a “framework” for working in a development team

#

To address each of those respectively

  1. Just read it idk I don’t do compliance 🤷‍♂️
  2. TryHackMe has a couple rooms on Splunk, the most popular SIEM afaik, and ELK stuff in general (I think), so that’s a good place to start
  3. There’s really no way to “learn” it except being in a Scrum team, because that’s what an employer is probably looking for. You can look up how scrum/agile compares to waterfall and at least know that, but not much more beyond that.
elder parrot
jaunty cradle
#

Would someone like to suggest some good repos for red teaming activities specifically exploitation phase and better if it consists ways to avoid detection

vivid locust
pulsar seal
#

hi guys, do you have any resources/books for security/security flaws in SCADA systems? I am working on security for a SCADA network and i need more details on how to ensure the security of it. thanks in advance

orchid basin
#
GitHub

A curated list of resources related to Industrial Control System (ICS) security. - GitHub - hslatman/awesome-industrial-control-system-security: A curated list of resources related to Industrial Co...

GitHub

Collection of writeups on ICS/SCADA security. . Contribute to neutrinoguy/awesome-ics-writeups development by creating an account on GitHub.

trim pivot
#

We started working on "Weekly Infosec Update" because It's very time consuming to monitor the InfoSec Community on twitter, telegram, reddit. discord and visiting security website every day.

I had no idea we’d end up releasing "Weekly Infosec Update" every Wednesday.
I hope community will enjoy the new version.🙏
https://github.com/RESETHACKER-COMMUNITY/Pentesting-Bugbounty/blob/main/ResetCybersecuirty/Weekly_Infosec_Update(WIU)/Weekly_Infosec_Update_04.md

GitHub

Briging infosec community, group and leaders together that solve community challenges, problems, create cultural and provide value to Infosec community. ...

sonic abyss
#

@hushed estuary ^

hushed estuary
#

I don't know if I want to click that

crimson moon
#

it's a malicious link?

deep abyss
olive bough
azure galleon
olive bough
spice garnet
#

https://github.com/SaintsConnor/Scripts-PenTest - Hopefully all scripts here work.

If anyone knows of any scripts they'd like added or coded please let me know and I'll try to get them in there.

DISCLAIMER: NOT ALL SCRIPTS ARE MINE, CREDITS HAVE BEEN GIVEN.

PS: Any CVE Scripts, will be placed in a separate folder upon creation

GitHub

Contribute to SaintsConnor/Scripts-PenTest development by creating an account on GitHub.

shut ferry
#

Is this we’re I can find stuff to become ultimate heker

elder parrot
shut wagon
#

ooh! nice thanks!

odd sinewBOT
#

Gave +1 Rep to @hazy bear

orchid basin
hollow depot
#

@umbral epoch please dont post (paid) self promotion as per the rules

ebon lodge
deep abyss
trim pivot
# trim pivot We started working on "Weekly Infosec Update" because It's very time consuming t...

Hey Hackers, I hope you’ve been doing well on weekend!

Here are the Agenda for "Weekly infosec Update" (31th August 2022 - 6th September 2022)🙏🙏
https://github.com/RESETHACKER-COMMUNITY/Pentesting-Bugbounty/blob/main/ResetCybersecuirty/Weekly_Infosec_Update(WIU)/Weekly_Infosec_Update_05.md

GitHub

Briging infosec community, group and leaders together that solve community challenges, problems, create cultural and provide value to Infosec community. ...

shy glacier
elder parrot
odd quest
#

@elder parrot is that your site?

elder parrot
#

A personal blog. I’m at a point in my life where I want to try to give back to the community, especially the next generation coming up.

astral blaze
#

has someone any explaining resources about SSRF? I can not really understand it

sonic abyss
#

Here's one as an example

odd sinewBOT
#

Gave +1 Rep to @sonic abyss

cosmic moon
#

Anyone got any good threat models for use of a vpn? Based around network attacks

sonic abyss
elder parrot
trim pivot
#

Hey Hackers, I hope you’ve been doing well on the weekend!

Here are the Agenda for new version(v0.4) of “Weekly infosec Update” (7th September—13th September 2022).

https://github.com/RESETHACKER-COMMUNITY/Pentesting-Bugbounty/blob/main/ResetCybersecuirty/Weekly_Infosec_Update(WIU)/Weekly_Infosec_Update_06.md

GitHub

Bringing infosec community, group and leaders together that solve community challenges, problems, create cultural and provide value to Infosec community. ...

trim pivot
sonic abyss
#

Really goes to show how many publicly available cams here are out there

sharp grove
#

can only happen in some developed country that has a lot of cameras around

clear wedge
craggy onyx
#

Your post includes illegal resources.

elder parrot
fluid fulcrum
kindred dome
#

Anyone have any recommendations for any good resources for something like Socat for dummies?

ripe nest
shut ferry
low marsh
prisma bison
#

@rich dawn Please wait for your room to be published by room reviewers before posting it:)

untold nebula
azure widget
trim pivot
elder parrot
small night
#

TCM Academy courses Windows Privesc and Linux Privesc are free for 24 hours. Code is 100OFF

sharp grove
odd sinewBOT
#

Gave +1 Rep to @small night

sonic abyss
sharp grove
elder parrot
balmy sun
#

Blackhat talks have been uploaded to youtube

balmy sun
#

Edit: these are talks from may, not august

#

It sucks imo that most talks from BH asia have really obvious accents

#

(English is not my primary language fyi)

odd quest
#

@spring moth Don't shitpost here

trim pivot
orchid basin
remote wind
#

https://youtu.be/n92YrzELBJU video explaining how lemmeknow works and how it's different from pyWhat!

lemmeknow is the fastest way to identify mysterious text or to analyze hard-coded strings from captured network packets, malwares, or just about anything. It is built with Rust!

GitHub - https://github.com/swanandx/lemmeknow

This project is inspired by PyWhat! Thanks to developer of it for the awesome idea.

Try it online - https://swanandx.g...

▶ Play video
elder parrot
weak gulch
#

Do you guys know and recommend some good courses in udemy about red team?

undone belfry
shut ferry
odd sinewBOT
#

Gave +1 Rep to @elder parrot

crimson moon
elder parrot
crimson moon
#

I know, I already read that, nice post man. But maybe I have to learn the bare basics of IT: I'm so beginner that I don't even know what a proxy really is and how it works

elder parrot
#

Have you downloaded my API Hacking Resource Guide? It has tons of links to resources to learn. The first few pages are all about the fundamentals of HTTP, API protocols etc

crimson moon
#

I got the email with the downloadable Guide, I'll study that. Thank you!

elder parrot
#

Awesome. Hope you find all those resources helpful!!

jagged hull
#

Got an extra 1 month Voucher at the student's account rate... DM me if you want it. I don't need to tell you the things you can get from a subscription 😉...

hollow depot
#

@tribal belfry you can post your repo here 🙂 sorry for the wait!

elder parrot
tawny stone
#

I wrote 2 blog posts on exploiting Trackmania's server binary with some pretty advanced format string techniques, enjoy 😄

Fuzzing + reverse engineering:
https://blog.bricked.tech/posts/tmnf/part1/
Exploitation:
https://blog.bricked.tech/posts/tmnf/part2/

Following up on the previous post, we will triage a crash to find the cause of a blind format string bug. We’ll take this bug from annoying crash all the way to RCE with a few neat tricks.

hushed estuary
#

If so, please provide the CVEs and/or patch notes

tawny stone
# hushed estuary Have these vulnerabilities been disclosed and patched?

Disclosed and WONTFIX. Though I targeted a non-default config and my exploit uses the management port which you're supposed to firewall. I purposefully hunted in this area so my exploit doesn't actually affect real server owners. The game is from 2008, so I wasn't expecting any patches either

hushed estuary
#

Original Trackmania?

hushed estuary
tawny stone
#

It's literally the first chapter in the exploitation blog post

hushed estuary
#

Sorry I just skimmed it

#

Alright

thin skiff
#

any resources for CTF pls ?

prisma bison
#

@elder parrot I appreciate all the content that you have been pushing out recently but this is an infosec community.

In the spirit of being civil and professional I would like to ask you to only share content that is purely educational

elder parrot
#

There are people in this DISCORD who do not understand where that line should be drawn.

prisma bison
#

It’s nothing against you, I’m here to keep the peace. I would do the same if someone made a blog post directed towards you

elder parrot
#

Well, that’s your right. I think it’s an unfortunate reality that I even had to write that post. I hate the drama, but I want people to understand that hacking is not a crime. But unethical criminal activity is. I will of course abide by your decision, but I think it’s unfortunate.

prisma bison
#

I appreciate that:)

elder parrot
#

I am curious though @prisma bison , did you read my article?

#

(I would have DM that question, but I know how some mods feel about that)

prisma bison
#

I did not read it all, I usually put a pin in them and come back to them when I’m not busy :)

elder parrot
#

Lol. Fair enough.

#

When you do get to, I’d ❤️ some feedback on how I could have written that to be more aligned to the knowledge ethos on THM. Feel free to DM your input so I can incorporate that in how I write future articles.

#

Thanks in advance for any feedback you offer. And thanks for holding us accountable.

odd quest
craggy onyx
elder parrot
orchid basin
#

Even if it is technically an opinion piece, it also does go into a little bit of background on the ethical discourse around "hacking" with reference to the Computer Fraud and Abuse act and the programs created to help people, so I would argue it's educational in showing a side of that discussion.

#

If the conclusion is that it's an opinion piece and therefore does not count as a resource, that's cool, but it was solely judged off of the title, which is by no means perfect judgement of the contents of the article.

prisma bison
#

-mute @orchid basin Not your place to speak at all. You can argue whatever you want, the article was breaking the rule and henceforth it was removed. If you want to argue that, take it up with the community manager

odd sinewBOT
#

🔇 Muted An00bRektn#2772 for 1 day

burnt forum
#

@elder parrot i would like to read it as well

elder parrot
shut ferry
hushed estuary
#

People can't stay away from controversy eh?

#

To be fair I read a portion, and while some of the claims are questionable, it is a sensitive subject in many circles, and can be subject to misinterpretation easily, as it's a very very nuanced subject, which I don't think you covered very clearly (unless it was further in bit I was somewhat occupied at the time)

patent veldt
#

What happened here 👀

hushed estuary
#

Nothing major

#

Blog post was linked, bit of a touchy topic, asked to remove as opinion pieces aren't exactly resources

shut ferry
#

In this video I show why it is never a good idea to give out your number to a
Person you have barely met. I also show how you can protect yourself by giving an alternate phone number. With This being said this video is for educational purposes only HAPPY OSINT EVERYONE! note: you cannot use this application to sign up on facebook or a lot of soc...

▶ Play video
#

Small OSINT blog I’m starting to educate the public on OSINT and best steps to take regarding OPSEC

#

I hope this is okay I posted this as a resource 😅if not feel free to remove it. also any feedback is greatly appreciated

olive basin
#

anyone got resources on image forensics? and i mean image as in identifying if a picture was adulterated by someone

odd quest
#

@desert laurel please don't advertise your YouTube videos here

desert laurel
odd quest
#

It's your video

desert laurel
# odd quest It's your video

Even if it is
Don't people create resources and share them so that others can use it.
It was not a tampon add..!

odd quest
desert laurel
#

Are previous videos and articles only visible to me😅

#

Anyway leave it

elder parrot
night holly
brazen sequoia
#

-mute 309688166929924096 7d You always trying to rebel against mod actions. James clearly told them to not advertise their youtube videos here, now you try to circumvent that decision by posting their video yourself.

odd sinewBOT
#

🔇 Muted jB#9815 for 1 week

tribal gull
patent knot
hushed estuary
trim pivot
elder parrot
lilac sundial
thin skiff
odd quest
#

@shut ferry please don't advertise here

elder parrot
thin skiff
shut ferry
trim pivot
brazen sequoia
#

@shut ferry That site seems to have terrible reviews and requires a signup to access that, so I rather remove that post. (Not talking about the shared microsoft link, for anyone wondering)

shut ferry
#

ill keep that in mind

#

no sign up books

prisma bison
#

@finite patio that’s not a resource

elder parrot
reef orchid
thin skiff
swift merlin
#

Hey All,

#

Can any one help me Steel Mountain?
I'm getting an error that "Something went wrong..! Usage is :[.] python exploit.py <Target IP address> <Target Port Number>" though I have converted python script to latest python 3

#

Also not able to start http.server on port 80 as it is already used by other service & if I try to kill that service then the whole tryhackme attack machine is getting disconnected

brazen sequoia
thin skiff
elder parrot
sonic abyss
viscid bison
unborn python
#

Choosing the right hacking PC for you can be difficult with all the choices. I tried without being too technical to tell how to choose a good pc for that purpose.

https://youtu.be/VjSmVtB1AEI

When choosing a laptop or a desktop for your next hacking pc/computer it can be a difficult choice. In this video I will show you how to choose the correct pc/computer for your hacking adventure.

Affiliate links:
Get a good deal with NordVPN:
https://go.nordvpn.net/aff_c?offer_id=15&aff_id=77131&url_id=902

Get a good deal with VidIQ:
https://v...

▶ Play video
shut ferry
#

I made this, tell me if you like it.

sudden fern
#

can has more tl;dr of what toolkit does???

shut ferry
#

I say it in the repo

shut ferry
#

I made it short

sudden fern
#

fair enoughs

hushed estuary
hushed estuary
#

Quick refactor, you should probably extract the boys that colour the text to a separate class/module/function.

#

I'd also use command line parameters rather than menus to drive the thing. This will make scripting and automation much easier

shut ferry
#

But it’s free

gritty fractal
odd quest
hushed estuary
sonic abyss
#

I'd like to recommend you this to use

#

And use a context manager ( with) instead of using f.open()

hushed estuary
#

no, the service

sonic abyss
#

Even if it's not against the ToS, you are responsible for all the actions taken with the API key - some might go against the ToS

thin skiff
elder parrot
olive bough
thin skiff
elder parrot
tawdry cedar
shut ferry
tawdry cedar
#

Hello everyone, I have created a cheatsheet while preparing for OSCP. It also has Active Directory Attacks, probably more than required by oscp.

https://strange-1.gitbook.io/notes/

sonic abyss
#

Learn the basics of computer science from Harvard University. This is CS50, an introduction to the intellectual enterprises of computer science and the art of programming.

💻 Slides, source code, and more at https://cs50.harvard.edu/x.

⭐️ Course Contents ⭐️
⌨️ (00:00:00) Lecture 0 - Scratch
⌨️ (01:45:08) Lecture 1 - C
⌨️ (04:13:23) Lecture 2 -...

▶ Play video
ebon lodge
cobalt canyon
#

Anyone know of any good resources or books on cyber law? Reason I ask is because I want to get more experience with external reconnaissance using DNS, etc. but don't know where to draw the line.

Edit: Will just stick with systems I own or have written permission to test to be safe. Just got confused because I ran across a (seemingly) reputable resource with dnsrecon examples that do zone transfers on third-party domains the author clearly doesn't own. There are other examples too of probing what seems to be a bit too far into large company's DNS info.... Maybe I'm overly cautious, but seems better to be safe than sorry.

But still, if you have any good resources/books on cyber law, I'm still interested.

hushed estuary
spice garnet
shut ferry
elder parrot
reef orchid
#

This is a community created path of extremely difficult rooms that will challenge you. While TryHackMe focuses on learning, the experts need to learn to and that requires much harder content.
Enjoy! If you manage to complete this entire list, please message the Discord about it – it’s very hard!
Some of these rooms have 2 - 3 solves, and some of...

shut ferry
paper thistle
prisma bison
#

Why click link no work

sonic abyss
#

if you could post the actual pdf

tepid patio
paper thistle
#

Just zoom in on the images @sonic abyss.

sonic abyss
#

What is the original file

hushed estuary
#

not being able to click on the links is painful tbh

steep skiff
#

found the pdf from the authors linkedin page that was listed in the first image also available through this route if preferred:

https://www.linkedin.com/posts/chintangurjar_repo-list-activity-6996618801899274240-UE4Y?utm_source=share&utm_medium=member_desktop

✍️ 𝗟𝗶𝘀𝘁 𝗼𝗳 𝗮𝗹𝗹 𝗥𝗲𝗱-𝗧𝗲𝗮𝗺 𝗚𝗶𝘁𝗵𝘂𝗯 𝗥𝗲𝗽𝗼𝘀

#github #infosec #security #cybersecurity #redteam #blueteam #offensivesecurity #pentest… | 14 comments on LinkedIn

paper thistle
shut ferry
#

Hello, any good resource for Active directory pentesting ?

#

would always pref PDF's

kindred tulip
#

Anyone have resources for AWS Cloud Practitioner Cert?

craggy onyx
shut ferry
#

https://whalenenterprise.com/security-safeguards

The Gramm-Leach-Bliley Act requires companies

that offer consumers financial products or services like loans, financial or investment advice, or insurance – to explain their information-sharing practices to their customers and to safeguard sensitive data.

paper thistle
paper thistle
honest urchin
#

Seriously, too much resource

paper thistle
paper thistle
paper thistle
#
Introducing 23 free resources to learn about API security testing:

- Video: Traceable AI, API Hacking 101.
- Video: Katie Paxton-Fear, API Hacking.
- Video: Bugcrowd, Bad API, hAPI Hackers.
- Video: OWASP API Security Top 10 Webinar.
- Blog: Detectify, How To Hack API's in 2021.
- Blog: HackXpert, Let's build an API to hack.
- Video: Bugcrowd, API Security 101 by Sadako.
- Video: David Bombal, Free API Hacking Course.
- Blog: Wallarm, How To Hack API In 60 Minutes.
- Website: APIsecurity IO, API Security Articles.
- Blog: Curity, The API Security Maturity Model.
- Blog: Expedited Security, API Security MegaGuide.
- Video: Grant Ongers, API Security Testing Workshop.
- Videos: The XSS Rat, API Testing And Securing Guide.
- Blog: APIsec OWASP API Security Top 10: A Deep Dive.
- Podcast: We Hack Purple, API Security Best Practices.
- Blog: Kontra Application Security, Owasp Top 10 for API.
- Blog: Secure Delivery, OWASP API Top 10 CTF Walk-through.
- Blog: SmartBear, How To Hack An API And Get Away With It.
- Blog: Ping Identity, API Security: The Complete Guide 2022.
- Video: SANS Offensive Operations, Analyzing OWASP API Security.
- Blog: Bend Theory, Exploiting Unintended Functionality in API's.
- Blog: Bright Security, Complete Guide to Threats, Methods & Tools.
paper thistle
odd quest
tardy timber
#

hi

elder parrot
prisma bison
#

@shut ferry

#

!rule 3

fervent summitBOT
#

Rule 3: No excessive self promotion. You are welcome to post livestreams, writeups, and videos of THM content in #thm-community-media; these should be submitted to the room in question and approved by the creator before being posted here (it goes without saying that 'writeups' which are just copy/pasted room content, or are answer dumps, are a big no-no). Please do not abuse this. Be respectful to other users -- we are not interested in seeing you repeatedly spam your own content.
When in doubt, ask a moderator in the chat :)

shut ferry
#

Oh my bad😅

#

I'll ask next time

paper thistle
feral jungle
#

why does that girl kinda look like andrew tate

prisma bison
#

wut.

paper thistle
paper thistle
paper thistle
#
 Introducing 24 web-application hacking tools:

1. Burp Suite - Framework.
2. ZAP Proxy - Framework.
3. Dirsearch - HTTP bruteforcing.
4. Nmap - Port scanning.
5. Sublist3r - Subdomain discovery.
6. Amass - Subdomain discovery.
7. SQLmap - SQLi exploitation.
8. Metasploit - Framework.
9. WPscan - WordPress exploitation.
10. Nikto - Webserver scanning.
11. HTTPX - HTTP probing.
12. Nuclei - YAML based template scanning.
13. FFUF - HTTP probing.
14. Subfinder - Subdomain discovery.
15. Masscan - Mass IP and port scanner.
16. Lazy Recon - Subdomain discovery.
18. XSS Hunter - Blind XSS discovery.
19. Aquatone - HTTP based recon.
20. LinkFinder - Endpoint discovery through JS files.
21. JS-Scan - Endpoint discovery through JS files.
22. GAU - Historical attack surface mapping.
23. Parameth - Bruteforce GET and POST parameters.
24. truffleHog - Find credentials in GitHub commits.
shell cipher
#

Is it possible for tryhackme to give me there set up for Ubuntu with all the tools virtual machine for VMware 🤔

stuck abyss
shell cipher
#

@stuck abyss that sucks it’s such a good layout 😎

meager zealot
brittle nymph
versed spire
gaunt grove
#

Looking for good resources on Python/C++ programming specifically for hacking/cyber sec. Something like "Python for Black Hat Hackers"

Also looking for good resources on Cloud basics and security

faint sluice
#

I know a lot of people have asked about building home labs, BHIS is having a webinar on Thursday about how to do this https://zoom.us/webinar/register/WN_lav-QqASTUi--pAp7reMgA

faint sluice
# gaunt grove Looking for good resources on Python/C++ programming specifically for hacking/cy...

if you are interested in Azure, look up John Savill on Youtube. He is great.
Black Hills InfoSec also has a lot of stuff on Cloud security https://www.youtube.com/c/BlackHillsInformationSecurity/videos

balmy grotto
#

Are there any resources that individuals can recommend for policy frameworks? I'm interviewing for a medical device start up and I know ISO 14971:2019 is considered the gold standard, but I think it might be cost prohibitive while the company is in stealth mode. Is there a NIST equivalent or other that one could recommend?

south marlin
inland oyster
gaunt grove
tepid patio
inland oyster
# gaunt grove Decently experienced, been programming Java and python for 5-6 months pretty int...

There are plenty of books available for learning Python hacking, I would look up a few and check the table of contents and check if there is anything interesting for you there.

Personally, I have read Black Hat Python 2e by Justin Seitz, Tim Arnold and Python Pentesting essentials by Mohit. And they are good for getting started.

I think THM also has a few modules with Python scripting which are great for getting started.

shut ferry
sterile gale
#

A great video/interview on OSINT

#

You cannot hide. Your privacy is over. Want to learn OSINT? Want to learn how easy it is to find information online? Time to learn Open Source Intelligence from the best.

I think I'll move to a cave :(

OSINT Curious is a registered, non-profit 501(c)(3) organization with the United States IRS (EIN: 84-2781099); and accepts Patreon donations fr...

▶ Play video
shut ferry
#

Regarding 'note taking' whilst you study and practice. I'm generally not a note taker, i never have been - however, i definitely now understand the importance and value of it. There is so much to take in working through the THM Rooms and then doing further deep dives in to topics, it would be near impossible to just remember everything.

Someone suggested to me 'Obsidian.md' - https://obsidian.md/

honestly had to share it on, i found it incredibly easy to use and internally link/branch topics. I now have my own Archive of knowledge!!

digital lark
eternal rivet
#

Any resources for hardware hacking? I’ve been told to just open up computers but it’s quite overwhelming and I don’t know where to go from there.

topaz quest
#

"just open up computers" sounds like real shady advice 😅
I'm not into hardware hacking but I know there is a sub on reddit for it (/r/hardwarehacking) which might be a good start. Also one of the books included in the hacking humble bundle that's running at the moment is for hardware ("The Hardware Hacker" by Andrew Huang)
Good luck and have fun 👍

faint sluice
polar fjord
#

any good resources for beginner-level malware analysis?

elder parrot
shut ferry
silver pendant
shut ferry
sterile gale
#

Hey, one of the tasks for advent of cyber was de-obsfucating malware. I was actually interested in the methods of the reverse. I just don't understand how you manage to do that to your code and still have it run.

#

And it peaked my interest after doing that task

shut ferry
shut ferry
odd sinewBOT
#

Gave +1 Rep to @mortal wadi

shut ferry
shut ferry
odd sinewBOT
#

Gave +1 Rep to @mighty gazelle

odd sinewBOT
#

Gave +1 Rep to @mighty gazelle

orchid basin
#

You're really just changing the code to be "worse" by traditional programming standards. Adding redundant conditions, making the way data is stored more complicated, etc.

steel plume
shut fossil
quartz scarab
stuck abyss
#

After you pass

eternal rivet
tranquil grove
odd sinewBOT
#

Gave +1 Rep to @eternal rivet

drowsy agate
#

If someone ist interested

rough marlin
#

waf bypassing related resources anybody have

jagged tiger
polar fjord
#

Does anyone have any idea about an Autoit decompiler?? exe2aut doesn't seem to work

main plume
#

Hi, any good resources on Encryption and Key Management(PKI)?

silver pendant
wispy stag
tawdry jasper
#

I'm reading the mdn docs for javascript and it says you can declare and reference variables before/without initializing them (assigning them a value), in which case, (without a value) they will always return undefined.

Why would you want to do something like this?

tawdry jasper
#

The Docs also mentioned variable mutations, which allow you to change the value of a const...? I'm assuming you can use this to manipulate available functionality based on varying events or context?

hollow depot
#

This particular chapter is useful I think but this series in general is a good one if you want to learn the workings of js well

shut ferry
#

https://www.youtube.com/watch?v=qdw7ul5_Sjo 

The Vocabulary for Event Recording and Incident Sharing (VERIS) is a set of metrics designed to provide a common language for describing security incidents in a structured and repeatable manner. VERIS is a response to one of the most critical and persistent challenges in the security industry - a lack of quality information. VERIS targets this problem by helping organizations to collect useful incident-related information and to share that information - anonymously and responsibly - with others. The overall goal is to lay a foundation from which we can constructively and cooperatively learn from our experiences to better measure and manage risk.

tawdry jasper
odd sinewBOT
#

Gave +1 Rep to @hollow depot

hollow depot
#

no problem, I recommend that whole book series in general 🙂

tawdry jasper
#

Also, I thought I sent those messages to programming, whaddahek lol

hollow depot
#

its ok, its still a resource I guess haha

tawdry jasper
#

Lmao true

#

I can't sleep so I'll go give that a read now,.thanks again!

silent kindle
#

Hi ! I'm looking for a good book on sys calls, any recommendation ?

polar siren
#
cobalt jolt
#

Anyone listening to any interesting podcasts for cybersecurity that a beginner should listen too? I watch Dr. Auger on youtube, Neil Bridges, David Bombal, and Network Chuck currently.

polar siren
cobalt jolt
#

ah very nice thank you @polar siren

odd sinewBOT
#

Gave +1 Rep to @polar siren

urban hearth
south marlin
# cobalt jolt Anyone listening to any interesting podcasts for cybersecurity that a beginner s...
CISO Series

Cyber Security Headlines is a six-minute news podcast available every weekday at 6 A.M. ET. At the end of the week (Fridays at 3:30 P.M. ET) we invite a security practitioner to comment on the top stories on the companion Week in Review show (20 minutes) where viewers can participate live. Week in Review also made available via podcast feed. ...

#

Also there is SANS Stormcast

https://isc.sans.edu/podcast.html

SANS Internet Storm Center

Subscribe to the Internet Storm Center's cybersecurity podcast, Stormcast, for daily information security threat updates and analysis.

odd sinewBOT
#

Gave +1 Rep to @south marlin

cobalt jolt
elder parrot
nova loom
#

Would anyone be willing to share their thm notes with me?

graceful saffron
#

Hey guys I am currently writing notes on THM advent of cyber 2022 challenge, I just did post Day 02 article yesterday and today I am gonna post Day 03 as well.

Link (Medium) --> https://medium.com/@dasitha.samarasinghe

If there's anything wrong please be kind to leave feedbacks or DM me on discord, and I am open to work on writing articles with anyone!

graceful saffron
west galleon
graceful saffron
odd sinewBOT
#

Gave +1 Rep to @west galleon

prisma bison
#

@graceful saffron that’s an answer dump, it is against our content policy.

If you copy and paste whole tasks including all their answers, we may report your blog.

Our employees and partners have worked hard to make the content in Advent of Cyber 🙂

graceful saffron
#

i explained how to obtain the answers, not just dump answers

#

please read my previous post, I did put hard work and big time to explain this with additional information

#

i dont understand why it tolerates, since others doing articles and yt video walkthroughs

#

i can stop from right now writing further about these challenges, if this is serious

graceful saffron
#

not whole contents

prisma bison
#

You copied the whole task content :)

graceful saffron
#

can someone here please confirm that I that copied that contents?

#

there maybe exact words in both, I just got idea what these contents telling and i did put with my own way like a twist

graceful saffron
hushed estuary
graceful saffron
polar siren
#
gaunt ivy
#

Is there a John The Ripper Syntax#s cheatsheet somewhere? I have just made notes during the room but would like a good refrence to bookmark

polar siren
#

Learn about how schema replication allows a child domain to modify the schema and compromise objects in the parent domain just like a Schema Admin

https://improsec.com/tech-blog/sid-filter-as-security-boundary-between-domains-part-6-schema-change-trust-attack-from-child-to-parent

peak marten
wispy stag
covert cargo
#

hi all, i lookin for a software to scan my website directorie in my linux serveur, i tested clamAV but nothing and i know that i have some files infected. Can u tell me what is the best tool please ?

steel plume
jagged hinge
#

What are some good THM rooms for binary exploitation?

orchid basin
#

To learn? Not many afaik. There's a "ret2libc" room and an "Intro to Pwntools", but those are the only I'd recommend. To practice? "Pwn 101" is the only one I can remember that was decent.

#

I would recommend looking at LiveOverflow's Binary Exploitation series or CryptoCat's Intro to Buffer Overflow for solid content. ROP Emporium, exploit.education, and pwn.college are other good places.

jagged hinge
#

Thank you very much ^^

polar siren
#

Learn about how attackers with administrative access on a trusting domain can gain access to trusted domain with the exploitation of trust account.

https://improsec.com/tech-blog/sid-filter-as-security-boundary-between-domains-part-7-trust-account-attack-from-trusting-to-trusted

shut ferry
#

If you (or anybody else) are interested in learning about ICS sec and adjacent topics, you can also check what CISA offers: https://www.cisa.gov/uscert/ics/Training-Available-Through-CISA 301v and 401v are available for free online, you just need to register to them since number of seats is limited (https://www.cisa.gov/uscert/ics/Calendar). First, it is good to go through their listed web based stuff, you can check on https://ics-training.inl.gov/learn/catalog - you just make account and get access. :)

stray fossil
polar siren
#

Learn how to bypass Kerberoast detection by modifying the encryption type and ticket options. Also, in the end, act as a purple teamer and use the detect&attack strategy which is useful to gain perspective of both sides

https://www.trustedsec.com/blog/the-art-of-bypassing-kerberoast-detections-with-orpheus/

TrustedSec's blog is an expert source of information on information security trends and best practices for strategic risk management.

elder parrot
shut ferry
#

As we push computers to “the edge,” building an increasingly complex world of interconnected systems and devices, security and privacy continue to dominate the national dialogue.

Check out the latest video
https://youtu.be/ZG8aUgTqtWg

prisma bison
#

@shut ferry Can you interact with the community instead of just promoting your content, please?

jagged hinge
polar siren
#

Learn about the writable path local privilege escalation vulnerabilities adversary can abuse which includes methods like DLL Hijacking and DLL planting. In this, there are three system services that can be abused.

  1. Windows Task Scheduler
  2. NetMan Service
  3. IKEEXT Service

https://www.praetorian.com/blog/red-team-local-privilege-escalation-writable-system-path-privilege-escalation-part-1/

Two Windows local privilege escalation vulnerabilities are commonly identified during red team exercises. These issues are of particular interest due to their prevalence within organizations with mature security programs.

wicked tide
shut ferry
orchid basin
jagged hinge
polar siren
clear wedge
#

EP000: Setting Up The Hacking Lab | HACKING FOR DUMMIES

To set up a hacking lab, you will need to create a simulated environment in which you can practice and develop your hacking skills. This may involve setting up virtual machines or installing specialized software on a physical computer. It is important to follow best practices to ensure the lab is secure.

https://youtu.be/GuOibs-v8qo

Join Community: https://telegram.me/NonymousCommunity

To set up a hacking lab, you will need to create a simulated environment in which you can practice and develop your hacking skills. This may involve setting up virtual machines or installing specialized software on a physical computer. It is important to follow best practices to ensure the ...

▶ Play video
polar siren
wicked tide
#

I am excited to announce the first release of "Damn Vulnerable Electron App", an intentionally-built vulnerable ElectronJS app for learning security issues in ElectronJS.

There was no other similar project to practice ElectronJS vulnerabilities on, so I built it!

For more details about DVEA visit: https://njmulsqb.github.io/2023/01/03/releasing-DVEA.html

polar siren
jagged tiger
wicked tide
jagged tiger
#

This is a huge block that looks a lot like spam. What's your goal in posting it?

jagged tiger
#

Yes

#

Enormous text walls are, definitionally, spam.

#

Was that Medium link monetized in any way?

#

Please do not send unsolicited friend requests.

cobalt canyon
#

super amazing website that teaches refactoring for free. you can also buy the course, which i've done. i think it's worth it. https://refactoring.guru/ Note: I'm not affiliated with this site in any way, just found it because I want to learn refactoring

polar siren
spring star
#

Any learning resources for android/mobile based ctf's

gritty birch
prisma bison
#

For what?

prisma bison
#

-undelete -a

odd sinewBOT
#

Up to 10 last deleted messages (last hour or 12 hours for premium):

none...

prisma bison
#

Yikes

indigo sequoia
#

CyberDucky is ready to hack! Hope you all are having a great year so far. Thank you for all the love. Blueprint for how a pentest is structured!
https://youtu.be/6o25auMAVv8

In this video, I am going over the SANS Blueprint to Penetration Testing.

It covers all the major steps taken in order to successfully complete a pentest and how to make customers happy :) .

Blueprint Poster: https://sansorg.egnyte.com/dl/tDBTfSpG2h
SANS Posters: https://www.sans.org/posters/
Hashcat: https://github.com/hashcat/hashcat
Rules...

▶ Play video
sonic abyss
#

Not sure if any of these contain any pirated resources, but there all linked on the defcon websites and I found some great resources in em
https://media.defcon.org/
https://infocon.org/podcasts/?C=N&O=A
https://defcon.org/html/links/dc-torrent.html

InfoCon.org is an archive of hacking and security conference videos, documentaries, rainbow tables, word lists and podcasts.

sudden fern
#

quite sure it is all legal stuff from defcon or they would get in a lot of trouble quickly

versed spire
odd sinewBOT
#

Gave +1 Rep to @sonic abyss

wispy stag
sonic abyss
junior sandal
#

Hi, curious to know if any automated vulnerability tool exists for Elasticsearch database vulnerability scan?

shut ferry
hushed estuary
#
The Cloudflare Blog

Elliptic Curve Cryptography (ECC) is one of the most powerful but least understood types of cryptography in wide use today. At CloudFlare, we make extensive use of ECC to secure everything from our customers' HTTPS connections to how we pass data between our data centers.

hushed pier
#

Anyone have a good resource to learn regexp? Looking for book recommendations and sites.

nova current
odd sinewBOT
#

Gave +1 Rep to @nova current

ancient sonnet
#

Sharing this for those who may be interested: I added a #MalwareBazaar downloader to HuskyHack's blue-jupyter notebook. It works but still needs clean ingup.
https://github.com/accidentalrebel/blue-jupyter/blob/main/malware-analysis/Malware-Analysis.ipynb?fbclid=IwAR08jwn7CEp3_f5wi4FEKc8Z85nr2uqu_8jQdppaKF_DhJUcM7cGY452Fjo

GitHub

Jupyter Notebooks for the Blue Team. Contribute to accidentalrebel/blue-jupyter development by creating an account on GitHub.

faint sluice
waxen knoll
#

Hey guys, I created a free open source project to help people get started on making their first contribution with an easy step by step guide

If there's any suggestions or ways I can improve this please let me know

https://github.com/HyunCafe/contribute-practice

karmic cradle
#

Have you guys tried this tool?

honest nebula
#

Hey, what's the best/most used emulator for mobile?

jagged haven
honest nebula
#

Thanks

jagged haven
stuck abyss
#

Bee even kindly gave the markdown version.

iron cliff
#

I added more rooms and removed expired ones, also I will be including the write-ups and events. The objective is to provide value and grow the community nothing more

#

I'm providing a place where people can get all the free rooms, track their process and solutions, and connect with other people with the same taste for cybersecurity, looking for contributors, not the opposite, take care guys @stuck abyss @hazy bear

stuck abyss
iron cliff
#

Sure whats the socials? I think he deserve it but I couldn't find it so I just did the repo. I'm sure he doesn't mind anyway...

stuck abyss
#

Good point, I don't actually know 😂

#

@tepid patio

What's your socials 😂

iron cliff
#

Thanks, It's on his discord profile, but I will ask first by email see if he wants

#

Greetings THM community! ❤️

Are you looking to master cybersecurity skills and take your knowledge to the next level?
Look no further than this TryHackMe free path repository! This collection of personal solutions and explanations will guide you through various rooms and challenges to help you improve your understanding of cybersecurity. Whether you're new to the field or looking to deepen your expertise, this repository has something to offer. Fork it today, and start your journey to becoming a cybersecurity pro!

https://github.com/migueltc13/TryHackMe

heavy elmBOT
#

@iron cliff has been warned.

iron cliff
odd sinewBOT
#

Gave +1 Rep to @brazen sequoia

brazen sequoia
#

I feel like having it in here already is good enough, but if you really feel the need to post it there too, go for it, since it's technically THM content

iron cliff
brazen sequoia
#

!docs verify

fervent summitBOT
tepid patio
#

i saw da email and DM on twitter

#

currently i am in a job interview rn lol so will look at it properly later

stuck abyss
#

Good luck on the interview Bee!

sonic abyss
#

I also think the name of the repo should be more specific instead of just "TryHackMe"

wispy stag
honest nebula
odd sinewBOT
#

Gave +1 Rep to @jagged haven

heavy elmBOT
#

@gaunt needle has been warned.

iron cliff
odd sinewBOT
#

Gave +1 Rep to @sonic abyss

elder parrot
simple creek
honest nebula
#

I've downloaded genymotion with virtual box, installed, registered, opened a samsung galaxy S10 with default options

#

Android Certificate
Export certificate from burp

Convert the Certificate from der to acceptable formats:

Genymotion: 
openssl x509 -inform der -in cacert.der -out burp.cer
drag&drop and install from phone.

#

I used httptoolkit for proxy because setting burp to work for apps is problematic, it works great for web though

wispy stag
#

for beginners i put together a little help for Hydra https://youtu.be/jY6-ls1v_qM

In this penetration testing presentation we will try to crack the password of a Linux user via SSH in our personal lab using the Hydra brute force tool.

Important note: cracking passwords in the wild is illegal! Do NOT do it out of the lab, unless you are a penetration tester with a signed contract!

My article about the topic: https://tomsitca...

▶ Play video
#

John the Ripper will be the next tool

broken scarab
#

VulnPlanet repo - The most extensive collection of well-structured vulnerable code examples and fixes on the internet for Web2, Web3, API and Mobile (iOS and Android).

Link: https://github.com/yevh/VulnPlanet

slim kiln
#

Anyone have a good resource to learn binary exploitation and reverse engineering???

orchid basin
novel inlet
simple creek
#

Thanks @honest nebula 😄👍

odd sinewBOT
#

Gave +1 Rep to @honest nebula

honest nebula
#

Hey, thm don't resources in mobile department, anyone knows a good source of similar style?

honest nebula
jagged haven
honest nebula
odd sinewBOT
#

Gave +1 Rep to @jagged haven

finite patio
steel plume
#
#
spice garnet
odd sinewBOT
#

Gave +1 Rep to @steel plume

steel plume
#

no worries :)

tepid patio
# spice garnet If we got any UK College students: https://www.gchq-careers.co.uk/cyberfirst.ht...

Cyberfirst is great 🥳

Looked at https://github.com/SaintsConnor/ToolBar btw, cool idea. Instead of making a .bat / .sh file and running it you can use Poetry to package it (https://python-poetry.org/) (this might take a week of your time, but it's worth it)

Then you can do poetry publish to get it into PyPi, and then pip install toolbar to get it locally on your system 😄

GitHub

Single Python Project enabling quick infrastructure loading (SMB Servers, HTTP File Server, FTP, Webpage, NetScanner) - GitHub - SaintsConnor/ToolBar: Single Python Project enabling quick infrastru...

autumn oar
#

Hiya people! Can anyone provide me with good gRPC pentesting reports?
more like what kind of attacks can be tried out on a gRPC based API :)?
examples of fuzzing gRPC endpoints and tools to do so...

spice garnet
odd sinewBOT
#

Gave +1 Rep to @tepid patio

spice garnet
sonic abyss
#

Yr12 I assume

spice garnet
sonic abyss
#

Ah nice, same here :)

#

I can definitely recommend poetry, it's how I package all my public libraries

poetry init
poetry build
poetry publish 

As easy as that

tepid patio
#

you should also apply to CF jay

sonic abyss
spice garnet
odd sinewBOT
#

Gave +1 Rep to @steel plume

stray fossil
autumn oar
#

Literally any resources will help...

autumn oar
steel plume
#

well I don't know cause you just asked without providing much context :/

#

same with the HTB server

#

hope you find something in these though

#

good luck :)

autumn oar
#

If you can answer.... Good... If you can't then you have the right to remain silent.... I researched my fair share and then I came in here to ask for pentest reports/vulnerable apps/ attacking methods.

steel plume
#

apologies officer

#

ksk

autumn oar
#

😂

#

Chill

steel plume
#

and I did answer though i probably sent you the same things that you've already found
if i come across anything new I'll send it to you

autumn oar
#

The question I also have is ... Why were the researches dropped :/

steel plume
#

probably inconsistent vulns that were setup/user error rather than software

autumn oar
steel plume
#

that's true

autumn oar
#

I know that pentesting gRPC is hard :).... But its actually pretty interesting....

#

I'm actually looking for some novel methods/ideas that people have tried... Which is why I'm asking the same question in different servers...

#

Because many a times reports don't mention gRPC in the title :/....

steel plume
#

fair enough

#

the cure53 one might have something

autumn oar
#

Yes they do... But two of them are patched by gRPC themselves... So no more areas of human mess up :). What shocks me is that this area of research hasn't been touched a lot... Same with HTTP3 protocol fuzzing :)

autumn oar
#

It wasn't toxic my friend :)... Sarcastic rather :)...

#

The same was we give "letmegooglethat" links 🙃

brazen sequoia
#

That's not how that works. 🙂
If you feel like there is an issue with another user, you can DM or ping a mod.

wispy stag
#

here is my 2nd video in the series, some John practice https://youtu.be/8GbWefXSMRs

In this video about Penetration Testing and Cyber Security we will crack the password of the root user on a Debian server. We look for a binary with SUID bit and trick the system to reveal the /etc/shadow file. Then using this file and our list about the possible passwords we run a dictionary attack with John the Ripper.

Important note: crackin...

▶ Play video
last girder
#

Are there any cheap labs to study for Pen 300 anywhere or inexpensive material

fluid fulcrum
#

Wasn’t sure in which channel to post this, so posted it here. Feel free to move it to a more appropriate channel.

brazen sequoia
#

@fluid fulcrum This is becoming a bit too much of self-promotion tbh, since the sites you share, which seem to be owned by you, are always containing links to your paid classrooms/courses. So if you feel like sharing your resources, please make sure to use some content neutral websites/services for that which are not linked to your paid resources.

spice garnet
fluid fulcrum
tepid patio
#

This may be what you want as a developer, but it is not what users want 😦

The software industry as a whole hates auto-updating software for important things (especially CLI tools) because if they're using it everyday and you change how it works and it auto-updates it annoys them 😓

So, officially there is no way to do this with Pip. Instead what you should do is create an OS-level package like Homebrew https://brew.sh/ or Arch (AUR)

That way when the user does sudo apt update && sudo apt upgrade it updates your package too (when the user wants)

Of course if you don't care, you can just run os.system('pip install --update <package name>)' everytime you run 😅

Homebrew

The Missing Package Manager for macOS (or Linux).

#

Ok one last thing, if you can get a poetry pipeline to work for auto-deploying you can contribute that to other projects which use poetry (like https://github.com/bee-san/pywhat 😉 )

And you can win points for "I make significant contributions to open source project by setting up their CI/CD for them" too

#

I like to call this "CV-optimised development" 🙇‍♀️

prisma bison
wispy stag
#

today's video is about some easy Burp Suit practice: https://youtu.be/5df49kwVXYc

In this exercise we will log in as an admin user in a web shop without knowing the right password. SQL Injection is the technique that we can use to bypass the login form. The tool that helps us in it is called Burp Suite. We use the Community Edition of the tool.

Important note: hacking in the wild is illegal! Do NOT do it out of the lab, unle...

▶ Play video
elder parrot
nova loom
elder parrot
odd sinewBOT
#

Gave +1 Rep to @nova loom

thorn rose
#

Hi guys, can someone suggest training/courses for security champions? We have sec champs team in my company but we are struggling to get knowledge base. Want to buy some kind of course? Thank you for any suggestions.

boreal snow
odd sinewBOT
#

Gave +1 Rep to @elder parrot

elder parrot
#

Thanks!

sonic abyss
drifting rampart
#

Ok, so I am wanting to get started with Linux, but I don't want to partition my hard drive, so I am wanting to put it on another laptop. How do I install Linux over windows os

zenith goblet
tardy briar
wispy stag
#

FTP hacking help: https://youtu.be/CkvqXFMe6yk

In this video we don't know any user name or password for the FTP service. We use another function of Hydra to provide two input files. One file contains the possible user names, the other contains the possible passwords. Hydra will try every combination/permutation of the two files to crack the user and the password.

In real Penetration Testin...

▶ Play video
sonic abyss
#

Some small advice from someone with +20 years in cyber - hope it's helpful

drifting rampart
odd sinewBOT
#

Gave +1 Rep to @tardy briar

lavish granite
prisma bison
lavish granite
prisma bison
#

I would probably re-read them

lavish granite
#

If you can send me the rules, that will be great.

prisma bison
#

And please don't assume my gender.... lmao

lavish granite
wispy stag
#

i recorded another video about Burp Suite and its Intruder: https://youtu.be/_HgRIZmMKr0

Let's attack the login form of a web shop when we actually know the admin's email address. In this episode we hack the Juice Shop with Burp Suite using a brute force attack. This dictionary based attack will show us how easy is it guess the non-complex passwords. Always use complex passwords in real life with multiple-factor-authentication! #hac...

▶ Play video
shut ferry
hushed estuary
upper citrus
elder parrot
sonic abyss
#

@prisma bison

tardy rapids
#

is there a blog or something which y'all have found helpful with a list of questions that can be asked in an Application security interview

#

or just a list of things to look into

cobalt canyon
tardy rapids
fringe tree
#

I'm not an expert, but when I read the OWASP top 10 it looks like an attempt to fit as many different bug types under 10 labels as possible

steep skiff
#

looking for recommended podcasts be it general or niche aspects of cyber security

fringe tree
#

same question but for web pentesting

cyan lagoon
#

@steep skiff darknet stories

#

diaries*

jagged haven
steep skiff
#

@cyan lagoon and @jagged haven thank you both for the suggestions. I've got some listening to do.

odd sinewBOT
#

Gave +1 Rep to @cyan lagoon

prisma bison
#

@late comet Please don’t promote your YouTube content here

shut ferry
#

Does anyone know any resources that will allow a new linux user to consistently test and use linux commands in a simulated fashion? Something like tryhackme but a bit more extensive and hands on

stuck abyss
prisma bison
#

Hey @leaden scroll

Please ask before posting surveys

cobalt canyon
sonic abyss
gusty grove
jagged haven
odd sinewBOT
#

Gave +1 Rep to @gusty grove

brazen wren
#

Anyone got a link or resources about docker breakout on windows hosts?

hushed estuary
#

You'll generally break out to a VM of some sort

#

Unless you mean windows containers

steel plume
sonic abyss
#

https://youtu.be/ILsA4nyG7I0
Slightly unrelated to cyber but honestly this is the best introduction to neural networks video I've seen so wanted to share

Part of the End-to-End Machine Learning School Course 193, How Neural Networks Work at https://e2eml.school/193

Visit the blog:
https://brohrer.github.io/how_neural_networks_work.html

Get the slides:
https://docs.google.com/presentation/d/1AAEFCgC0Ja7QEl3-wmuvIizbvaE-aQRksc7-W8LR2GY/edit?usp=sharing

Errata
3:40 - I presented a hyperbolic tang...

▶ Play video
dull spade
#

appreciated sip

elder parrot
gaunt grove
#

Anyone know of a good resource to learn pwn? Completely new to it

steel plume
lavish vessel
#

Those that cleared CEH, what resources did you use to study? I can't buy the official one because then I will be out of budget for the exam lol. Any free or reasonable priced courses will be very helpful. ^_^

sonic abyss
lavish vessel
#

Kind of, yes. CEH is very popular in India and most jobs asks for it. There are few listings without it but most demands it. ._.

#

If it wasn't for that, I would have probably gone for eJPT first.

sonic abyss
#

Yup understandable, it's very valued in India

#

I believe the exam is multiple choice (no practicals) and isn't that hard so I think THM would be fine for what's on the syllabus but I personally haven't taken it. You could also try asking in #cyber-and-careers blobfingerguns

#

cc @hard solar @twin ore

surreal sapphire
steel plume
junior sandal
#

Hi, I am planning to do CEH certification. Wanted to know if there are any exam vouchers available to get some discount?

lavish vessel
lavish vessel
steel plume
supple goblet
#

Can any one tell me where can i learn bash scripiting

junior sandal
dapper pivot
supple goblet
dapper pivot
#

Then your best bet is probably either going through docs or looking at places like Sololearn or Codecademy to my knowledge

jagged haven
#

HTB academy has a module on bash

stuck abyss
terse gazelle
#

does anyone know any good resources to learn networking? I wanna spend the next 8 weeks familiarizing myself with it

topaz gulch
#

And now that we've dealt with the "be careful what you ask for"... kekw

#

Honestly, the CCNA study guides are a really good place to start, if a bit dry. Pick up a copy of the first one second hand. They should be relatively cheap.

#

I hear Professor Messer is supposed to be decent for Net+ too.
In both cases you obviously don't need to actually be sitting the certs to benefit from the information.

#

Then, as always, lab it up and play around. Cisco packet tracer is meh but a cheap (I.e. free) way to simulate stuff.
There are other alternatives too.

terse gazelle
odd sinewBOT
#

Gave +1 Rep to @topaz gulch

night ether
#

like cramming content

topaz gulch
zealous cairn
#

Hello there

#

I am starting to learn Cybersecurity

#

I have learnt basic linux

#

Now what should i learn further? And can you also provide resources to learn that

spring coral
topaz gulch
# distant wave Do you recommend GNS3?

Haven't used it enough to really recommend it, but from what I've seen it looks pretty damn good. @dense acorn would be a good person to ask there 🙂

final frigate
#

anyone know how can i use immunity debugger on windows 64bit?

topaz gulch
#

Try x64dbg if you want a similar interface

final frigate
#

i saw a video he open it in kali weird

sonic abyss
#

wine?

final frigate
#

i am not familiar with x64dbg thats why if there is any solution i would appreciate it

final frigate
lime nebula
#

anyone know good written resources on networking that are intermediate level or already assume a decent amount of knowledge? i’m a software engineer and i don’t need to go through tcp vs udp, ports, sockets, etc. again. i’d just like to get up to speed on the practicalities of network setup and configuration.

upper citrus
stuck abyss
#

EC-Council 🤢

sonic abyss
#

EC council made CEH. The only place where it's really reputable is in India

upper citrus
#

Courses Worth Taking?

stuck abyss
#

Are you in India?

upper citrus
#

No

prisma bison
sonic abyss
#

Fair fair

jagged tiger
#

If an org outside of india has CEH as a major cert on their job reqs, I'm going to go into that interview with a lot more and a lot tougher questions.

prisma bison
jagged tiger
prisma bison
stuck abyss
#

Did they offer CeH too?

prisma bison
#

Their course was lined to set you up for the certification ‘CEH’, when I asked them if they were worried about the value of CEH, they said they thought that it was still a really valuable certification.

Completely lost my trust in the content on the course.

stuck abyss
#

Sounds like the follow the Open University then, or OU follow then.

Terrible decision to say that CeH is a major cert in the UK

spice garnet
sonic abyss
#

I'm SW

spice garnet
sonic abyss
#

Go ahead

prisma bison
spice garnet
tepid patio
#

of Britain* (if thats the one that doesn't include wales / scotland / northern ireland)

prisma bison
topaz gulch
#

So what you call North West is actually about the middle of Britain kekw

#

North West of England

tepid patio
topaz gulch
#

Hey, it's in the far south to me! lmao

tepid patio
# prisma bison Not that North, Cov

I live in Liverpool. I consider myself Northern but many people I have met here do not believe Liverpool is in the north, above York mostly is where they believe the North starts

hushed estuary
sudden fern
#

the nordic countries is sweden finland norway and iceland.... also in a few regards denmark gets included

elder parrot
shut ferry
tepid patio
undone onyx
#

Any good SIEM, non very expensive recommendations?

tepid patio
restive flower
#

Yeah that’s pretty cool !

tepid patio
stray fossil
elder parrot
shut ferry
reef orchid
shut ferry
#

sudo nmap -sU --script nbstat.nse -p137 <host> for getting hostname of a machine. You need port 137 because it's the netbios-ns service that knows the hostname of a machine.

wet dagger
tawdry rune
#

👍

shy moth
#

Hey Everyone , how can I Improve my Web Exploitation Knowledge any books or sites ?

night ether
#

portswigger web academy

shut ferry
craggy onyx
#

Which platform?

inner portal
#

Is there a plan in the new updates that are being done to better categorize the learning paths? There seems to be a lot of overlap and the names of the path seem to pretty similar and not always 100% clear.

prisma bison
tardy rapids
#

Hi Everyone, can a DOM based XSS lead to RCE ? if yes, how ? ( I have done a fair bit of googling and have not found anything of use)

odd quest
#

Ping me over there and I'm more than happy to talk over it with you

final heart
#

I have created quite a big repository related to lots of topics in Cybersecurity, which also contains useful links, command tutorials etc. It should be pretty need for newer students. So feel free to take a look kmColorHeart
https://github.com/Berkanktk/CyberSecurity

GitHub

This is a repository where i collect my knowledge to different kind of topics related to cybersecurity. - GitHub - Berkanktk/CyberSecurity: This is a repository where i collect my knowledge to dif...

sonic abyss
#

@odd quest

odd quest
#

@faint pulsar hey, this isn't the place for that.

odd sinewBOT
#

Gave +1 Rep to @final heart

low tusk
#

Wanted to explore Malware analysis ....can I get some roadmaps to follow, resources....want to learn how to detect & prevent malware in system

humble swan
#

have you tried typing malware analysis into a browser?

#

research can be a powerful tool

low tusk
#

Yaa , I have been surrounded by a lot of em & got lost in it. I needed some suggestions from exp folks

humble swan
#

i see

stuck abyss
#

I know it's a chat about resources, but I'll need to ping @brazen sequoia

As there is a dedicated chat for Malware, and I think I seen juun say one day that that's where they suggest all malware chat goes.

Maybe Fontaene will have more clarification.

brazen sequoia
brazen sequoia
sterile gale
#

Just posting this for a beginner.

#

@willow plume this is a great video to start learning python

willow plume
#

Thanks

sterile gale
#

No worries. And goodluck!

sonic abyss
#

I'm thinking of making a guide for newbies getting into cyber security using THM and other resources. Would anybody be interested in possibly helping out and have any ideas for it?

boreal snow
#

Were you thinking of a blog, something on github or just a list?

#

Maybe a sort of wiki could be cool

sonic abyss
#

Hey, thanks! Not sure at the moment. Was thinking of something like #start-here in the form of a github README or smthing like that

flat falcon
orchid basin
sonic abyss
#

Interesting, thanks!

prisma bison
#

@finite patio Can you link to the courses, not someone’s LinkedIn post please

sonic abyss
#

@prisma bison Another one

prisma bison
#

@faint pulsar Please refer to the above message

wispy stag
jagged tiger
#

So there's a couple of things that may leak passwords, given as examples in that article. Please use discretion when typing passwords (such as vault) as an arg to an ad hoc or playbook command, as that may leave the password in the history or audit log.
It's also not best practice to put sensitive data into the vars files, as those are typically synced with a repo, or included as part of the role.

#

When I was a consultant, those were very common things I would have to drill into customers when using ansible.

keen pagoda
#

.

cobalt canyon
sonic abyss
#

Kubernetes Pods | Kubernetes Services | Kubernetes Secrets | Kubernetes ConfigMap | Kubernetes Volumes | Kubernetes Deployment | Kubernetes StatefulSet | Ingress

► Subscribe To Me On Youtube: https://bit.ly/2z5rvTV

Main Kubernetes components explained: Pods, Service, Ingress, Volumes, ConfigMap, Secrets, Deployment, StatefulSet. Just enough to...

▶ Play video
shut ferry
#

Guys, what would you recommend if someone wants to learn burpsuite from beginner to advanced level ?

flat falcon
#

If you want, I can send a link for PortSwigger Academy learning path. (Port Swigger is the company that made Burp Suite)

flat falcon
#

Few minutes

shut ferry
flat falcon
odd sinewBOT
#

Gave +1 Rep to @flat falcon

shut ferry
#

Hello guys , what would you recommend someone going for malware analysis?

heavy elmBOT
#

Done!

hexed sable
#

to my knowledge ansible-vault is not storing anything anywhere (that might end up in a log), that would be really bad

#

oh crap, i misread your comment a bit, yeah as an arg to a playbook thats not very good

jagged tiger
sudden fern
#

and disabling the command history file is not that good of a patch

jagged tiger
#

If you have to disable history, it breaks the entire reason for logging and audit logs in the first place

sonic abyss
candid adder
spice garnet
west galleon
#

@shut ferry

shut ferry
#

giving them a look soon

shut ferry
#

switching between this and some boxes or
smth else?

#

between these resources in parallel? smth different?

#

tryina see how to piece this together

west galleon
#

You can do either of them. I recommend the first resource as it is a courseware so gives you more of a progress

west galleon
shut ferry
#

4 YEARS AGO

#

AHAHHAHAHAHAHAH

#

i remember this

shut ferry
#

tools recommended to learn?

#

Ghidra + gdb?

#

or at least get familiar with

west galleon
#

i use gdb with pwndbg

#

way better imo

#

Ghidra also

#

then theres also windbg for Windows

shut ferry
#

rmb using free ida before / cutter and i rmb radare2

west galleon
#

for challenges, i would recommend HTB's reversing challenges

west galleon
#

under challenges

shut ferry
shut ferry
#

i seem to find myself not knowing how to do these, and that's fine, but i dunno how to best 'learn' from it

#

especially if it's like me not knowing a tool

#

for example i was doing a box and i tried using ghidra, yea, didn't work because it was intended to be done by debugging,, so yea

west galleon
shut ferry
#

how much should I let myself? ig that depends on difficulty

#

but as a general rule to follow until i figure out myself

west galleon
#

Mine is 3 hours for a box

#

then I continue if I'm close

shut ferry
#

right

#

so depending on the progress you say

#

continue or not

west galleon
#

Yea, sometimes when you're really close you can't stop

#

But often times I'm stuck on enumeration so I just take a break

shut ferry
shut ferry
#

should I do the assembly then debugger stuff and then go into architecture or?

#

also do i just do one of windbg/dbg or?

west galleon
west galleon
shut ferry
#

both debuggers or?

west galleon
#

But you can also mix and match depending on your skill level

shut ferry
#

yea i'm basically n00b

#

if not worselol

west galleon
#

I suggest focusing on one area first so like GDB first

shut ferry
#

cuz atm i'm on windows with a linux vm

#

so ye

#

ig WSL works

west galleon
#

So you can appreciate why its a nice addition to gdb

shut ferry
#

yus oke makes sense

#

thank youuu

#

i'll be trying this

#

also will try 3h per box too esp considering i'm still new i probs won't be able to do smth so i should just look up and learn about tihngs I find

west galleon
#

ye dont be afraid to use writeups too, i use em all the time esp. when its something completely new

shut ferry
west galleon
shut ferry
#

i'll do my best

#

thank you sm

sonic abyss
#

List of free stuff for developer by developer to use. This is a collective list of useful services for developer you can use for your next MVP or prototpying your idea.

stuck abyss
thin scarab
#

https://cryptohack.org/ For Cryptography

CryptoHack

A fun, free platform to learn about cryptography through solving challenges and cracking insecure code. Can you reach the top of the leaderboard?

thin scarab