mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/hacking-blogposts.git
synced 2025-05-15 20:06:57 +00:00
fix hacking
This commit is contained in:
parent
8e4e47a9d8
commit
48c6fd79fb
2 changed files with 7 additions and 7 deletions
|
@ -217,7 +217,7 @@ Now scrolling down, we see that we have a hint towards a java command that's bei
|
|||
|
||||

|
||||
|
||||
In this giant java process being ran by root, we are hinted towards a **java debugging wire protocol** service, and it probably doesn't require any authentication. We also see that it listens on the local port **8000** , but probably only accepts localhost connections, so we're going to use a [SSH tunnel](../Tools/sshtunnels.md) to port forward the remote port 8000 to our local machine on port **8000** :
|
||||
In this giant java process being ran by root, we are hinted towards a **java debugging wire protocol** service, and it probably doesn't require any authentication. We also see that it listens on the local port **8000** , but probably only accepts localhost connections, so we're going to use a [SSH tunnel](../Tools/sshtunnels/index.md) to port forward the remote port 8000 to our local machine on port **8000** :
|
||||
|
||||
|
||||
alexa@AI:~$ netstat -tulpen
|
||||
|
|
12
binexp.md
12
binexp.md
|
@ -6,7 +6,7 @@
|
|||
|
||||
[ Template Page ](0/0.md)
|
||||
|
||||
 nihilist
|
||||
|
||||
|
||||
##### Preparing the Tools
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
|
||||
 nihilist
|
||||
|
||||
|
||||
##### 1) Beginner Reversing
|
||||
|
||||
|
@ -39,7 +39,7 @@ The basics of reversing with simple to understand examples
|
|||
|
||||
|
||||
|
||||
 nihilist
|
||||
|
||||
|
||||
##### 2) Stack Buffer Overflows
|
||||
|
||||
|
@ -63,7 +63,7 @@ These are the most common binary exploits, they are there because of insecure fu
|
|||
|
||||
|
||||
|
||||
 nihilist
|
||||
|
||||
|
||||
##### Assembly x86_64
|
||||
|
||||
|
@ -79,7 +79,7 @@ As i hit the shellcode buffer overflow binary challenges, i realized that i need
|
|||
|
||||
|
||||
|
||||
 nihilist
|
||||
|
||||
|
||||
##### 2) Stack Buffer Overflows (Part 2)
|
||||
|
||||
|
@ -111,7 +111,7 @@ As i hit the shellcode buffer overflow binary challenges, i realized that i need
|
|||
|
||||
|
||||
|
||||
 nihilist
|
||||
|
||||
|
||||
##### 3) Bad Seed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue