Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
I created the subdirectory c:\ProgProxmark.
I unzipped the file ProxSpace 130613 in c:\ProgProxmark.
I have installed TortoiseSVN.
I've done the TortoiseSVN Checkout
http://www.4shared.com/photo/4UutKyAq/Img3.html
I have update TortoiseSVN.
I tweaked the batch file runme
http://www.4shared.com/photo/RDw0aPsx/Img2.html
I run the file runme and I get the following message
http://www.4shared.com/photo/xW8_MI1W/Img1.htm
It is ok.
Is there a mistake?
Can you help?
Offline
The path in your batch file dont seem correct..
How about you use a direct path like for instance
c:\foo\bar\ProxMark3\ProxSpace
Offline
I changed directory, but the error is the same.
http://www.4shared.com/photo/dKOhwKYm/Img4.html
Can you help me?
Offline
I used the native Windows build: pm3-bin-672.zip
And it worked fine for me on Windows 7.
Offline
Thank you for your help.
Can you show me a file with instructions for the installation of pm3-bin-672.zip and drivers?
Offline
Hi, I received my new Proxmark3 one week ago and I have followed the instructions of the Proxmark III - Windows 7 GSG v1.pdf but I am not able to communicate with the Proxmark:
1.- I downloaded Tortoise SVN but there is no "SVN Update" option when I right-click. I can see the botton on the "SVN Checout..." but it seems not to work. This are the messages I got:
Command: Checkout from https://code.google.com/p/proxmark3/downloads/list, revision HEAD, Fully recursive, Externals included
Error: Unable to connect to a repository at URL
Error: 'https://code.google.com/p/proxmark3/downloads/list'
Error: Unexpected HTTP status 405 'Method Not Allowed' on
Error: '/p/proxmark3/downloads/list'
Error: Additional errors:
Error: OPTIONS request on '/p/proxmark3/downloads/list' failed: 405 Method Not Allowed
Completed!
2.- I downloaded the pm3-bin-834 zip file and I upgraded the driver to the new CDC, but whenever I connect the PM3, the Device Manager shows it under the "libusb-win32 devices". With the press button solution I identify the COM3 but after running "runme.bat" and "proxmark3 com3" (from the DOS console) I only obtain "ERROR: Invalid serial port". If I only execute "proxmark3" I obtain "syntax: proxmark3 <port>"
3.- I followed the instructions "Update proxmark3 bootloader with the new CDC (COM/Serial) release" and final message was ok
Please let me know I am doing something wrong, thank you for your help
Offline
While holding the button, flash the FPGA and OS you find in the r834; you seem to have upgraded the bootloader but you still have an old FPGA/OS (but you are using the new proxmark3.exe client because it asks for a com port, old client doesn't).
If new flasher doesn't work try to use the old flasher provided in the r834 archive (remember to keep holding the button while doing the FPGA/OS flashing procedure).
Last edited by asper (2013-11-08 21:46:12)
Offline
Hi Asper,
I have upgraded both FPGA and OS and now I can see the pm3 in the COM10 and I have communicated with it checking hw version and antenna tunning.
Thank you very much.
Offline
hello boys
before writing I have read many post but I have not found a solution to my problem,
I tried the driver proxmark recognize me, but I could not do it,
the "" make clean && make all "" command does not build project
tortuise not update the pm3
here screenshot
http://prntscr.com/3ntdwj
sorry bother
Please help me .
Offline
which firmware do you have?
Offline
Hello
Thanks for your answer
I recently received the proxmark3 and I followed the steps C0Y0Ck3r video
but I have seen that there are some changes ..
I downloaded the package - pm3-bin-672 -
but still no flasher
you can help me please..
Offline
Hello again
first forgive my English ..
I'm new and I reached the proxmark3
please tell me if I'm doing something wrong
1 * I downloaded ProxSpace-130613.7z - and - pm3-bin-756 (cdc + lua) rar.
2 * I created the folder C:\ProxSpace (http://prntscr.com/3nwqtl)
3 * right click on SVN Checkout pm3 (http://prntscr.com/3nwr67)
4 & url of repository: https://github.com/Proxmark/proxmark3 (http://prntscr.com/3nws0l)
5 Star Checkout finishd (http://prntscr.com/3nwsfs)
6 * This is the contents of the folder and pm3 not the common folder (http://prntscr.com/3nwsnl)
7 * this is the runme.bat (http://prntscr.com/3nwt17)
8 * double click runme.bat (http://prntscr.com/3nwt17)
9 * write make clean && make all make: *** No rule make target "clean". Stop (http://prntscr.com/3nwtt4) stay here and can not continue ..
Clarify that the driver and install it and recognized me COM3 (http://prntscr.com/3nwuya)
I followed all the steps of "README BEFORE STARTING" (http://prntscr.com/3nwwpf)
what is wrong?
sorry I swear I have read the entire manual windows Forum
Offline
Your runme.bat says:
"set MYPATH = %~dp0\ProxSpace"
The picture of your folder on C: doesn't have a proxspace folder..
it has a "pm3" and a "proxspacepm3"
So the runne.bat will not work.
Offline
I suggest you set your MYPATH to:
set MYPATH=%~dp0
Then it should work.
if you ever want to change to different pm3-folders you change this row:
this part
|
v
echo %MYPATH%pm3 /pm3 >>msys/etc/fstab
Offline
Hello
iceman
Thank you very much for your help .. I can already communicate with proxmar3
but when trying to view the antenna tells me this unusable. ( http://prntscr.com/3o5wso )
Might you tell me why?
I want to read passages card to clone, to test
again thank you very much, I really appreciate your help
Offline
actually your pm3 and antenna is working very well. You have a Low Freq antenna plugged in which you can see from the voltages, and no High Freq antenna (hence unsusable)
so you should be able to read some lf-cards.
Offline
Hello again
first forgive my English ..
I'm new and I reached the proxmark3
please tell me if I'm doing something wrong
1 * I downloaded ProxSpace-130613.7z - and - pm3-bin-756 (cdc + lua) rar.
2 * I created the folder C:\ProxSpace (http://prntscr.com/3nwqtl)
3 * right click on SVN Checkout pm3 (http://prntscr.com/3nwr67)
4 & url of repository: https://github.com/Proxmark/proxmark3 (http://prntscr.com/3nws0l)
5 Star Checkout finishd (http://prntscr.com/3nwsfs)
6 * This is the contents of the folder and pm3 not the common folder (http://prntscr.com/3nwsnl)
7 * this is the runme.bat (http://prntscr.com/3nwt17)
8 * double click runme.bat (http://prntscr.com/3nwt17)
9 * write make clean && make all make: *** No rule make target "clean". Stop (http://prntscr.com/3nwtt4) stay here and can not continue ..
Clarify that the driver and install it and recognized me COM3 (http://prntscr.com/3nwuya)
I followed all the steps of "README BEFORE STARTING" (http://prntscr.com/3nwwpf)
what is wrong?
sorry I swear I have read the entire manual windows Forum
Hello, thanks for this images, helps me alot!! but i have a problem, i use windows 7, i did all of this, but my pc doesnt recognize the proxmark3 as "com port", it recognizes as " libusb-windows32 devices" ( http://prntscr.com/84o917)
and i get this error to "*** No rule make target "clean". Stop"
Please help me someone because i don´t know what to do....
Offline
Pages: 1