Update parrot-build.

Former-commit-id: 94ef9665e63dd09fe4e9f7f6e4afa85d60c9c80a
Former-commit-id: 57ffa6957f9edc0735ac97c86594b1b27d4dbde9
This commit is contained in:
Kaj Forney 2018-10-17 14:11:16 -06:00
parent 045f04bc64
commit 52a9131066
45 changed files with 154 additions and 7 deletions

1
filesystem/etc/resolv.conf Symbolic link
View file

@ -0,0 +1 @@
resolvconf/run/resolv.conf

View file

@ -0,0 +1,12 @@
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 8.8.8.8
nameserver 8.8.4.4
# ParrotDNS/OpenNIC
nameserver 139.99.96.146
nameserver 37.59.40.15
nameserver 185.121.177.177
# Round Robin
options rotate

View file

@ -0,0 +1,9 @@
#import <Foundation/Foundation.h>
int main (int argc, const char * argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSLog (@"give me a bottle of rum!");
[pool drain];
return 0;
}

View file

@ -0,0 +1,17 @@
global _start
section .text
_start:
mov eax, 0x4
mov ebx, 0x1
mov ecx, message
mov edx, 0xF
int 0x80
mov eax, 0x1
mov ebx, 0x0
int 0x80
section .data
message: db "give me a bottle of rum!", 0dh, 0ah

View file

@ -0,0 +1,3 @@
#!/bin/bash
echo "give me a bottle of rum!"

View file

@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
main()
{
cout << "give me a bottle of rum!" << endl;
return 0;
}

View file

@ -0,0 +1,7 @@
#include <stdio.h>
int main(int argc, char **argv)
{
printf("give me a bottle of rum!\n");
return 0;
}

View file

@ -0,0 +1,4 @@
#!/usr/bin/env falcon
> "give me a bottle of rum!"

View file

@ -0,0 +1,4 @@
#ifndef _HEADER_FILE_H_
#define _HEADER_FILE_H_
#endif //_HEADER_FILE_H_

View file

@ -0,0 +1,7 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("give me a bottle of rum!");
}
}

View file

@ -0,0 +1,3 @@
#!/usr/bin/perl
print("give me a bottle of rum!");

View file

@ -0,0 +1,3 @@
package foobar;
1;

View file

@ -0,0 +1,3 @@
#!/usr/bin/python
print "give me a bottle of rum!"

View file

@ -0,0 +1,3 @@
#!/usr/bin/ruby
say "give me a bottle of rum!"

View file

@ -0,0 +1,22 @@
char code[] =
"\xe9\x1e\x00\x00\x00" // jmp 8048083 <MESSAGE>
"\xb8\x04\x00\x00\x00" // mov $0x4,%eax
"\xbb\x01\x00\x00\x00" // mov $0x1,%ebx
"\x59" // pop %ecx
"\xba\x0f\x00\x00\x00" // mov $0xf,%edx
"\xcd\x80" // int $0x80
"\xb8\x01\x00\x00\x00" // mov $0x1,%eax
"\xbb\x00\x00\x00\x00" // mov $0x0,%ebx
"\xcd\x80" // int $0x80
"\xe8\xdd\xff\xff\xff" // call 8048065 <GOBACK>
"give me a bottle of rum!\r\n"; // OR "\x48\x65\x6c\x6c\x6f\x2c\x20\x57"
// "\x6f\x72\x6c\x64\x21\x0d\x0a"
int main(int argc, char **argv)
{
(*(void(*)())code)();
return 0;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,5 @@
.class
{
display: block;
color: #00ff00;
}

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>foobar</title>
</head>
<body>
<div>foobar</div>
</body>
</html>

View file

@ -0,0 +1,3 @@
<?php
?>

View file

@ -0,0 +1 @@
<tag></tag>

4
filesystem/root/Desktop/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
filesystem/root/Documents/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
filesystem/root/Downloads/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
filesystem/root/Videos/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
filesystem/root/bin/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
filesystem/root/payloads/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -17,7 +17,7 @@ ricochet-im
libreoffice
keepassxc
homebank
vym
qownnotes
planner
rhythmbox
shotwell

View file

@ -11,9 +11,7 @@ mpv
telnet
zeal
keepassxc
homebank
vym
planner
qownnotes
libreoffice
qbittorrent

View file

@ -4,6 +4,7 @@ parrot-core
parrot-interface
parrot-mini
parrot-drivers
parrot-tools-full
## other packages
vinagre

View file

@ -11,9 +11,7 @@ mpv
telnet
zeal
keepassxc
homebank
vym
planner
qownnotes
libreoffice
qbittorrent

View file

@ -4,6 +4,7 @@ parrot-core
parrot-interface
parrot-mini
parrot-drivers
parrot-tools-full
## other packages
vinagre