#voice-chat
1 messages · Page 41 of 1
don't all the private docker addresses resolve to lo ?
internally though - because SDN is fucky
veth0 or something
I'm pretty sure with using chisel even with jndi:ldap I got a callbak
but only ldap port maybe http server too has to be local
anyway can't even complete the box now 🙂 with this wonderful talk - thank you @fickle bronze and all the hosts
Gave +1 Rep to @fickle bronze
I have to go now but thank you Hydra and Omega for the session, really enjoyed it and learnt a lot!
@midnight fern i leaked that already 😄
@midnight fern https://logging.apache.org/log4j/2.x/manual/lookups.html you mean this?
oh a wordlist for environment variables that would be nice
seems to be
would be nice to have that on seclists ye
curl ".../uploads/../../../../../etc/passwd" --path-as-is
these works
GET /uploads/%2e%2e%2f%2e%2e%2fetc%2fhosts HTTP/1.1
GET /uploads/%2e%2e%2f%2e%2e%2fapp%2flogs%2fapp.log HTTP/1.1
thanks everyone for coming. Enjoy the rest of the evening 🙂
pied piper
gonna get some water and then might go do some enumeration XD
5 billion devices run java @fickle bronze 😛
setFeature("http://apache.org/xml/features/disallow-doctype-decl", true)
setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false)
setXIncludeAware
setExpandEntityReferences
Website with the collection of all the cheat sheets of the project.
YouTube is doing it better 😂
I'm one of the people who can't do shaker even with video - need writeup @fickle bronze 🙂
I'll get that out now 🙂
great job thank you again @fickle bronze
Gave +1 Rep to @fickle bronze
writeup should be live now
thank you seen it
oooh it is this nasty bash trick $@| / for java: I HATE JAVA @fickle bronze
the default music under videos in microsoft photos makes me go crazy
My mom was editing a video for days and had it loop on speakers
Haha love this!
I’m with you!
@hexed bloom running it on a different machine that can defo dns lookup and still can't coinnect
maybe factorio is having issues
yeah it's just the auth process fro the server
it's connecting now but doesn't seem to do anything
nope
same result running on 3 different vms (obvs not all the same time)
I might head off for the night and take a look at this tomorrow @hexed bloom xx
ty toast ((:
o/
Ooo interesting, thank you for the suggestion
Gave +1 Rep to @weak rose
I was thinking of getting this, is it worth getting now or wait for a sale?
@vapid moss alr I'm off to bed, nice talking to you
Sorry didn't see this, or I would have dragged you in!
@final swift mind if I send a friend request?
Sorry just saw this now but mine is switched off
Ah, I see
hope everything is ok?
It is, thanks for asking 😄
Gave +1 Rep to @final swift
Ok cool!
@near grove one week and youre already on level 6
thats fast
😂
i took like 1 year to reach level 7
but its prob cause I have too much assignments and everything
@little condor you might wanna mute yourself.
we can literally hear everything going around you.
❓
@hexed bloom after that match I can hop on for one or two rounds if you're down?
🤡
❤️
what
hec kn ya
for what?
Hey just observing if that's ok!
@hexed bloom what are you up to?
just finished a a320 startup 🙂
but a320 can't blow shit up
Just use https://colab.research.google.com/github/mxrch/penglab/blob/master/penglab.ipynb with this added
@tawny jungle ^
Give that a shot
Thanks @fresh solar
Gave +1 Rep to @fresh solar
Ill do !
Thanks guys @midnight fern @fresh solar
Gave +1 Rep to @midnight fern
Wow vc is full today
I'm off now but thank you for the streaming @trim sable and good luck with everything. Hope you become a successful cyber sec person and achieve your goals!
Gave +1 Rep to @trim sable
Change the option to -nv
@trim sable Is that code from BlackHat Python?
Cool I think I have built same script when I was learning BlackHat Python lemme check @trim sable
@midnight fern Ngrok
latex
#1
https://www.youtube.com/watch?v=_JW_0TyNpus @trim sable
Ryan AKA 0day is currently the #1 hacker on TryHackMe's platform. In this episode of Live Recon, 0day talks about his experience, what it takes to stay at the top of the TryHackMe leaderboard, resources to learn, and more!
Purchase my Bug Bounty Course here 👉🏼 bugbounty.nahamsec.training
Live Every Saturday Sunday and Monday on Twitch:
https:/...
Thank you 🙏
Gave +1 Rep to @blazing arch
What does this command do "head -n -1 readme.txt"
- Display all but the last line of readme.txt
- Display all but the first line of readme.txt
- Number the first line of readme.txt
- Display the first line of readme.txt
nw ty
just ran the command 0day's answer is correct obviously
ty ty ty
dude i swear lol
cherry coke
lol szy I love Coke too
TempleOS
terry my man
do you love it as much as I do tho
Cats and Coke
RIP CGR 
I'm trying to open this article for a homework assignment and it won't load on Firefox or Chrome...
https://searchdatacenter.techtarget.com/definition/shell-script
i got it
A shell script is a text file that contains a sequence of commands for a UNIX-based operating system. It is called a shell script because it combines a sequence of commands, that would otherwise have to be typed into the keyboard one at a time, into a single script. The shell is the operating system's command-line interface (CLI) and interpreter for the set of commands that are used to communicate with the system.
A shell script is usually created for command sequences in which a user has a need to use repeatedly in order to save time. Like other programs, the shell script can contain parameters, comments and subcommands that the shell must follow. Users initiate the sequence of commands in the shell script by simply entering the file name on a command line.
In the DOS operating system, a shell script is called a batch file. In IBM's mainframe VM operating systems, it's called an EXEC.
How shell scripting works
The basic steps involved with shell scripting are writing the script, making the script accessible to the shell and giving the shell execute permission.
Shell scripts contain ASCII text and are written using a text editor, word processor or graphical user interface (GUI). The content of the script is a series of commands in a language that can be interpreted by the shell. Functions that shell scripts support include loops, variables, if/then/else statements, arrays and shortcuts. Once complete, the file is saved typically with a .txt or .sh extension and in a location that the shell can access.
Types of shells
In Unix and Linux, the two major types of shell scripts are:
Bourne again shells (BASH)- BASH is the default shell for Unix version 7. The character for prompting a bourne again shell is $.
C shells- A C shell is run in a text terminal window and is able to easily read file commands. The character for prompting a C shell is %.
Examples of shell script applications
Using a shell script is most useful for repetitive tasks that may be time consuming to execute by typing one line at a time. A few examples of applications shell scripts can be used for include:
Automating the code compiling process.
Running a program or creating a program environment.
Completing batch
Manipulating files.
Linking existing programs together.
Executing routine backups.
Monitoring a system.
Advantages and disadvantages of shell scripts
Shell scripting is meant to be simple and efficient. It uses the same syntax in the script as it would on the shell command line, removing any interpretation issues. Writing code for a shell script is also faster and requires less of learning curve than other programming languages.
However, if there is an error in a shell script, this can prove to be extremely costly if left unnoticed. Additionally, differing platforms associated with shell scripting may not be compatible. Shell scripts can also be slower to execute than individual commands.
@split kraken
Awww ty
@fickle bronze could you pull me in?
no
cries
sells soul to devil
@dense kernel can you drag me into medium study, please?
oday, thank you <3
I want to develop some rooms like try hack me room
But for cloud security vulerablity
@midnight fern
@midnight fern my pc crashed can you drag me in again?? Its been happening a lot recently my screen just freezes and my computer dies
I don't have access to do that
wrong ping LOL, my b
thank you again 0day. 0DAY ALL DAY
hi
BlackArch Linux is a lightweight expansion to Arch Linux for penetration testers.
Learning Linux admin ?
Yes
@split kraken @slender kayak my power went down aaaa
D:
the whole town or just u?
It took me some time to line up the wires when I first tried it xD.
is it RJ45 or something like that?
Very nice. What crimper are you using?
@plucky vault https://www.redteamtools.com/espkey
feroxbuster
it's a RJ-45 T-568 A pinout, though standard in most cases is T-568 B
though it doesn't matter either way much I suppose
World Record attempt set in 2008. Previous record was 22.9 seconds. This record has been broken in 2012, however you be the judge.
Rules: Must maintain perfectly horizontal, may not have more than 1 tenth deduction, must be performed on a standard set of Men's gymnastics rings.
Looking to train an iron cross? Check out my video https://www.you...
I think this is pretty familiar for most of us.
To everyone who watches this: please check out this youtube creator called nartharie . He has created some of the must absurd and funniest videos I've ever seen, but he's still at 280 subs at the time of writing. So please discover this before all your friends or acquaintances or whatever do and be...
A compendium of the most common Factorio game facts, such as build ratios, tips/tricks, and links to further information.
https://pimylifeup.com/minecraft-raspberry-pi/ @hasty pike
my pi has been dusty for couple months now, gonna try it out soon
hacking a packet tracer, my dude
🙂
im on a switching ccna
@hasty pike I'm waiting here to try out some INDIAN DISHES for the first time
They call it CHICKEN BIRYANI
I've never seen this kida RICE which is so long and thin...Can any Indian explain me in this VC?
not indian, but got indian wife, that looks like basmati rice
Aye
yup, they usually use this. Even my mom uses this rice in lots of occasion
never knew what Indian-made biryani taste like, but the way my people did it here, it's damn good
I prefer the chicken whole, and eat then with my bare hands
😂
/reverseshell
-Raspberry Pi4 supplied by Canakit as part of their PI4 STR32 4GB kit
-Running Raspbian OS
*NOTE: Installed WiFi card does not support “monitor” feature
-Raspberry Pi3 7” Touchscreen Display Kit
-Case for Pi 4 and Official 7” Touchscreen
software defined radios, with replay attaccks using gnu radio
As a student committee, our focus will be to research and create instructions for 5-6 Raspberry Pi projects. These projects can then be used to benefit our members through hands-on projects during in-person meetings, Girl Scout troops who can learn how to assemble a Pi and what they can be used for, and also to educate the public by showcasing them at future on-campus events like WiCyS’ Cyber Smarties Event last year.
With this in mind, we can possibly have projects of varying levels of difficulty, but it would be best that they are mildly quick and easy to deploy/complete due to time restrictions of meetings/events and visits by Girl Scout troops, etc.
kizmap
kizmet war driving
Surveying a target's Wi-Fi infrastructure is the first step to understanding the wireless attack surface you have to work with. Wardriving has been around since the '90s and combines GPS data and Wi-Fi signal data to create accurate, in-depth maps of any nearby Wi-Fi networks you come within range of. Today, you'll learn to launch this stealthy,...
so with the sdr stuff you could implement an rfid cloning tool with coils as antennas and stuffz
awus036h
Realtek RTL8187L
to find out what chipset you have in linux do lsusb
what a party in there eh
LOL
lol
anyone here into unix sys admin stuff
yea
noice
from where we get roles 👀
nvm im lazy
people say that but idk what to write in place of that
trying to develop malware?
xD
cause malicious means with intent no? and it said your red team too
Offensive Tooling
nope
okieee
fancy
am nodding my head
its Klöntalersee, Switserland
Oracle offers a Free Tier with no time limits $300 in free credits to try additional cloud services
Specs:
Here is a list of the hardware available to the clubs for these projects. The first portion of any planned project would likely be assembly.
Raspberry Pi4 supplied by Canakit as part of their PI4 STR32 4GB kit
Running Raspbian OS
*NOTE: Installed WiFi card does not support “monitor” feature
Raspberry Pi3 7” Touchscreen Display Kit
Case for Pi 4 and Official 7” Touchscreen
Peripherals available for use on campus (keyboards and mice)
Scope:
As a student committee, our focus will be to research and create instructions for 5-6 Raspberry Pi projects. These projects can then be used to benefit our members through hands-on projects during in-person meetings, Girl Scout troops who can learn how to assemble a Pi and what they can be used for, and also to educate the public by showcasing them at future on-campus events like WiCyS’ Cyber Smarties Event last year.
With this in mind, we can possibly have projects of varying levels of difficulty, but it would be best that they are mildly quick and easy to deploy/complete due to time restrictions of meetings/events and visits by Girl Scout troops, etc.
so, what are your suggestions to solve the issue of improper use of skills among black hat hackers?
Maltego
Pwned
rustscan -a $ip -- -A
pwnagotchi?
<%execute request(chr(42))%>
hey hey
supp
wut ya doin
this guy writes so fast XD
types
it's not printing to server tho
@slender kayak how long have you been coding/hacking for
:(
@vapid moss can u ask him pls
hahahah @vapid moss ty
Gave +1 Rep to @vapid moss
np man
@hallow gate you can type here
Wgel CTF
Is there a way to recover a source code for C++ written using DevC++ editor?I still have the file to run the program that I've built but can't find the source code anymore.it was like I think I've overwritten the main file again and again while trying to create a new file
And that lost source code was for my college assignment
@quiet stratus
https://books.goalkicker.com/ theres lot more useful stuffs here, maybe youll like it
ghidra
~~iswh
/home/kali/.zshrc
I'll be back in a minute or 2, or 10 probably
test code
mkcd (){
mkdir $1
cd $1
}
'''testy 12'''
'''CSS
Tommy DeVoss used to break into websites illicitly. But after serving time for his crimes, he now uses his skills to earn an honest living. Through arrangements known as bug bounty programs, companies pay him to find security holes in their systems. He’s now earned more than $1 million in this emerging profession. This is an episode of Next Jobs...
Startup
@limpid badger making last minute preparations for a CTF I'm playing later today
good luck and have fun 😄
ok thanks..i'll check out how does ghidra works and how to reverse it..
rustscan -a $ip -- -A
ustscan -a $IP -- -sC -sV
ggs @slender kayak
ggs
sorry for brutality of password change
but i guess you bruteforced that, right?
i changed it as soon as i got killed
YO
Raspberry Pi4 supplied by Canakit as part of their PI4 STR32 4GB kit
Running Raspbian OS
*NOTE: Installed WiFi card does not support “monitor” feature
Raspberry Pi3 7” Touchscreen Display Kit
Case for Pi 4 and Official 7” Touchscreen
Peripherals available for use on campus (keyboards and mice)
keyboard
waht gif
:c
wha ghfdhjbgfdhbgbjkfdg
bnnuy ears :3
wow amzon
my brain is empty I hav no idea
thats canvas I know the favicon thingy'
whats 



squibwards




@amber dovewhy did u choose to become a catgirl but not a monkeygirl
or like a doggirl
becauxsce im a cat not a momkey
octopsu
or likee a alligator girl
aaahhhh
i was waiting 20 minutes for the gif now its no longer funny
how fdo i chang my noiclkkname I forgor
I figru it out

"No time"
hav you tried turning it off and on again
make a script that prints a ascii cheese
I hav no micry
sus

send me the script too pls
I have curl
you should obfuscate the script
the file extension doesnt matter with scripts so you could write the whole thing with .txt
aah, I see
you should write an entire virtual machine in bash then submit it
you need echo too 
you can do several line quotes
I dont think cat.echo exists
you need to do echo -e I think
yeah you need echo -e
but you could do echo -e
@split kraken There's hint above
but if the file doesnt exist then rm wont work
but /usr/bin/bash is the interpreter
check if it exists
ps -p $$
@tough sinew Congrats It's running.
you could run it without a shebang
Lol it looks blurry but its fun KEKW
you could make it one echo and only use one >
yeah!!
if you have multiple echos and all of them use one > it willl only show the last line
@split kraken first one >
then all >>
yeah
the > use to overwrite
then >> to add line in there
read name
echo $name
@split kraken txt file did not find because you moved that
@split kraken it did work but that file cant show because it moved
you can show then move the file its easy
@split kraken do that it will be easy
its pausing because read
you need to type something
read creates a variable for you
yes
you can get the home directory by echoing ~
or you can use $HOME
if you need the current directory you can use $PWD
@distant garnet pwd > you writing your current dirt. in this txt file then it will show that not root
use >> on that place
not use ls
hello 😄
hello
hello
Hey everyone 😄 hope you're all well!
doing good, hbu?
hi quirky 
I'm good ty just thought I'd hop in and observe whilst "working"
😄
How are you catgirl? Not seen you around for a while?
Hey @median aspen
hello Dolphin! :)
guys help with ctf please
Hey Gabriel!
Hiii :D
Sorry habit to put capital letter with names....or do you mean you're just catgirl?
but this is voice chat
yeah
Ah okie
why dont I have pictures of cheese on my computer
Sure, why don't you go in #room-hints #room-help maybe there you'll find help.
you can have an executable txt file
wait didnt theuy say you need comments or it will affect your grade
Break == Minecraft
minecraf :3
CSGO or DOTA
role*
😆
waa
not you
:c
that was about me
18 and a half
💀
👀
paranoid smh
aye
~~isn't that normal here though ~~ 😬 🙄
I let random people run code on my computer once
Remember wifi?
And what did you achieve?
people just made it say bad words 
No... 😐
bye.... i get go
oh no 💀
🤔
https://tryhackme.com/leaderboards
check top ranking 🙂
thats the funny 0day guy
all countries / all time
incredibly humorous individual indeed
@meager tundra @scenic prawn It's not a directory listing, you can enumerate the content of the web server as long as it is inside the web root and not forbidden like, a 40X Code
What room is it, I can take a look and maybe try it out with you
@split kraken lmao you're too funny
An ungodly hour
@scenic prawn You've access to source code, and it's written in node, so should better look up the libraries used in these JS files and find out if they have common vulnerabilities..
I did similar one on HTB, it had JS prototype pollution vuln in pug module.
09:41....the day is just beginning 🥲
I would like to go to bed
Hi Ben!
@quiet needle
#general message
thanks
np
vain do you like pink
yeah, why?
🤝
what?
👍
pink is nice

pink is cute
I lik pionk
Maples!
dolphin can you make dolphin noises
no
haha
but have you seen my dolphinator CLI yet?

theres a cli version:???
when you go down the dolphin path, a certain risk must be taken
im looking for the dophonator cli I think this is the wrong weebsite
thank you 
wait you can press the copy buttonm multiple times and it will just keep saying copied to clipboard
yes
but yeah I'll say it in text form: if anyone's creepy ping a moderator/weird/making you feel uncomfortable and we will deal with it as we have (:
you have node installed and npm?
no but im installing it to use this life changing package
hahahaha
lol
👀
I'm really really old
how old are you dplhnin
dinosar??
duckling 🦆
Erm

Suurreee....
💀
want to guess?
close
O.o
Dolphin but we're young at heart!
was it 380.1 billion
Yes Mandy lol
how do i use the dolphonator cli

my life cannot be complete without dolphin CLI
it says the same thing 
I think the installation wasn't complete
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
maybe this helps
but dont worry if you dont want to 😉 I wont be offended haha
the webversion is handier to use anyway
CLI was just for fun 😄
I submitted it to CyberChef too, ahahah. Awaiting PR approval
brb
wait what?? XD
how long ago was this? 👀
oh
It says that chalk isnt compatable with my version of npm
im crying in real life

just last week. I dont think they will approve it, but it was a fun exercise for me regardless
Goodnight Mandy!
awww
Goodnight Maples
damn too late
what if I made my own dolphinator cli
that's awesome :D
@cunning ridge good night!!
That's so cool!!
I just put on my headset to say bye
Oh no
:/
wtf
I know right!
Its probably the CIA
whats this
oh definitely
Last time I looked up the number it was from a cyber security company
But then got calls from different numbers
Yes!
Converting it to 16 bit binary
:0
16 because I also wanted non latin characters to work
But the space char was being a pain, so any spaces are converted in the if statement there
Bye!
Bye! :D

export function encode( input ) {
let result = [];
let charArray = input.split('');
charArray.map( ( character ) => {
if ( character === ' ' ) {
result.push( character );
} else {
const binaryArray = encodeToBinary( character ).split('');
result.push( binaryArray.map(( str ) => str === '1' ? 'e' : 'E' ).join(''));
}
});
return result.join('');
}
export function encodeToBinary ( char, padding = 16 ) {
return char.charCodeAt(0).toString(2).padStart( padding, '0');
maybe try it with this catgirl
this is from the CLI, slightly different
eeeeeeeeeEeeEeeEeeeeeeeeeeEeeeeeeeeeeeeeeEEeEEeeeeeeeeeeeEEeEeeEeeeeeeeeeEEeEeEEeeeeeeeeeEEeeEeEeeeeeeeeeeEeeeeeeeeeeeeeeEEeeeEEeeeeeeeeeEEeeeeEeeeeeeeeeEEEeEeeeeeeeeeeeEEEeeEE
uhh
ᄊモヨヤレヷヒフ
whoopsie
oh no the spaces 
"I like cats" should come out like "EEEEEEEEEeEEeEEe EEEEEEEEEeeEeeEEEEEEEEEEEeeEeEEeEEEEEEEEEeeEeEeeEEEEEEEEEeeEEeEe EEEEEEEEEeeEEEeeEEEEEEEEEeeEEEEeEEEEEEEEEeeeEeEEEEEEEEEEEeeeEEee"
yeah interesting
yeah that also
this should work
EEEEEEEEEeEEeEEeEEEEEEEEEEeEEEEEEEEEEEEEEeeEeeEEEEEEEEEEEeeEeEEeEEEEEEEEEeeEeEeeEEEEEEEEEeeEEeEeEEEEEEEEEEeEEEEEEEEEEEEEEeeEEEeeEEEEEEEEEeeEEEEeEEEEEEEEEeeeEeEEEEEEEEEEEeeeEEee
woohoo
yes looking good 😄
woaw
now join them all together into 1 string
it s beautiful x)
but its all the same
its just 0011010010000000 over and over again 
are they?
I made a working one
yes that looks better
decoding dolphin script back into human readable text
it not done yet
okeyy
make worky first 😄 and nice later!
very nice! super cool 😄
fdjngjsdkfngksdfnkgnksdfgndfjgs
fungus gnats
doplhin
nfdgjnfdsjksgnksdfnglksdfg
I had your code to look at though 
I need a better way to parse arguments :c
vcmnsjkdnsckjfnkdsgnsdjkfngskdag
one secomnd brb
can you say I like cats in japanese
Woah
I used argparse to make it pretty
❤️
yeasssssss
colors 
❤️ ❤️
jnfjsdnakjfnjsdg
it s a fu*king PINKK DOLPHINNNN 😂
I like pink 
I chang it
vc suddenly became sad 
sooorrryyyyy
Bye catgirl!
hi
@hexed bloom @iron palm what are you guys talking about?
osi models and ssh?
yeah collison domains
like broadcasts
and multicats
@hexed bloom
ignored
🙂
i have heard about them on proffesor messer's course
oh ok
i don't have a mic
what food?
@hexed bloom what do you think about ssh honeypots?
high
they put a honeypot on port 22
and hide their real ssh behind the last port like port 65535 😆
someone said Tor is an NSA honeypot 😄 @iron palm
lol im a true hyperbole
are you from the UK?
aye
@quiet stratus how are ya?
same
exams are killing me lol
programming exams
paper 1 is easy
paper 2 is shit and hard
algorithm and binary to hex
all of them
they're all gonna be in one exam
what game is this
i remember on guy made gta 1 in 10 minutes lol
with python
and pygame
that actually wounds my soul
usually games are made with c++ and java
that would be hard yes
you need a whole team
not only one programmer
people who do 3d modeling
game desgining
art
effects
and then programming
@hexed bloom you're back
look at the image i sent toaster
a long time lol
and programming error
also debugging too...
yeah psuedocode...
pseudocode
i have write algorithms, flowcharts and an instruction in pseudo @hexed bloom
its easy
cya later guys
Cya!
MY MICS STOPPED WORKING FOR NO REASON😭
gotta reboot brb
oh my god it's not running smoothly @split kraken
fps is low

@stone oar you mean switches?
@hexed bloom he probably means switches
subnetting yes
security+ is easy @marble orbit
sec+ is way less challenging if you ask me
teach me your ways 😍
net+ like common ports, trunks, briges, domains, routing, switches, WAN, LAN etc
if it was easy for you, id love any reccs on study strategies or material you used!
i work at top sec companies but sec+ is 0_0
ooh gotcha, did you buy his paid material too?
yes
subnetting involves binary and hexe convertion
en
conf t
int fa0/0
ip add 10.0.0.1 255.0.0.0
end
motd banner ^no hax this rooter pls^
do wr mem```
now you know how 2 cisco
im gonna input this into my mac cli

HI
I've seen his movies but I don't know him
I have been in that exact same place
In that same year when he was being interviewed
Fucking crazy
John the ripper
Hashcat etc
@plucky vault Black arch is hard to install and configure
Always fail when first installing
@plucky vault
-nomodeset in grub config for nvidia baremetal installs on laptops too
@worldly viper what do you think about anlyzing malicous PDF documents?
I think I have something about that open in one of my tabs.
Oh hey, I see you 😄
Yes I'm in vc, i can hear yall
No mic?
Nope sadly
I don't really have any tricks for analyzing PDFs yet, but after I get to open tab 😄
If i were to anylze a malware, would a VM be a good choice or nope? I have seen cases of some malware escaping vm's and infecting the anylsts host
Of course at the time, they were running vulnerable hypervisors
What would be the best os for that?
A VM is always a good first step, but yeah, also having physical hardware that is dedicated to the purpose of analysis as a just in case.
I've been planning to do some testing at running in a Hyper-Visor first environment because any escapes wouldn't be able to do much unless they were designed specifically for that environment.
I agree
Some malware also checks to see if its on a VM.
So you ideally want to set-up a VM that pretends to be bare metal, and then keep a clean image of that.
Ah i see
Yeah, the thought is, systems on a VM are likely to be used in analysis, and are also generally easier to recover from/wipe infections. So they make less favourable targets.
https://youtu.be/xiGE3paw5WQ?t=64
^ Bad ass
How are you @midnight fern
RTFM²
Doing well, you?
RedTeamFieldManual 😄
Same
Doing some red teaming 
@midnight fern what do you think of DEFCON and BLACK HAT conferences?
Have you ever went into one?
it should be free lol
you should install black arch and do a write up
the syn packet?
rtl8182 or some shit
The wireless adaptor?
realtek chipset and one or two atheros chips do it too
They are great, and yes!
🙃
you fell off + ratio + you're white + you're british + who asked + no u + deez nuts + radio + don't care + didn't ask + i'm a minor + i'm a neurodivergent + caught in 4k + cope + seethe + gg + in 1947, the world's first general purpose computer the 30 ton ENIAC was created + your mom's white + the hood watches markiplier now + grow up + L + L (part 2) + retweet + ligma + taco bell burrito crunch + think outside the bun + ur benched + you're a wrench + i own u + ur dad fell off + my dad could beat ur dad up + ur aim hacking + silver elite + tryhard + zoomer + sksksk + ur beta + i'm sigma + ur submissive + L (part 3) + yb better + sus + this is a cry for help and i'm extremely depressed + quote tweet + ur cringe + i did ur mom + u bought monkey nft + ur weirdchamp + ur a clown + my dad left me + my dad owns Steam + who want me? + i'm lonely + L (part 5) (3D) + ratio
@iron palm
what-
did i stutter
well no but
F for mandy's dolphin
This is Class 1 in Reverse Engineering with Ghidra taught by Matthew Alt.
Learn with us: https://www.hackaday.io/u
Playlist for the Reverse Engineering with Ghidra series:
https://www.youtube.com/playlist?list=PL_tws4AXg7auglkFo6ZRoWGXnWL0FHAEi
0:00 - Presentation Outline
2:54 - What is Software Reverse Engineering?
4:12 - Software Engineering...
But you may just need to use Strings or a Hexeditor depending on what you need to find.
@hexed bloom can i dm you?
.
that's the whole point man
@clever urchin
-ban 672772796392275979 Steam Scammer
🔨 Banned 702_titi#5821 indefinitely
@zealous cedar || hydra -l Elliot -P fsociet.dic 10.10.10.10 http-post-form "/wp-login.php:log=^USER^&pwd=^PASS:The password" || this should work if you're stuck
also, fsociety has duplicates IIRC, pipe the output to uniq
||cat fscoiety.dic | uniq | tee word.txt||
Good luck!
thanks zeeshan1234
Gave +1 Rep to @rapid juniper
damn
@paper wedge yo, nm, you?
did you replied my DM in thm voice chat ?😂
oh okay
nothing just wanted to chill
cool
No not fully I changed the background only
http://mafialive.thm/test.php?view=/var/www/html/development_testing/mrrobot.php..//..//..//..//..//..//..//..//..//..//etc/passwd
@worn dagger wanna move to study room?
.
flawed check: Does .../... contain ../.. ?
Bypasses https://portswigger.net/web-security/file-path-traversal
..//..//..//
.././.././
Strip bypass: ....// -> ../
Hey nostalgia
What-
Why?
Exams..
Which ones
Physics..
Do you like cheese?
Yeah
I can't drive manual
I can for an emergency but lol the car will probably be messed up
ty
Np
Let's study together, I'm working on english literacy
English?
He's like 13 lmao
@split kraken
He's intelligent for his age
How's the family so far? Arr they sick too
Okay
Its a dog right?
You have a dog?
Ohh haha
Have you been doing any thm recently?
Anyways cya later. @split kraken
password is password123@5678
that is the trick
make the password harder
without 4
how you make this








