WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver  (Read 28229 times)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #30 on: June 04, 2020, 06:45:32 AM »
Hi Sashank999
... The script looks amazing. ...
Thank you.

Quote
... It automates all things without human interactions. ...
Almost. The one thing you cannot automate is the  Change-log:  field of the  .info  file. That needs to be done manually. So if an
updated version of  gpicview  gets released, you would need to copy the last entry listed under  Change-log:  in the  .info  file:
Code: [Select]
~----- SNIP -----~
Source: https://downloads.sourceforge.net/lxde/gpicview-0.2.5.tar.xz
Change-log: 2020/03/28 Original release Version: 0.2.5
Current: 2020/03/28 Original release Version: 0.2.5

Update this section of the script from this:
Code: [Select]
Original-site:  http://lxde.sourceforge.net/gpicview/
Change-log:     $DATE Original release Version: $VERSION
Current:        $DATE Original release Version: $VERSION

To this:
Code: [Select]
Original-site:  http://lxde.sourceforge.net/gpicview/
Change-log: 2020/03/28 Original release Version: 0.2.5
Current:        $DATE Original release Version: $VERSION

And the next time it gets updated, it might look like this:
Code: [Select]
Original-site:  http://lxde.sourceforge.net/gpicview/
Change-log: 2020/03/28 Original release Version: 0.2.5
2020/06/03 Original release Version: 0.2.7
Current:        $DATE Original release Version: $VERSION
This way there is always a list of when updates occurred.

Quote
... Any tips about what to do with the licenses for hcxtools, hcxdumptool, aircrack-ng ?
See the section of the script that says  Copy the copyright file.  It places the licensing file here:
Code: [Select]
/usr/local/share/doc/gpicview/COPYING
... And also, should I follow the flags mentioned in your script for my x86 TCL ?
In your script, x86 flags are in case i686 and I am assuming they are the flags for all x86 TCL PCs.
                CFLAGS=" -flto -march=i486 -mtune=i686 $OPTIMIZE -pipe -fno-plt"
#      CXXFLAGS="g++ -flto -march=i486 -mtune=i686 $OPTIMIZE -pipe -fno-plt -fno-exceptions -fno-rtti"
      LDFLAGS="-Wl,-T/usr/local/lib/ldscripts/elf_i386.xbn"
Yes, those are the flags to use for all x86 processors. I commented out the  CXXFLAGS=  line because  gpicview  didn't use any
C++  code. Truth of the matter is, that really wasn't necessary. Leaving  CXXFLAGS  defined doesn't hurt anything.

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #31 on: June 04, 2020, 10:03:32 PM »
See the section of the script that says  Copy the copyright file.  It places the licensing file here:
Code: [Select]
/usr/local/share/doc/gpicview/COPYING
Which script ?
Yes, those are the flags to use for all x86 processors. I commented out the  CXXFLAGS=  line because  gpicview  didn't use any
C++  code. Truth of the matter is, that really wasn't necessary. Leaving  CXXFLAGS  defined doesn't hurt anything.
Gpicview doesn't use C++. But what if others do. I am thinking that just uncommenting it is enough.
GPLv2 says to include the source. Should I copy src folder from the original aircrack-ng folder as it is into the tcz ?
Should I include source for MIT licensed hashcat,hcxdump and hcxtools ?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #32 on: June 04, 2020, 10:08:06 PM »
It is OK to set CXXFLAGS even if it is not used.

By "including the source", we mean include it with the submission not in the extension itself. All submissions need to have the source included.

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #33 on: June 04, 2020, 11:18:06 PM »
It is written in GPLv2 to include source in modified package.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #34 on: June 04, 2020, 11:21:44 PM »
The source will be uploaded to the tinycore site.

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #35 on: June 05, 2020, 12:20:00 AM »
Just a small error. I realised and corrected it.
I am uploading one list. I have made some headings and divided man pages and all other things. Pls check it. I will then do mksquashfs.
Download the 5.3kb one.
« Last Edit: June 05, 2020, 12:34:28 AM by Sashank999 »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #36 on: June 05, 2020, 03:06:35 AM »
The files in /usr/local/include and /usr/local/lib/lib*.la need to go in a -dev.tcz extension

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #37 on: June 05, 2020, 05:27:43 AM »
Hi Sashank999
See the section of the script that says  Copy the copyright file.  It places the licensing file here:
Code: [Select]
/usr/local/share/doc/gpicview/COPYING
Which script ?
The  gpiview  build script I pointed you to in reply #26. The license file is often called  COPYING.  Place the license file under:
Code: [Select]
/usr/local/share/doc/ExtensionName/
So for  aircrack-ng.tcz  place it under:
Code: [Select]
/usr/local/share/doc/aircrack-ng/

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #38 on: June 05, 2020, 06:30:30 AM »
What should I do with files in aircrack-ng-copy/.libs ?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #39 on: June 05, 2020, 06:42:21 AM »
They are not required

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #40 on: June 05, 2020, 07:14:51 PM »
Oh. TY @Juanito
I got a problem. During my last reply, my firefox didn't start and says "Firefox profile inaccessible". Then, I removed the .mozilla folder. Still no result. Then I sudo started the firefox. It runs perfectly.
Now, after starting my TCL today morning, I got a blinking cursor underscore. I waited for some time but it just shows that blinking cursor. No desktop, no GUI. Then, I sudo started the startx command. It opens only jwm. But I want the default tiny core desktop with that cute tinycore icon and blue background. In this jwm, the icons are not there.
I tried "tce-load -i Xvesa Xprogs flwm_topside wbar" and it says all are installed.
I follow no desktop= bootcode. I just boot it.
When I type flwm_topside, it says "Cannot open display: ". What to do ?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #41 on: June 05, 2020, 10:19:52 PM »
Boot with additional boot codes "base" and "norestore", then:
Code: [Select]
$ tce-load -i Xvesa flwm aterm wbar
$ xsetup.sh
$ startx

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #42 on: June 06, 2020, 07:42:11 AM »
But wifi can't be loaded. I did
tce-load -i firmware-*
tce-load -i firmware wifi Xvesa flwm aterm wbar

But no wifi.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #43 on: June 06, 2020, 07:49:37 AM »
Do you have access to a wired connection?

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: Installation of aircrack-ng,hashcat,hcxdumptool,hcxpcaptools,reaver
« Reply #44 on: June 06, 2020, 07:54:42 AM »
No  :( .
Atleast jwm is opening for now.