Its encoded to protect just anyone from seeing it :3
Type: Posts; User: hitthemlow; Keyword(s):
Its encoded to protect just anyone from seeing it :3
I suggest reading up on:
ROuting Protocols
Access Control Lists
Dynamic Port Routing, such as UPNP and AGL.
@OP its not showing because nmap scans for servers not clients. Also impretty sure gnutella, torrents and edonkey are all udp based.
@Prez, lolwat? See my above comment.
Also,...
So today I ordered a NSLU2 NAS Device, a 8 GB High Performance USB disk, a Intel 28F128J3A Flash chip and a set of four 32Mx16 x 512 pc133 memory modules (an old but still functional 256 mb stick)
...
if you plan on reservicing it (which is pretty stupid if its confidential info) then a simple...
cat /dev/null > /dev/[sh]h[a-z];
(chose the ones in brackets carefully)
can generally fix it...
for a basic checkbox gui its just some if thens deciding what is inside of a system() call... f.ex simple gui ccheckbox 1,2,3 command name is.... lol
//Could be looped and done lots of other...
Leatherman
A Dremel Tool
A Lightweight drill
Multimeter
Sauldering iron
Torx Screwdrivers
An assorted set of rolls of wires and adaptors.
A VERY bright lamp
A Adhesives and cleaning supplies...
I would suggest reading thse before you even consider touching another persons computers:
C++ The Language (by the creator, Bjourne)
TCP/IP Illustrated Volumes 1 through 3
Hacking the art of...
:eek: :eek: :confused: :mad: :( :rolleyes:
I swear I thought I had made it clear before :\ lol my sentence should have worked...
inb4... ssl tunnel...
"victim" ---- "Port 4444 on your...
inb4 fport.
Do not listen to the above poster D:
It IS possible to connect (complete the handshake) by using a pre captured handshake, however it is not possible to recieve any encrypted information, now you...
Install yaourt, Im sorry, im pretty biased, but if packagemanagers were Greek Gods, Yaourt would be Zeus.
:cool:
Generally if im looking for bugs in a program I will do two things.
For Open Source:
Fuzz it with Spike (the best fuzzer imo), and Audit the code with Klocwork (the only source code scanner I...
well heres a basic idea: Building Your Own Executable Crypter
However you bild on it a bit, Im not sure that theres a link about exactly what I did.
Im fairly sure what it does is bind the interpreter with it actually, so you wont get to small ever, you want something smaller, go with a compiled language (C,C++,ASM)
Nice idea, but way to over complicated. Simply Arp Spoof them so you can read the ftp servers traffic (the passwords are plaintext)
Aint that the truth, mine can push out 100 PMK/s running normally, but if I kill almost everything except what is needed and give it full reign (more or less) of the CPU it can pump out about 250...
Assembly on x64 is fundamentaly the same as 32 bit. I suggest learning 32 bit, even if only the concepts. For that, Art Of Assembly is nice. Try to read over the instruction set a few times as well,...
Well if someone wants to release something, ill use it, but I wont hand stuff I coded out, not hypocritical if your on my end, they made the choice to release, i dont like that choice for me.
My...
/me hopes that doesnt mean hes gonna get autobanned from remote exploit...
Well, yes, most of them on my list ARE open source, only two are closed, they happen to be the ones I paid for D:
See, but the way I see it is, there are enough open source things out there as it...
bash script:
oldIFS = $IFS
IFS = $'\ n'
for line in $(cat wordlist)
do
wget http://bla/$line # obviously fix this
done
IFS = $
Im very sorry, I have a strict, if it takes longer than a few ours to code, dont share with everyone rule D:
And yes im fully aware they are in synaptic, I was asking what everyone else uses :p
There are a number of other things you could do n this case, does it list directories or files anywhere? Does it give any helpful nformation in any errors? Would it be plausible to brteforce it? Is...
What do you use for your pen tests? Why?
I use:
G++, I use C/C++ as my scripting language :p
KlocWork, Code Auditing, fast, awesome, need I say more?
IDA Pro, For when automated scanning and...