Skip to content

Commit fcaed44

Browse files
authored
Update README.md
1 parent ed0e3b3 commit fcaed44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mXtract
22
## What is mXtract?
3-
An opensource linux based tool that analyses and dumps memory. Its developed as an offensive pentration testing tool which can be used to scan memory for private keys, ips, and passwords.
3+
An opensource linux based tool that analyses and dumps memory. Its developed as an offensive pentration testing tool which can be used to scan memory for private keys, ips, and passwords using regexes. Remember your results are only as good as your regexes.
44
## Screenshots
55
![Screenshot](https://github.com/rek7/mXtract/blob/master/img/f8d810903bba3b2f74f0ac8cbef9c2ad.png)
66

@@ -12,7 +12,7 @@ Scan with verbose and with a simple IP regex, scanning only heap and stack.
1212

1313
Scan without verbose, and with a simple IP regex.
1414
## Why dump directly from memory?
15-
In most linux environments users can access the memory of processes, allows attackers to harvest credentials, private keys, or anything that isnt suppose to be seen but is being processed by a program in clear text. Remember your results are only as good as your regexes.
15+
In most linux environments users can access the memory of processes, this allows attackers to harvest credentials, private keys, or anything that isnt suppose to be seen but is being processed by a program in clear text.
1616
## Features
1717
+ Ability to enter regex lists
1818
+ Clear and Readable Display

0 commit comments

Comments
 (0)