Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Aircrack-ng 1.1.1
pts/aircrack-ng-1.1.1
- 20 August 2018 -
Libtool is a needed external dependency.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://download.aircrack-ng.org/aircrack-ng-1.3.tar.gz</URL> <MD5>c7c5b076dee0c25ee580b0f56f455623</MD5> <SHA256>8ae08a7c28741f6ace2769267112053366550e7f746477081188ad38410383ca</SHA256> <FileName>aircrack-ng-1.3.tar.gz</FileName> <FileSize>4501507</FileSize> <PlatformSpecific>Linux, BSD</PlatformSpecific> </Package> <Package> <URL>https://download.aircrack-ng.org/aircrack-ng-1.3-win.zip</URL> <MD5>319913c6e5e11aa91788ca07df40f250</MD5> <SHA256>cd5f8dc621211b87e6e73b24e4d3f83ce8da7979f14bd439bd933b04be6fac2c</SHA256> <FileName>aircrack-ng-1.3-win.zip</FileName> <FileSize>14043368</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf aircrack-ng-1.3.tar.gz cd aircrack-ng-1.3 ./autogen.sh make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd aircrack-ng-1.3 ./src/aircrack-ng -p \$NUM_CPU_CORES \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE echo \$? > ~/test-exit-status" > aircrack-ng chmod +x aircrack-ng
install_windows.sh
#!/bin/sh unzip -o aircrack-ng-1.3-win.zip echo "#!/bin/sh cd aircrack-ng-1.3-win ./bin/64bit/aircrack-ng.exe \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE echo \$? > ~/test-exit-status" > aircrack-ng chmod +x aircrack-ng
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_# k/s</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Aircrack-ng</Title> <AppVersion>1.3</AppVersion> <Description>Aircrack-ng is a tool for assessing WiFi/WLAN network security.</Description> <ResultScale>k/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openssl-development, libtool</ExternalDependencies> <EnvironmentSize>25</EnvironmentSize> <ProjectURL>http://www.aircrack-ng.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-S -Z 30</Arguments> </Default> </TestSettings> </PhoronixTestSuite>